Uses of Interface
org.apache.pinot.common.datatable.DataTable
-
Packages that use DataTable Package Description org.apache.pinot.common.datatable -
-
Uses of DataTable in org.apache.pinot.common.datatable
Classes in org.apache.pinot.common.datatable that implement DataTable Modifier and Type Class Description classBaseDataTableBase implementation of the DataTable interface.classDataTableImplV2classDataTableImplV3Datatable V3 implementation.classDataTableImplV4Datatable V4 Implementation is a wrapper around the Row-based data block.Methods in org.apache.pinot.common.datatable that return DataTable Modifier and Type Method Description static DataTableDataTableFactory. getDataTable(byte[] bytes)static DataTableDataTableFactory. getDataTable(ByteBuffer byteBuffer)DataTableDataTable. toDataOnlyDataTable()DataTableDataTableImplV4. toDataOnlyDataTable()DataTableDataTable. toMetadataOnlyDataTable()DataTableDataTableImplV4. toMetadataOnlyDataTable()
-