Package io.trino.connector.system
Class AnalyzePropertiesSystemTable
java.lang.Object
io.trino.connector.system.AnalyzePropertiesSystemTable
- All Implemented Interfaces:
SystemTable
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.spi.connector.SystemTable
SystemTable.Distribution -
Constructor Summary
ConstructorsConstructorDescriptionAnalyzePropertiesSystemTable(Metadata metadata, AccessControl accessControl, AnalyzePropertyManager analyzePropertyManager) -
Method Summary
Modifier and TypeMethodDescriptionfinal RecordCursorcursor(ConnectorTransactionHandle transactionHandle, ConnectorSession connectorSession, TupleDomain<Integer> constraint) final SystemTable.Distributionfinal ConnectorTableMetadataMethods 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, pageSource
-
Constructor Details
-
AnalyzePropertiesSystemTable
@Inject public AnalyzePropertiesSystemTable(Metadata metadata, AccessControl accessControl, AnalyzePropertyManager analyzePropertyManager)
-
-
Method Details
-
getDistribution
- Specified by:
getDistributionin interfaceSystemTable
-
getTableMetadata
- Specified by:
getTableMetadatain interfaceSystemTable
-
cursor
public final RecordCursor cursor(ConnectorTransactionHandle transactionHandle, ConnectorSession connectorSession, TupleDomain<Integer> constraint) - Specified by:
cursorin interfaceSystemTable
-