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