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

Function DeclarationToStatusAsync

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

Source from the content-addressed store, hash-verified

901}
902
903Future<> DeclarationToStatusAsync(Declaration declaration, ExecContext exec_context) {
904 return DeclarationToStatusImpl(std::move(declaration),
905 QueryOptionsFromCustomExecContext(exec_context),
906 exec_context.executor());
907}
908
909Future<> DeclarationToStatusAsync(Declaration declaration, bool use_threads,
910 MemoryPool* memory_pool,

Callers

nothing calls this directly

Calls 9

DeclarationToStatusImplFunction · 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

no test coverage detected