Package io.trino.plugin.deltalake
Class DeltaLakeHistoryTable
java.lang.Object
io.trino.plugin.deltalake.DeltaLakeHistoryTable
- All Implemented Interfaces:
SystemTable
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.spi.connector.SystemTable
SystemTable.Distribution -
Constructor Summary
ConstructorsConstructorDescriptionDeltaLakeHistoryTable(SchemaTableName tableName, List<CommitInfoEntry> commitInfoEntries, TypeManager typeManager) -
Method Summary
Modifier and TypeMethodDescriptionpageSource(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
-
Constructor Details
-
DeltaLakeHistoryTable
public DeltaLakeHistoryTable(SchemaTableName tableName, List<CommitInfoEntry> commitInfoEntries, TypeManager typeManager)
-
-
Method Details
-
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
-