Class IndexSnapshotBuilder

java.lang.Object
io.trino.operator.index.IndexSnapshotBuilder

public class IndexSnapshotBuilder extends Object
  • Constructor Details

  • Method Details

    • getOutputTypes

      public List<Type> getOutputTypes()
    • getMemoryInBytes

      public long getMemoryInBytes()
    • isMemoryExceeded

      public boolean isMemoryExceeded()
    • tryAddPage

      public boolean tryAddPage(Page page)
    • createIndexSnapshot

      public IndexSnapshot createIndexSnapshot(UnloadedIndexKeyRecordSet indexKeysRecordSet)
    • reset

      public void reset()