Uses of Interface
org.apache.cassandra.cql3.CQL3Type
-
Packages that use CQL3Type Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.functions org.apache.cassandra.cql3.selection org.apache.cassandra.db.marshal -
-
Uses of CQL3Type in org.apache.cassandra.cql3
Classes in org.apache.cassandra.cql3 that implement CQL3Type Modifier and Type Class Description static classCQL3Type.Collectionstatic classCQL3Type.Customstatic classCQL3Type.Nativestatic classCQL3Type.Tuplestatic classCQL3Type.UserDefinedMethods in org.apache.cassandra.cql3 that return CQL3Type Modifier and Type Method Description CQL3TypeCQL3Type.Raw. prepare(java.lang.String keyspace)abstract CQL3TypeCQL3Type.Raw. prepare(java.lang.String keyspace, Types udts)CQL3TypeCQL3Type.Raw. prepareInternal(java.lang.String keyspace, Types udts)Methods in org.apache.cassandra.cql3 with parameters of type CQL3Type Modifier and Type Method Description static CQL3Type.RawCQL3Type.Raw. from(CQL3Type type) -
Uses of CQL3Type in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions with parameters of type CQL3Type Modifier and Type Method Description static java.lang.StringCastFcts. getFunctionName(CQL3Type outputType)Creates the name of the cast function use to cast to the specified type.static FunctionCall.RawFunctionCall.Raw. newCast(Term.Raw raw, CQL3Type type) -
Uses of CQL3Type in org.apache.cassandra.cql3.selection
Constructors in org.apache.cassandra.cql3.selection with parameters of type CQL3Type Constructor Description Raw(Selectable.Raw arg, CQL3Type type)WithCast(Selectable arg, CQL3Type type) -
Uses of CQL3Type in org.apache.cassandra.db.marshal
-