Package io.trino.connector.system
Class TableCommentSystemTable
- java.lang.Object
-
- io.trino.connector.system.TableCommentSystemTable
-
- All Implemented Interfaces:
SystemTable
public class TableCommentSystemTable extends Object implements SystemTable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.trino.spi.connector.SystemTable
SystemTable.Distribution
-
-
Constructor Summary
Constructors Constructor Description TableCommentSystemTable(Metadata metadata, AccessControl accessControl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordCursorcursor(ConnectorTransactionHandle transactionHandle, ConnectorSession connectorSession, TupleDomain<Integer> constraint)SystemTable.DistributiongetDistribution()ConnectorTableMetadatagetTableMetadata()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.spi.connector.SystemTable
pageSource
-
-
-
-
Constructor Detail
-
TableCommentSystemTable
@Inject public TableCommentSystemTable(Metadata metadata, AccessControl accessControl)
-
-
Method Detail
-
getDistribution
public SystemTable.Distribution getDistribution()
- Specified by:
getDistributionin interfaceSystemTable
-
getTableMetadata
public ConnectorTableMetadata getTableMetadata()
- Specified by:
getTableMetadatain interfaceSystemTable
-
cursor
public RecordCursor cursor(ConnectorTransactionHandle transactionHandle, ConnectorSession connectorSession, TupleDomain<Integer> constraint)
- Specified by:
cursorin interfaceSystemTable
-
-