Uses of Class
org.apache.pinot.common.utils.DataTable.MetadataValueType
-
Packages that use DataTable.MetadataValueType Package Description org.apache.pinot.common.utils -
-
Uses of DataTable.MetadataValueType in org.apache.pinot.common.utils
Methods in org.apache.pinot.common.utils that return DataTable.MetadataValueType Modifier and Type Method Description DataTable.MetadataValueTypeDataTable.MetadataKey. getValueType()static DataTable.MetadataValueTypeDataTable.MetadataValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataTable.MetadataValueType[]DataTable.MetadataValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-