Interface ColumnIndexContainer

    • Method Detail

      • getForwardIndex

        ForwardIndexReader<?> getForwardIndex()
        Returns the forward index for the column.
      • getInvertedIndex

        InvertedIndexReader<?> getInvertedIndex()
        Returns the inverted index for the column, or null if it does not exist.
      • getRangeIndex

        RangeIndexReader<?> getRangeIndex()
        Returns the range index for the column, or null if it does not exist.
      • getTextIndex

        TextIndexReader getTextIndex()
        Returns the text index for the column, or null if it does not exist.
      • getFSTIndex

        TextIndexReader getFSTIndex()
        Returns the FST index for the column, or null if it does not exist.
      • getJsonIndex

        JsonIndexReader getJsonIndex()
        Returns the json index for the column, or null if it does not exist.
      • getH3Index

        H3IndexReader getH3Index()
        Returns the H3 index for the column, or null if it does not exist.
      • getDictionary

        Dictionary getDictionary()
        Returns the dictionary for the column, or null if it does not exist.
      • getBloomFilter

        BloomFilterReader getBloomFilter()
        Returns the bloom filter for the column, or null if it does not exist.
      • getNullValueVector

        NullValueVectorReader getNullValueVector()
        Returns the null value vector for the column, or null if it does not exist.
        Returns: