Record Class MemoryInsertTableHandle

java.lang.Object
java.lang.Record
io.trino.plugin.memory.MemoryInsertTableHandle
All Implemented Interfaces:
ConnectorInsertTableHandle

public record MemoryInsertTableHandle(long table, MemoryInsertTableHandle.InsertMode mode, Set<Long> activeTableIds) extends Record implements ConnectorInsertTableHandle