Uses of Class
org.apache.cassandra.cql3.functions.types.TupleValue
-
Packages that use TupleValue Package Description org.apache.cassandra.cql3.functions org.apache.cassandra.cql3.functions.types Contains pieces of the Java Driver that are needed to handle data types in C* User-Defined-Functions/Aggregates. -
-
Uses of TupleValue in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions that return TupleValue Modifier and Type Method Description TupleValueUDFContext. newArgTupleValue(int argNum)Creates a newTupleValueinstance for an argument.TupleValueUDFContext. newArgTupleValue(java.lang.String argName)Creates a newTupleValueinstance for an argument.TupleValueUDFContextImpl. newArgTupleValue(int argNum)TupleValueUDFContextImpl. newArgTupleValue(java.lang.String argName)TupleValueUDFContext. newReturnTupleValue()Creates a newTupleValueinstance for the return value.TupleValueUDFContextImpl. newReturnTupleValue()TupleValueUDFContext. newTupleValue(java.lang.String cqlDefinition)Creates a newTupleValueinstance for the CQL type definition.TupleValueUDFContextImpl. newTupleValue(java.lang.String cqlDefinition) -
Uses of TupleValue in org.apache.cassandra.cql3.functions.types
Methods in org.apache.cassandra.cql3.functions.types that return TupleValue Modifier and Type Method Description TupleValueAbstractGettableData. getTupleValue(java.lang.String name)Return the value fornameas a tuple value.TupleValueGettableByIndexData. getTupleValue(int i)Return theith value as a tuple value.TupleValueGettableByNameData. getTupleValue(java.lang.String name)Return the value fornameas a tuple value.TupleValueTupleType. newValue()Returns a new empty value for this tuple type.TupleValueTupleType. newValue(java.lang.Object... values)Returns a new value for this tuple type that uses the provided values for the components.Methods in org.apache.cassandra.cql3.functions.types that return types with arguments of type TupleValue Modifier and Type Method Description static TypeCodec<TupleValue>TypeCodec. tuple(TupleType type)Return a newly-created codec for the given CQL tuple type.Methods in org.apache.cassandra.cql3.functions.types with parameters of type TupleValue Modifier and Type Method Description TSettableByIndexData. setTupleValue(int i, TupleValue v)Sets theith value to the provided tuple value.TSettableByNameData. setTupleValue(java.lang.String name, TupleValue v)Sets the value for (all occurrences of) variablenameto the provided tuple value.
-