Class BaseDataTable

    • Field Detail

      • _numRows

        protected int _numRows
      • _numColumns

        protected int _numColumns
      • _columnOffsets

        protected int[] _columnOffsets
      • _rowSizeInBytes

        protected int _rowSizeInBytes
      • _fixedSizeDataBytes

        protected byte[] _fixedSizeDataBytes
      • _fixedSizeData

        protected ByteBuffer _fixedSizeData
      • _variableSizeDataBytes

        protected byte[] _variableSizeDataBytes
      • _variableSizeData

        protected ByteBuffer _variableSizeData
    • Constructor Detail

      • BaseDataTable

        public BaseDataTable​(int numRows,
                             DataSchema dataSchema,
                             Map<String,​Map<Integer,​String>> dictionaryMap,
                             byte[] fixedSizeDataBytes,
                             byte[] variableSizeDataBytes)
      • BaseDataTable

        public BaseDataTable()
        Construct empty data table. (Server side)