Uses of Enum Class
io.trino.spi.connector.RelationType
Packages that use RelationType
-
Uses of RelationType in io.trino.spi.connector
Methods in io.trino.spi.connector that return RelationTypeModifier and TypeMethodDescriptionstatic RelationTypeReturns the enum constant of this class with the specified name.static RelationType[]RelationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.spi.connector that return types with arguments of type RelationTypeModifier and TypeMethodDescriptiondefault Map<SchemaTableName, RelationType> ConnectorMetadata.getRelationTypes(ConnectorSession session, Optional<String> schemaName) List table, view and materialized view names, possibly filtered by schema.