Uses of Class
org.apache.pinot.common.utils.DataSchema.ColumnDataType
-
Packages that use DataSchema.ColumnDataType Package Description org.apache.pinot.common.function org.apache.pinot.common.utils -
-
Uses of DataSchema.ColumnDataType in org.apache.pinot.common.function
Methods in org.apache.pinot.common.function that return DataSchema.ColumnDataType Modifier and Type Method Description static DataSchema.ColumnDataTypeFunctionUtils. getColumnDataType(Class<?> clazz)Returns the corresponding ColumnDataType for the given class, ornullif there is no one matching. -
Uses of DataSchema.ColumnDataType in org.apache.pinot.common.utils
Methods in org.apache.pinot.common.utils that return DataSchema.ColumnDataType Modifier and Type Method Description static DataSchema.ColumnDataTypeDataSchema.ColumnDataType. fromDataType(FieldSpec.DataType dataType, boolean isSingleValue)static DataSchema.ColumnDataTypeDataSchema.ColumnDataType. fromDataTypeMV(FieldSpec.DataType dataType)static DataSchema.ColumnDataTypeDataSchema.ColumnDataType. fromDataTypeSV(FieldSpec.DataType dataType)DataSchema.ColumnDataTypeDataSchema. getColumnDataType(int index)DataSchema.ColumnDataType[]DataSchema. getColumnDataTypes()DataSchema.ColumnDataType[]DataSchema. getStoredColumnDataTypes()DataSchema.ColumnDataTypeDataSchema.ColumnDataType. getStoredType()Returns the data type stored in Pinot.static DataSchema.ColumnDataTypeDataSchema.ColumnDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSchema.ColumnDataType[]DataSchema.ColumnDataType. 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 DataSchema.ColumnDataType Modifier and Type Method Description static PinotDataTypePinotDataType. getPinotDataTypeForExecution(DataSchema.ColumnDataType columnDataType)Returns thePinotDataTypefor the givenDataSchema.ColumnDataTypefor query execution purpose.booleanDataSchema.ColumnDataType. isCompatible(DataSchema.ColumnDataType anotherColumnDataType)Constructors in org.apache.pinot.common.utils with parameters of type DataSchema.ColumnDataType Constructor Description DataSchema(String[] columnNames, DataSchema.ColumnDataType[] columnDataTypes)
-