Record Class InformationSchemaTableHandle

java.lang.Object
java.lang.Record
io.trino.connector.informationschema.InformationSchemaTableHandle
All Implemented Interfaces:
ConnectorTableHandle

public record InformationSchemaTableHandle(String catalogName, InformationSchemaTable table, Set<QualifiedTablePrefix> prefixes, OptionalLong limit) extends Record implements ConnectorTableHandle