Uses of Class
org.apache.cassandra.cql3.Relation
Packages that use Relation
-
Uses of Relation in org.apache.cassandra.cql3
Subclasses of Relation in org.apache.cassandra.cql3Modifier and TypeClassDescriptionclassA relation using the tuple notation, which typically affects multiple columns.final classRelations encapsulate the relationship between an entity of some kind, and a value (term).final classA relation using the token function.Fields in org.apache.cassandra.cql3 with type parameters of type RelationMethods in org.apache.cassandra.cql3 that return RelationModifier and TypeMethodDescriptionMultiColumnRelation.renameIdentifier(ColumnIdentifier from, ColumnIdentifier to) abstract RelationRelation.renameIdentifier(ColumnIdentifier from, ColumnIdentifier to) Renames an identifier in this Relation, if applicable.SingleColumnRelation.renameIdentifier(ColumnIdentifier from, ColumnIdentifier to) TokenRelation.renameIdentifier(ColumnIdentifier from, ColumnIdentifier to) Methods in org.apache.cassandra.cql3 with parameters of type Relation