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 class
CQL3Type.Collection
static class
CQL3Type.Custom
static class
CQL3Type.Native
static class
CQL3Type.Tuple
static class
CQL3Type.UserDefined
Methods in org.apache.cassandra.cql3 that return CQL3Type Modifier and Type Method Description CQL3Type
CQL3Type.Raw. prepare(java.lang.String keyspace)
abstract CQL3Type
CQL3Type.Raw. prepare(java.lang.String keyspace, Types udts)
CQL3Type
CQL3Type.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.Raw
CQL3Type.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.String
CastFcts. getFunctionName(CQL3Type outputType)
Creates the name of the cast function use to cast to the specified 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
-