Uses of Enum Class
io.trino.plugin.memory.MemoryInsertTableHandle.InsertMode
-
Uses of MemoryInsertTableHandle.InsertMode in io.trino.plugin.memory
Subclasses with type arguments of type MemoryInsertTableHandle.InsertMode in io.trino.plugin.memoryMethods in io.trino.plugin.memory that return MemoryInsertTableHandle.InsertModeModifier and TypeMethodDescriptionMemoryInsertTableHandle.mode()Returns the value of themoderecord component.Returns the enum constant of this class with the specified name.static MemoryInsertTableHandle.InsertMode[]MemoryInsertTableHandle.InsertMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.memory with parameters of type MemoryInsertTableHandle.InsertModeModifierConstructorDescriptionMemoryInsertTableHandle(long table, MemoryInsertTableHandle.InsertMode mode, Set<Long> activeTableIds) Creates an instance of aMemoryInsertTableHandlerecord class.