Uses of Class
org.apache.cassandra.cql3.functions.types.UDTValue
-
Packages that use UDTValue 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 UDTValue in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions that return UDTValue Modifier and Type Method Description UDTValueUDFContext. newArgUDTValue(int argNum)Creates a newUDTValueinstance for an argument.UDTValueUDFContext. newArgUDTValue(java.lang.String argName)Creates a newUDTValueinstance for an argument.UDTValueUDFContextImpl. newArgUDTValue(int argNum)UDTValueUDFContextImpl. newArgUDTValue(java.lang.String argName)UDTValueUDFContext. newReturnUDTValue()Creates a newUDTValueinstance for the return value.UDTValueUDFContextImpl. newReturnUDTValue()UDTValueUDFContext. newUDTValue(java.lang.String udtName)Creates a newUDTValueinstance by name in the same keyspace.UDTValueUDFContextImpl. newUDTValue(java.lang.String udtName) -
Uses of UDTValue in org.apache.cassandra.cql3.functions.types
Methods in org.apache.cassandra.cql3.functions.types that return UDTValue Modifier and Type Method Description UDTValueAbstractGettableData. getUDTValue(java.lang.String name)Return the value fornameas a UDT value.UDTValueGettableByIndexData. getUDTValue(int i)Return theith value as a UDT value.UDTValueGettableByNameData. getUDTValue(java.lang.String name)Return the value fornameas a UDT value.UDTValueUserType. newValue()Returns a new empty value for this user type definition.Methods in org.apache.cassandra.cql3.functions.types that return types with arguments of type UDTValue Modifier and Type Method Description static TypeCodec<UDTValue>TypeCodec. userType(UserType type)Return a newly-created codec for the given user-defined CQL type.Methods in org.apache.cassandra.cql3.functions.types with parameters of type UDTValue Modifier and Type Method Description TSettableByIndexData. setUDTValue(int i, UDTValue v)Sets theith value to the provided UDT value.TSettableByNameData. setUDTValue(java.lang.String name, UDTValue v)Sets the value for (all occurrences of) variablenameto the provided UDT value.
-