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

Function QueryOptionsFromCustomExecContext

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

Source from the content-addressed store, hash-verified

726}
727
728QueryOptions QueryOptionsFromCustomExecContext(ExecContext exec_context) {
729 QueryOptions options;
730 options.memory_pool = exec_context.memory_pool();
731 options.function_registry = exec_context.func_registry();
732 return options;
733}
734
735QueryOptions QueryOptionsFromArgs(MemoryPool* memory_pool,
736 FunctionRegistry* function_registry) {

Callers 4

DeclarationToTableAsyncFunction · 0.85
DeclarationToStatusAsyncFunction · 0.85

Calls 1

memory_poolMethod · 0.45

Tested by

no test coverage detected