Uses of Class
org.apache.cassandra.cql3.functions.UDFDataType
Packages that use UDFDataType
-
Uses of UDFDataType in org.apache.cassandra.cql3.functions
Fields in org.apache.cassandra.cql3.functions declared as UDFDataTypeFields in org.apache.cassandra.cql3.functions with type parameters of type UDFDataTypeMethods in org.apache.cassandra.cql3.functions that return UDFDataTypeModifier and TypeMethodDescriptionstatic UDFDataTypeUDFDataType.wrap(AbstractType<?> abstractType, boolean usePrimitive) Returns theUDFDataTypecorresponding to the specified type.Methods in org.apache.cassandra.cql3.functions that return types with arguments of type UDFDataTypeModifier and TypeMethodDescriptionstatic List<UDFDataType>UDFDataType.wrap(List<AbstractType<?>> argTypes, boolean usePrimitive) Returns theUDFDataTypes corresponding to the specified types.Method parameters in org.apache.cassandra.cql3.functions with type arguments of type UDFDataTypeModifier and TypeMethodDescriptionstatic FunctionArgumentsFunctionArguments.newInstanceForUdf(ProtocolVersion version, List<UDFDataType> argTypes) Creates a newFunctionArgumentsfor the specified types.Constructors in org.apache.cassandra.cql3.functions with parameters of type UDFDataType