Interface RowIndexEntry.IndexInfoRetriever

  • All Superinterfaces:
    java.lang.AutoCloseable
    Enclosing class:
    RowIndexEntry<T>

    public static interface RowIndexEntry.IndexInfoRetriever
    extends java.lang.AutoCloseable
    Base class to access IndexInfo objects.
    • Method Detail

      • columnsIndex

        IndexInfo columnsIndex​(int index)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        void close()
            throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.io.IOException