MCPcopy Create free account
hub / github.com/apache/datafusion / get_query_sql

Function get_query_sql

benchmarks/src/tpch/mod.rs:142–144  ·  view source on GitHub ↗

Get the SQL statements from the specified query file

(query: usize)

Source from the content-addressed store, hash-verified

140
141/// Get the SQL statements from the specified query file
142pub fn get_query_sql(query: usize) -> Result<Vec<String>> {
143 get_query_sql_for_scale_factor(query, 1.0)
144}
145
146/// Get the SQL statements from the specified query file using the provided scale factor for
147/// TPC-H substitutions such as Q11 FRACTION.

Callers 3

get_single_queryFunction · 0.70
round_trip_logical_planFunction · 0.70
round_trip_physical_planFunction · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…