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