Interface ColumnIndex

    • Method Detail

      • getBoundaryOrder

        BoundaryOrder getBoundaryOrder()
        Returns:
        the boundary order of the min/max values; used for converting to the related thrift object
      • getNullCounts

        List<Long> getNullCounts()
        Returns:
        the unmodifiable list of null counts; used for converting to the related thrift object
      • getNullPages

        List<Boolean> getNullPages()
        Returns:
        the unmodifiable list of null pages; used for converting to the related thrift object
      • getMinValues

        List<ByteBuffer> getMinValues()
        Returns:
        the list of the min values as ByteBuffers; used for converting to the related thrift object
      • getMaxValues

        List<ByteBuffer> getMaxValues()
        Returns:
        the list of the max values as ByteBuffers; used for converting to the related thrift object