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

Function QueryOptionsFromArgs

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

Source from the content-addressed store, hash-verified

733}
734
735QueryOptions QueryOptionsFromArgs(MemoryPool* memory_pool,
736 FunctionRegistry* function_registry) {
737 QueryOptions options;
738 options.memory_pool = memory_pool;
739 options.function_registry = function_registry;
740 return options;
741}
742
743} // namespace
744

Callers 8

DeclarationToTableAsyncFunction · 0.85
DeclarationToTableFunction · 0.85
DeclarationToBatchesFunction · 0.85
DeclarationToExecBatchesFunction · 0.85
DeclarationToStatusAsyncFunction · 0.85
DeclarationToStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected