Package | Description |
---|---|
org.apache.cassandra.cql3 |
Modifier and Type | Method and Description |
---|---|
WhereClause.Builder |
WhereClause.Builder.add(CustomIndexExpression expression) |
WhereClause.Builder |
WhereClause.Builder.add(Relation relation) |
Modifier and Type | Method and Description |
---|---|
static void |
SuperColumnCompatibility.prepareInsertJSONOperations(CFMetaData cfm,
java.util.List<ColumnDefinition> defs,
VariableSpecifications boundNames,
Json.Prepared prepared,
WhereClause.Builder whereClause,
Operations operations)
For _dense_ SuperColumn Families.
|
static void |
SuperColumnCompatibility.prepareInsertOperations(CFMetaData cfm,
java.util.List<ColumnDefinition.Raw> columnNames,
WhereClause.Builder whereClause,
java.util.List<Term.Raw> columnValues,
VariableSpecifications boundNames,
Operations operations)
For _dense_ SuperColumn Families.
|
Copyright © 2020 The Apache Software Foundation