Interface DataTable

    • Method Detail

      • addException

        void addException​(int exceptionCode,
                          String exceptionMsg)
      • getVersion

        int getVersion()
      • getNumberOfRows

        int getNumberOfRows()
      • getInt

        int getInt​(int rowId,
                   int colId)
      • getLong

        long getLong​(int rowId,
                     int colId)
      • getFloat

        float getFloat​(int rowId,
                       int colId)
      • getDouble

        double getDouble​(int rowId,
                         int colId)
      • getBigDecimal

        BigDecimal getBigDecimal​(int rowId,
                                 int colId)
      • getString

        String getString​(int rowId,
                         int colId)
      • getBytes

        ByteArray getBytes​(int rowId,
                           int colId)
      • getIntArray

        int[] getIntArray​(int rowId,
                          int colId)
      • getLongArray

        long[] getLongArray​(int rowId,
                            int colId)
      • getFloatArray

        float[] getFloatArray​(int rowId,
                              int colId)
      • getDoubleArray

        double[] getDoubleArray​(int rowId,
                                int colId)
      • getStringArray

        String[] getStringArray​(int rowId,
                                int colId)
      • getNullRowIds

        @Nullable
        org.roaringbitmap.RoaringBitmap getNullRowIds​(int colId)
      • toMetadataOnlyDataTable

        DataTable toMetadataOnlyDataTable()
      • toDataOnlyDataTable

        DataTable toDataOnlyDataTable()