Package io.trino.connector.system
Class SchemaPropertiesSystemTable
java.lang.Object
io.trino.connector.system.SchemaPropertiesSystemTable
- All Implemented Interfaces:
SystemTable
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.spi.connector.SystemTable
SystemTable.Distribution -
Constructor Summary
ConstructorsConstructorDescriptionSchemaPropertiesSystemTable(Metadata metadata, AccessControl accessControl, SchemaPropertyManager schemaPropertyManager) -
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
-
SchemaPropertiesSystemTable
@Inject public SchemaPropertiesSystemTable(Metadata metadata, AccessControl accessControl, SchemaPropertyManager schemaPropertyManager)
-
-
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
-