Package io.trino.plugin.iceberg
Class PartitionTable
java.lang.Object
io.trino.plugin.iceberg.PartitionTable
- All Implemented Interfaces:
SystemTable
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.spi.connector.SystemTable
SystemTable.Distribution -
Constructor Summary
ConstructorsConstructorDescriptionPartitionTable(SchemaTableName tableName, TypeManager typeManager, org.apache.iceberg.Table icebergTable, Optional<Long> snapshotId) -
Method Summary
Modifier and TypeMethodDescriptioncursor(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
pageSource
-
Constructor Details
-
PartitionTable
public PartitionTable(SchemaTableName tableName, TypeManager typeManager, org.apache.iceberg.Table icebergTable, Optional<Long> snapshotId)
-
-
Method Details
-
getDistribution
- Specified by:
getDistributionin interfaceSystemTable
-
getTableMetadata
- Specified by:
getTableMetadatain interfaceSystemTable
-
cursor
public RecordCursor cursor(ConnectorTransactionHandle transactionHandle, ConnectorSession session, TupleDomain<Integer> constraint) - Specified by:
cursorin interfaceSystemTable
-