Uses of Interface
org.apache.cassandra.cql3.CQL3Type
Packages that use CQL3Type
Package
Description
-
Uses of CQL3Type in org.apache.cassandra.cql3
Classes in org.apache.cassandra.cql3 that implement CQL3TypeModifier and TypeClassDescriptionstatic classstatic classstatic enumstatic classstatic classstatic classMethods in org.apache.cassandra.cql3 that return CQL3TypeModifier and TypeMethodDescriptionabstract CQL3TypeCQL3Type.Raw.prepareInternal(String keyspace, Types udts) Methods in org.apache.cassandra.cql3 with parameters of type CQL3Type -
Uses of CQL3Type in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions with parameters of type CQL3TypeModifier and TypeMethodDescriptionstatic FunctionParameterstatic StringCastFcts.getFunctionName(CQL3Type outputType) Creates the snake-cased name of the cast function used to cast to the specified type.static FunctionCall.Rawstatic FunctionParameterConstructors in org.apache.cassandra.cql3.functions with parameters of type CQL3TypeModifierConstructorDescriptionFromBlobFunction(CQL3Type toType) ToBlobFunction(CQL3Type fromType) -
Uses of CQL3Type in org.apache.cassandra.cql3.selection
Constructors in org.apache.cassandra.cql3.selection with parameters of type CQL3TypeModifierConstructorDescriptionRaw(Selectable.Raw arg, CQL3Type type) WithCast(Selectable arg, CQL3Type type) -
Uses of CQL3Type in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return CQL3TypeModifier and TypeMethodDescriptionAbstractTimeUUIDType.asCQL3Type()AbstractType.asCQL3Type()AsciiType.asCQL3Type()BooleanType.asCQL3Type()BytesType.asCQL3Type()ByteType.asCQL3Type()CollectionType.asCQL3Type()CounterColumnType.asCQL3Type()DateType.asCQL3Type()Deprecated.DecimalType.asCQL3Type()DoubleType.asCQL3Type()DurationType.asCQL3Type()EmptyType.asCQL3Type()FloatType.asCQL3Type()InetAddressType.asCQL3Type()Int32Type.asCQL3Type()IntegerType.asCQL3Type()LongType.asCQL3Type()ReversedType.asCQL3Type()ShortType.asCQL3Type()SimpleDateType.asCQL3Type()TimestampType.asCQL3Type()TimeType.asCQL3Type()TupleType.asCQL3Type()UserType.asCQL3Type()UTF8Type.asCQL3Type()UUIDType.asCQL3Type()VectorType.asCQL3Type() -
Uses of CQL3Type in org.apache.cassandra.index.sai
Fields in org.apache.cassandra.index.sai with type parameters of type CQL3Type -
Uses of CQL3Type in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils that return CQL3Type