MCPcopy Create free account
hub / github.com/apache/arrow / DeclarationToTableAsync

Function DeclarationToTableAsync

cpp/src/arrow/acero/exec_plan.cc:759–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759Future<std::shared_ptr<Table>> DeclarationToTableAsync(Declaration declaration,
760 ExecContext exec_context) {
761 return DeclarationToTableImpl(declaration,
762 QueryOptionsFromCustomExecContext(exec_context),
763 exec_context.executor());
764}
765
766Future<std::shared_ptr<Table>> DeclarationToTableAsync(
767 Declaration declaration, bool use_threads, MemoryPool* memory_pool,

Callers 1

TESTFunction · 0.85

Calls 9

DeclarationToTableImplFunction · 0.85
QueryOptionsFromArgsFunction · 0.85
GetCpuThreadPoolFunction · 0.85
ThenMethod · 0.80
ARROW_ASSIGN_OR_RAISEFunction · 0.70
MakeFunction · 0.50
executorMethod · 0.45
getMethod · 0.45

Tested by 1

TESTFunction · 0.68