Class DataTableFactory
- java.lang.Object
-
- org.apache.pinot.common.datatable.DataTableFactory
-
public class DataTableFactory extends Object
-
-
Field Detail
-
VERSION_2
public static final int VERSION_2
- See Also:
- Constant Field Values
-
VERSION_3
public static final int VERSION_3
- See Also:
- Constant Field Values
-
VERSION_4
public static final int VERSION_4
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDataTable
public static DataTable getDataTable(ByteBuffer byteBuffer) throws IOException
- Throws:
IOException
-
getDataTable
public static DataTable getDataTable(byte[] bytes) throws IOException
- Throws:
IOException
-
-