Class TpchIndexProvider

  • All Implemented Interfaces:
    io.prestosql.spi.connector.ConnectorIndexProvider

    public class TpchIndexProvider
    extends java.lang.Object
    implements io.prestosql.spi.connector.ConnectorIndexProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.prestosql.spi.connector.ConnectorIndex getIndex​(io.prestosql.spi.connector.ConnectorTransactionHandle transaction, io.prestosql.spi.connector.ConnectorSession session, io.prestosql.spi.connector.ConnectorIndexHandle indexHandle, java.util.List<io.prestosql.spi.connector.ColumnHandle> lookupSchema, java.util.List<io.prestosql.spi.connector.ColumnHandle> outputSchema)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TpchIndexProvider

        public TpchIndexProvider​(TpchIndexedData indexedData)
    • Method Detail

      • getIndex

        public io.prestosql.spi.connector.ConnectorIndex getIndex​(io.prestosql.spi.connector.ConnectorTransactionHandle transaction,
                                                                  io.prestosql.spi.connector.ConnectorSession session,
                                                                  io.prestosql.spi.connector.ConnectorIndexHandle indexHandle,
                                                                  java.util.List<io.prestosql.spi.connector.ColumnHandle> lookupSchema,
                                                                  java.util.List<io.prestosql.spi.connector.ColumnHandle> outputSchema)
        Specified by:
        getIndex in interface io.prestosql.spi.connector.ConnectorIndexProvider