Class InformationSchemaTableHandle
java.lang.Object
io.trino.connector.informationschema.InformationSchemaTableHandle
- All Implemented Interfaces:
ConnectorTableHandle
-
Constructor Summary
ConstructorsConstructorDescriptionInformationSchemaTableHandle(String catalogName, InformationSchemaTable table, Set<QualifiedTablePrefix> prefixes, OptionalLong limit) -
Method Summary
-
Constructor Details
-
InformationSchemaTableHandle
public InformationSchemaTableHandle(String catalogName, InformationSchemaTable table, Set<QualifiedTablePrefix> prefixes, OptionalLong limit)
-
-
Method Details