tpch_answer: Get a TPC-H answer

View source: R/bm-tpc-h.R

tpch_answerR Documentation

Get a TPC-H answer

Description

Get a TPC-H answer

Usage

tpch_answer(
  scale_factor,
  query_id,
  source = c("arrowbench", "duckdb"),
  data_source = c("duckdb", "dbgen")
)

Arguments

scale_factor

scale factor (possible values: c(0.01, 0.1, 1, 10))

query_id

Id of the query (possible values: 1-22)

source

source of the answer (default: "arrowbench"), "duckdb" can return answers for scale_factor 1.

data_source

which source of data should we construct ansers for? "duckdb" (the default) has a slightly different set of data in the *_address columns compared to "dbgen"

Value

the answer, as a data.frame


ursa-labs/arrowbench documentation built on July 8, 2023, 11:36 a.m.