Class MemoryInsertTableHandle

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

public class MemoryInsertTableHandle extends Object implements ConnectorInsertTableHandle
  • Constructor Details

    • MemoryInsertTableHandle

      public MemoryInsertTableHandle(long table, Set<Long> activeTableIds)
  • Method Details

    • getTable

      public long getTable()
    • getActiveTableIds

      public Set<Long> getActiveTableIds()
    • toString

      public String toString()
      Overrides:
      toString in class Object