Uses of Class
io.prestosql.plugin.tpch.TpchRecordSet
-
Packages that use TpchRecordSet Package Description io.prestosql.plugin.tpch -
-
Uses of TpchRecordSet in io.prestosql.plugin.tpch
Methods in io.prestosql.plugin.tpch that return TpchRecordSet Modifier and Type Method Description static <E extends io.prestosql.tpch.TpchEntity>
TpchRecordSet<E>TpchRecordSet. createTpchRecordSet(io.prestosql.tpch.TpchTable<E> table, double scaleFactor)static <E extends io.prestosql.tpch.TpchEntity>
TpchRecordSet<E>TpchRecordSet. createTpchRecordSet(io.prestosql.tpch.TpchTable<E> table, List<io.prestosql.tpch.TpchColumn<E>> columns, double scaleFactor, int part, int partCount, TupleDomain<ColumnHandle> predicate)
-