Uses of Class
io.trino.metadata.TableVersion
-
Packages that use TableVersion Package Description io.trino.metadata -
-
Uses of TableVersion in io.trino.metadata
Methods in io.trino.metadata with parameters of type TableVersion Modifier and Type Method Description booleanMetadata. 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 TableVersion Modifier and Type Method Description RedirectionAwareTableHandleMetadata. getRedirectionAwareTableHandle(Session session, QualifiedObjectName tableName, Optional<TableVersion> startVersion, Optional<TableVersion> endVersion)Get the target table handle after performing redirection with a table version.RedirectionAwareTableHandleMetadataManager. getRedirectionAwareTableHandle(Session session, QualifiedObjectName tableName, Optional<TableVersion> startVersion, Optional<TableVersion> endVersion)Optional<TableHandle>Metadata. getTableHandle(Session session, QualifiedObjectName tableName, Optional<TableVersion> startVersion, Optional<TableVersion> endVersion)Returns a table handle for the specified table name with a specified versionOptional<TableHandle>MetadataManager. getTableHandle(Session session, QualifiedObjectName table, Optional<TableVersion> startVersion, Optional<TableVersion> endVersion)
-