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

Function test_tpch_unparser_roundtrip

datafusion/core/tests/sql/unparser.rs:461–466  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459
460#[tokio::test]
461async fn test_tpch_unparser_roundtrip() {
462 // Grow stacker segments earlier to avoid deep unparser recursion overflow in q20.
463 set_minimum_stack_size(512 * 1024);
464 set_stack_allocation_size(8 * 1024 * 1024);
465 run_roundtrip_tests("TPC-H", tpch_queries(), tpch_test_context).await;
466}

Callers

nothing calls this directly

Calls 2

run_roundtrip_testsFunction · 0.85
tpch_queriesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…