Uses of Class
io.trino.plugin.tpch.TpchRecordSet
Packages that use TpchRecordSet
-
Uses of TpchRecordSet in io.trino.plugin.tpch
Methods in io.trino.plugin.tpch that return TpchRecordSetModifier and TypeMethodDescriptionstatic <E extends io.trino.tpch.TpchEntity>
TpchRecordSet<E>TpchRecordSet.createTpchRecordSet(io.trino.tpch.TpchTable<E> table, double scaleFactor) static <E extends io.trino.tpch.TpchEntity>
TpchRecordSet<E>TpchRecordSet.createTpchRecordSet(io.trino.tpch.TpchTable<E> table, DecimalTypeMapping decimalTypeMapping, double scaleFactor, int part, int partCount, TupleDomain<ColumnHandle> predicate) static <E extends io.trino.tpch.TpchEntity>
TpchRecordSet<E>TpchRecordSet.createTpchRecordSet(io.trino.tpch.TpchTable<E> table, List<io.trino.tpch.TpchColumn<E>> columns, DecimalTypeMapping decimalTypeMapping, double scaleFactor, int part, int partCount, TupleDomain<ColumnHandle> predicate)