Class ColumnRangesSystemTable
java.lang.Object
io.trino.plugin.raptor.legacy.systemtables.ColumnRangesSystemTable
- All Implemented Interfaces:
SystemTable
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.spi.connector.SystemTable
SystemTable.Distribution -
Constructor Summary
ConstructorsConstructorDescriptionColumnRangesSystemTable(RaptorTableHandle sourceTable, org.jdbi.v3.core.Jdbi dbi) -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<SchemaTableName>getSourceTable(SchemaTableName tableName) pageSource(ConnectorTransactionHandle transactionHandle, ConnectorSession session, TupleDomain<Integer> constraint) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.spi.connector.SystemTable
cursor, cursor
-
Constructor Details
-
ColumnRangesSystemTable
-
-
Method Details
-
getSourceTable
-
getDistribution
- Specified by:
getDistributionin interfaceSystemTable
-
getTableMetadata
- Specified by:
getTableMetadatain interfaceSystemTable
-
pageSource
public ConnectorPageSource pageSource(ConnectorTransactionHandle transactionHandle, ConnectorSession session, TupleDomain<Integer> constraint) - Specified by:
pageSourcein interfaceSystemTable
-