Uses of Interface
org.apache.cassandra.cql3.selection.Selectable.Raw
-
Packages that use Selectable.Raw Package Description org.apache.cassandra.cql3.selection org.apache.cassandra.cql3.statements -
-
Uses of Selectable.Raw in org.apache.cassandra.cql3.selection
Classes in org.apache.cassandra.cql3.selection that implement Selectable.Raw Modifier and Type Class Description static classSelectable.BetweenParenthesesOrWithTuple.Rawstatic classSelectable.RawIdentifierIn the selection clause, the parser cannot differentiate between Maps and UDTs as a column identifier and field identifier have the same syntax.static classSelectable.WithCast.Rawstatic classSelectable.WithElementSelection.Rawstatic classSelectable.WithFieldSelection.Rawstatic classSelectable.WithFunction.Rawstatic classSelectable.WithList.Rawstatic classSelectable.WithMapOrUdt.Rawstatic classSelectable.WithSet.Rawstatic classSelectable.WithSliceSelection.Rawstatic classSelectable.WithTerm.Rawstatic classSelectable.WithTypeHint.Rawstatic classSelectable.WritetimeOrTTL.RawFields in org.apache.cassandra.cql3.selection declared as Selectable.Raw Modifier and Type Field Description Selectable.RawRawSelector. selectableMethods in org.apache.cassandra.cql3.selection with parameters of type Selectable.Raw Modifier and Type Method Description static Selectable.WithFunction.RawSelectable.WithFunction.Raw. newNegation(Selectable.Raw arg)static Selectable.WithFunction.RawSelectable.WithFunction.Raw. newOperation(char operator, Selectable.Raw left, Selectable.Raw right)Constructors in org.apache.cassandra.cql3.selection with parameters of type Selectable.Raw Constructor Description Raw(Selectable.Raw arg, CQL3Type type)Raw(Selectable.Raw selected, Term.Raw element)Raw(Selectable.Raw selected, FieldIdentifier field)Raw(Selectable.Raw selected, Term.Raw from, Term.Raw to)Raw(CQL3Type.Raw typeRaw, Selectable.Raw raw)RawSelector(Selectable.Raw selectable, ColumnIdentifier alias)Constructor parameters in org.apache.cassandra.cql3.selection with type arguments of type Selectable.Raw Constructor Description Raw(java.util.List<Selectable.Raw> raws)Raw(FunctionName functionName, java.util.List<Selectable.Raw> args)Raw(java.util.List<Selectable.Raw> raws)Raw(java.util.List<Pair<Selectable.Raw,Selectable.Raw>> raws)Raw(java.util.List<Pair<Selectable.Raw,Selectable.Raw>> raws)Raw(java.util.List<Selectable.Raw> raws)WithMapOrUdt(TableMetadata cfm, java.util.List<Pair<Selectable.Raw,Selectable.Raw>> raws)WithMapOrUdt(TableMetadata cfm, java.util.List<Pair<Selectable.Raw,Selectable.Raw>> raws) -
Uses of Selectable.Raw in org.apache.cassandra.cql3.statements
Fields in org.apache.cassandra.cql3.statements with type parameters of type Selectable.Raw Modifier and Type Field Description java.util.List<Selectable.Raw>SelectStatement.Parameters. groupsConstructor parameters in org.apache.cassandra.cql3.statements with type arguments of type Selectable.Raw Constructor Description Parameters(java.util.Map<ColumnIdentifier,java.lang.Boolean> orderings, java.util.List<Selectable.Raw> groups, boolean isDistinct, boolean allowFiltering, boolean isJson)
-