Uses of Class
org.apache.pinot.common.utils.PinotDataType
-
Packages that use PinotDataType Package Description org.apache.pinot.common.function org.apache.pinot.common.utils -
-
Uses of PinotDataType in org.apache.pinot.common.function
Methods in org.apache.pinot.common.function that return PinotDataType Modifier and Type Method Description static PinotDataTypeFunctionUtils. getArgumentType(Class<?> clazz)Returns the corresponding PinotDataType for the given argument class, ornullif there is no one matching.static PinotDataTypeFunctionUtils. getParameterType(Class<?> clazz)Returns the corresponding PinotDataType for the given parameter class, ornullif there is no one matching.PinotDataType[]FunctionInvoker. getParameterTypes()Returns the PinotDataType of the parameters for type conversion purpose. -
Uses of PinotDataType in org.apache.pinot.common.utils
Methods in org.apache.pinot.common.utils that return PinotDataType Modifier and Type Method Description static PinotDataTypePinotDataType. getMultiValueType(Class<?> cls)static PinotDataTypePinotDataType. getPinotDataTypeForExecution(DataSchema.ColumnDataType columnDataType)Returns thePinotDataTypefor the givenDataSchema.ColumnDataTypefor query execution purpose.static PinotDataTypePinotDataType. getPinotDataTypeForIngestion(FieldSpec fieldSpec)Returns thePinotDataTypefor the givenFieldSpecfor data ingestion purpose.PinotDataTypePinotDataType. getSingleValueType()static PinotDataTypePinotDataType. getSingleValueType(Class<?> cls)static PinotDataTypePinotDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static PinotDataType[]PinotDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.common.utils with parameters of type PinotDataType Modifier and Type Method Description ObjectPinotDataType. convert(Object value, PinotDataType sourceType)
-