Uses of Class
org.apache.cassandra.cql3.functions.masking.ColumnMask
Packages that use ColumnMask
-
Uses of ColumnMask in org.apache.cassandra.cql3.functions.masking
Methods in org.apache.cassandra.cql3.functions.masking that return ColumnMaskModifier and TypeMethodDescriptionColumnMask.Raw.prepare(String keyspace, String table, ColumnIdentifier column, AbstractType<?> type) ColumnMask.withReversedType() -
Uses of ColumnMask in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return ColumnMaskMethods in org.apache.cassandra.schema with parameters of type ColumnMaskModifier and TypeMethodDescriptionTableMetadata.Builder.addClusteringColumn(String name, AbstractType<?> type, ColumnMask mask) TableMetadata.Builder.addClusteringColumn(ColumnIdentifier name, AbstractType<?> type, ColumnMask mask) TableMetadata.Builder.addPartitionKeyColumn(String name, AbstractType<?> type, ColumnMask mask) TableMetadata.Builder.addPartitionKeyColumn(ColumnIdentifier name, AbstractType<?> type, ColumnMask mask) TableMetadata.Builder.addRegularColumn(String name, AbstractType<?> type, ColumnMask mask) TableMetadata.Builder.addRegularColumn(ColumnIdentifier name, AbstractType<?> type, ColumnMask mask) TableMetadata.Builder.addStaticColumn(String name, AbstractType<?> type, ColumnMask mask) TableMetadata.Builder.addStaticColumn(ColumnIdentifier name, AbstractType<?> type, ColumnMask mask) TableMetadata.Builder.alterColumnMask(ColumnIdentifier name, ColumnMask mask) ViewMetadata.withNewColumnMask(ColumnIdentifier name, ColumnMask mask) ColumnMetadata.withNewMask(ColumnMask newMask) Constructors in org.apache.cassandra.schema with parameters of type ColumnMaskModifierConstructorDescriptionColumnMetadata(String ksName, String cfName, ColumnIdentifier name, AbstractType<?> type, int position, ColumnMetadata.Kind kind, ColumnMask mask) ColumnMetadata(TableMetadata table, ByteBuffer name, AbstractType<?> type, int position, ColumnMetadata.Kind kind, ColumnMask mask)