Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.hadoop.pig |
Modifier and Type | Method and Description |
---|---|
CFDefinition |
CFMetaData.getCfDef() |
Modifier and Type | Field and Description |
---|---|
CFDefinition |
SelectStatement.cfDef |
Modifier and Type | Method and Description |
---|---|
static Selection |
Selection.fromSelectors(CFDefinition cfDef,
java.util.List<RawSelector> rawSelectors) |
protected ModificationStatement |
DeleteStatement.Parsed.prepareInternal(CFDefinition cfDef,
VariableSpecifications boundNames,
Attributes attrs) |
protected abstract ModificationStatement |
ModificationStatement.Parsed.prepareInternal(CFDefinition cfDef,
VariableSpecifications boundNames,
Attributes attrs) |
protected ModificationStatement |
UpdateStatement.ParsedInsert.prepareInternal(CFDefinition cfDef,
VariableSpecifications boundNames,
Attributes attrs) |
protected ModificationStatement |
UpdateStatement.ParsedUpdate.prepareInternal(CFDefinition cfDef,
VariableSpecifications boundNames,
Attributes attrs) |
static Selection |
Selection.wildcard(CFDefinition cfDef) |
Constructor and Description |
---|
SelectStatement(CFDefinition cfDef,
int boundTerms,
SelectStatement.Parameters parameters,
Selection selection,
Term limit) |
Modifier and Type | Method and Description |
---|---|
protected CFDefinition |
AbstractCassandraStorage.getCfDefinition(java.lang.String ks,
java.lang.String cf,
Cassandra.Client client)
get CFDefinition of a column family
|
Copyright © 2014 The Apache Software Foundation