Modifier and Type | Method and Description |
---|---|
java.util.Map<ColumnIdentifier,java.lang.Long> |
CFMetaData.getDroppedColumns() |
Modifier and Type | Method and Description |
---|---|
ColumnDefinition |
CFMetaData.getColumnDefinition(ColumnIdentifier name)
Returns the ColumnDefinition for
name . |
static java.lang.String |
CFMetaData.getDefaultIndexName(java.lang.String cfName,
ColumnIdentifier columnName) |
void |
CFMetaData.renameColumn(ColumnIdentifier from,
ColumnIdentifier to) |
ColumnDefinition |
ColumnDefinition.withNewName(ColumnIdentifier newName) |
Modifier and Type | Method and Description |
---|---|
CFMetaData |
CFMetaData.droppedColumns(java.util.Map<ColumnIdentifier,java.lang.Long> cols) |
Constructor and Description |
---|
ColumnDefinition(java.lang.String ksName,
java.lang.String cfName,
ColumnIdentifier name,
AbstractType<?> validator,
IndexType indexType,
java.util.Map<java.lang.String,java.lang.String> indexOptions,
java.lang.String indexName,
java.lang.Integer componentIndex,
ColumnDefinition.Kind kind) |
Modifier and Type | Field and Description |
---|---|
static ColumnIdentifier |
ResultSet.COUNT_COLUMN |
ColumnIdentifier |
ColumnSpecification.name |
Modifier and Type | Field and Description |
---|---|
java.util.Map<ColumnIdentifier,Term.Raw> |
UserTypes.Literal.entries |
Modifier and Type | Method and Description |
---|---|
ColumnIdentifier |
ColumnIdentifier.clone(AbstractAllocator allocator) |
ColumnIdentifier |
ColumnIdentifier.Raw.prepare(CFMetaData cfm) |
Modifier and Type | Method and Description |
---|---|
Cell |
CQL3Row.getColumn(ColumnIdentifier name) |
java.util.List<Cell> |
CQL3Row.getMultiCellColumn(ColumnIdentifier name) |
java.util.List<Cell> |
UpdateParameters.getPrefetchedList(java.nio.ByteBuffer rowKey,
ColumnIdentifier cql3ColumnName) |
static ResultSet.Metadata |
ResultSet.makeCountMetadata(java.lang.String ksName,
java.lang.String cfName,
ColumnIdentifier alias) |
ResultSet |
ResultSet.makeCountResult(ColumnIdentifier alias) |
static ResultSet |
ResultSet.makeCountResult(java.lang.String ksName,
java.lang.String cfName,
long count,
ColumnIdentifier alias) |
Constructor and Description |
---|
ColumnSpecification(java.lang.String ksName,
java.lang.String cfName,
ColumnIdentifier name,
AbstractType<?> type) |
UTName(ColumnIdentifier ksName,
ColumnIdentifier utName) |
Constructor and Description |
---|
Literal(java.util.Map<ColumnIdentifier,Term.Raw> entries) |
VariableSpecifications(java.util.List<ColumnIdentifier> variableNames) |
Modifier and Type | Field and Description |
---|---|
ColumnIdentifier |
RawSelector.alias |
ColumnIdentifier |
IndexTarget.column |
ColumnIdentifier |
SelectStatement.Parameters.countAlias |
ColumnIdentifier |
Selectable.WithFieldSelection.field |
ColumnIdentifier |
Selectable.WritetimeOrTTL.id |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<ColumnIdentifier,Restriction> |
ModificationStatement.processedKeys |
Modifier and Type | Method and Description |
---|---|
void |
CreateTableStatement.RawStatement.addColumnAlias(ColumnIdentifier alias) |
void |
CreateTypeStatement.addDefinition(ColumnIdentifier name,
CQL3Type.Raw type) |
void |
CreateTableStatement.RawStatement.addDefinition(ColumnIdentifier def,
CQL3Type.Raw type,
boolean isStatic) |
static AlterTypeStatement |
AlterTypeStatement.addition(UTName name,
ColumnIdentifier fieldName,
CQL3Type.Raw type) |
static AlterTypeStatement |
AlterTypeStatement.alter(UTName name,
ColumnIdentifier fieldName,
CQL3Type.Raw type) |
protected static SelectionColumnMapping |
SelectionColumnMapping.countMapping(CFMetaData cfm,
ColumnIdentifier countAlias) |
void |
CreateTableStatement.RawStatement.setOrdering(ColumnIdentifier alias,
boolean reversed) |
static Selection |
Selection.wildcard(CFMetaData cfm,
boolean isCount,
ColumnIdentifier countAlias) |
Modifier and Type | Method and Description |
---|---|
void |
CreateTableStatement.RawStatement.addKeyAliases(java.util.List<ColumnIdentifier> aliases) |
static AlterTypeStatement |
AlterTypeStatement.renames(UTName name,
java.util.Map<ColumnIdentifier,ColumnIdentifier> renames) |
static AlterTypeStatement |
AlterTypeStatement.renames(UTName name,
java.util.Map<ColumnIdentifier,ColumnIdentifier> renames) |
void |
ParsedStatement.setBoundVariables(java.util.List<ColumnIdentifier> boundNames) |
Constructor and Description |
---|
Parameters(java.util.Map<ColumnIdentifier.Raw,java.lang.Boolean> orderings,
boolean isDistinct,
boolean isCount,
ColumnIdentifier countAlias,
boolean allowFiltering) |
RawSelector(Selectable.Raw selectable,
ColumnIdentifier alias) |
WithFieldSelection(Selectable selected,
ColumnIdentifier field) |
WritetimeOrTTL(ColumnIdentifier id,
boolean isWritetime) |
Constructor and Description |
---|
CreateTableStatement(CFName name,
CFPropDefs properties,
boolean ifNotExists,
java.util.Set<ColumnIdentifier> staticColumns,
java.util.UUID id) |
Modifier and Type | Method and Description |
---|---|
ColumnIdentifier |
AbstractNativeCell.cql3ColumnName(CFMetaData metadata) |
Modifier and Type | Field and Description |
---|---|
protected ColumnIdentifier |
CompoundSparseCellName.columnName |
static ColumnIdentifier |
CompoundSparseCellNameType.rowMarkerId |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.nio.ByteBuffer,ColumnIdentifier> |
CompoundSparseCellNameType.internedIds |
Modifier and Type | Method and Description |
---|---|
ColumnIdentifier |
CellName.cql3ColumnName(CFMetaData metadata)
The name of the CQL3 column this cell represents.
|
ColumnIdentifier |
CompoundDenseCellName.cql3ColumnName(CFMetaData metadata) |
ColumnIdentifier |
CompoundSparseCellName.cql3ColumnName(CFMetaData metadata) |
ColumnIdentifier |
SimpleDenseCellName.cql3ColumnName(CFMetaData metadata) |
ColumnIdentifier |
SimpleSparseCellName.cql3ColumnName(CFMetaData metadata) |
protected ColumnIdentifier |
CompoundSparseCellNameType.idFor(java.nio.ByteBuffer bb) |
Modifier and Type | Method and Description |
---|---|
void |
CellNameType.addCQL3Column(ColumnIdentifier id) |
void |
CompoundDenseCellNameType.addCQL3Column(ColumnIdentifier id) |
void |
CompoundSparseCellNameType.addCQL3Column(ColumnIdentifier id) |
void |
SimpleDenseCellNameType.addCQL3Column(ColumnIdentifier id) |
void |
SimpleSparseCellNameType.addCQL3Column(ColumnIdentifier id) |
CellNameType |
AbstractCellNameType.addOrUpdateCollection(ColumnIdentifier columnName,
CollectionType newCollection) |
CellNameType |
CellNameType.addOrUpdateCollection(ColumnIdentifier columnName,
CollectionType newCollection)
Return the new type obtained by adding/updating to the new collection type for the provided column name
to this type.
|
CellNameType |
CompoundSparseCellNameType.addOrUpdateCollection(ColumnIdentifier columnName,
CollectionType newCollection) |
CellNameType |
CompoundSparseCellNameType.WithCollection.addOrUpdateCollection(ColumnIdentifier columnName,
CollectionType newCollection) |
static CellName |
CellNames.compositeSparse(java.nio.ByteBuffer[] bbs,
ColumnIdentifier identifier,
boolean isStatic) |
static CellName |
CellNames.compositeSparseWithCollection(java.nio.ByteBuffer[] bbs,
java.nio.ByteBuffer collectionElement,
ColumnIdentifier identifier,
boolean isStatic) |
void |
CellNameType.removeCQL3Column(ColumnIdentifier id) |
void |
CompoundDenseCellNameType.removeCQL3Column(ColumnIdentifier id) |
void |
CompoundSparseCellNameType.removeCQL3Column(ColumnIdentifier id) |
void |
SimpleDenseCellNameType.removeCQL3Column(ColumnIdentifier id) |
void |
SimpleSparseCellNameType.removeCQL3Column(ColumnIdentifier id) |
static CellName |
CellNames.simpleSparse(ColumnIdentifier identifier) |
Modifier and Type | Method and Description |
---|---|
CompositeType.Builder |
CompositeType.Builder.add(ColumnIdentifier name) |
Copyright © 2020 The Apache Software Foundation