Uses of Class
io.trino.metadata.TableVersion
Packages that use TableVersion
-
Uses of TableVersion in io.trino.metadata
Methods in io.trino.metadata with parameters of type TableVersionModifier and TypeMethodDescriptionbooleanMetadata.isValidTableVersion(Session session, QualifiedObjectName tableName, TableVersion version) Verifies that a version is valid for a given tablebooleanMetadataManager.isValidTableVersion(Session session, QualifiedObjectName tableName, TableVersion version) Method parameters in io.trino.metadata with type arguments of type TableVersionModifier and TypeMethodDescriptionMetadata.getRedirectionAwareTableHandle(Session session, QualifiedObjectName tableName, Optional<TableVersion> startVersion, Optional<TableVersion> endVersion) Get the target table handle after performing redirection with a table version.MetadataManager.getRedirectionAwareTableHandle(Session session, QualifiedObjectName tableName, Optional<TableVersion> startVersion, Optional<TableVersion> endVersion) Metadata.getTableHandle(Session session, QualifiedObjectName tableName, Optional<TableVersion> startVersion, Optional<TableVersion> endVersion) Returns a table handle for the specified table name with a specified versionMetadataManager.getTableHandle(Session session, QualifiedObjectName table, Optional<TableVersion> startVersion, Optional<TableVersion> endVersion)