Package io.trino.connector.system.jdbc
Class TypesJdbcTable
java.lang.Object
io.trino.connector.system.jdbc.JdbcTable
io.trino.connector.system.jdbc.TypesJdbcTable
- All Implemented Interfaces:
SystemTable
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.spi.connector.SystemTable
SystemTable.Distribution -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConnectorTableMetadatastatic final SchemaTableName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncursor(ConnectorTransactionHandle transactionHandle, ConnectorSession connectorSession, TupleDomain<Integer> constraint) Methods inherited from class io.trino.connector.system.jdbc.JdbcTable
applyFilter, getDistributionMethods 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
-
Field Details
-
NAME
-
METADATA
-
-
Constructor Details
-
TypesJdbcTable
-
-
Method Details
-
getTableMetadata
-
cursor
public RecordCursor cursor(ConnectorTransactionHandle transactionHandle, ConnectorSession connectorSession, TupleDomain<Integer> constraint)
-