Class InformationSchemaTableHandle
- java.lang.Object
-
- io.trino.connector.informationschema.InformationSchemaTableHandle
-
- All Implemented Interfaces:
ConnectorTableHandle
public class InformationSchemaTableHandle extends Object implements ConnectorTableHandle
-
-
Constructor Summary
Constructors Constructor Description InformationSchemaTableHandle(String catalogName, InformationSchemaTable table, Set<QualifiedTablePrefix> prefixes, Optional<Set<String>> roles, Optional<Set<String>> grantees, OptionalLong limit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCatalogName()Optional<Set<String>>getGrantees()OptionalLonggetLimit()Set<QualifiedTablePrefix>getPrefixes()Optional<Set<String>>getRoles()InformationSchemaTablegetTable()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
InformationSchemaTableHandle
public InformationSchemaTableHandle(String catalogName, InformationSchemaTable table, Set<QualifiedTablePrefix> prefixes, Optional<Set<String>> roles, Optional<Set<String>> grantees, OptionalLong limit)
-
-
Method Detail
-
getCatalogName
public String getCatalogName()
-
getTable
public InformationSchemaTable getTable()
-
getPrefixes
public Set<QualifiedTablePrefix> getPrefixes()
-
getLimit
public OptionalLong getLimit()
-
-