Class TpchIndexedData.IndexedTable

java.lang.Object
io.trino.testing.tpch.TpchIndexedData.IndexedTable
Enclosing class:
TpchIndexedData

public static class TpchIndexedData.IndexedTable extends Object
  • Method Details

    • getKeyColumns

      public List<String> getKeyColumns()
    • getOutputColumns

      public List<String> getOutputColumns()
    • lookupKeys

      public RecordSet lookupKeys(RecordSet recordSet)
    • lookupKey

      public RecordSet lookupKey(io.trino.testing.tpch.MaterializedTuple tupleKey)