Uses of Enum Class
io.trino.spi.connector.PointerType
Packages that use PointerType
-
Uses of PointerType in io.trino.spi.connector
Subclasses with type arguments of type PointerType in io.trino.spi.connectorModifier and TypeClassDescriptionenumThis enum represents the type of pointer used in TableVersion.Methods in io.trino.spi.connector that return PointerTypeModifier and TypeMethodDescriptionConnectorTableVersion.getPointerType()static PointerTypeReturns the enum constant of this class with the specified name.static PointerType[]PointerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.spi.connector with parameters of type PointerTypeModifierConstructorDescriptionConnectorTableVersion(PointerType pointerType, Type versionType, Object version)