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

Function default_exec_context

cpp/src/arrow/compute/exec.cc:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62namespace compute {
63
64ExecContext* default_exec_context() {
65 static ExecContext default_ctx;
66 return &default_ctx;
67}
68
69ExecContext* threaded_exec_context() {
70 static ExecContext threaded_ctx(default_memory_pool(), GetCpuThreadPool());

Callers 15

query_context.hFile · 0.85
aggregate_node.hFile · 0.85
GenRandomUniqueRecordsFunction · 0.85
expression_test.ccFile · 0.85
CallFunctionFunction · 0.85
FunctionExecutorImplMethod · 0.85
InitMethod · 0.85
ExecuteMethod · 0.85
BenchmarkTemporalFunction · 0.85
BenchmarkTemporalBinaryFunction · 0.85
BenchmarkStrftimeFunction · 0.85

Calls

no outgoing calls

Tested by 4

GenRandomUniqueRecordsFunction · 0.68
MakeGrouperFunction · 0.68
MakeRowSegmenterFunction · 0.68
MakeGenericSegmenterFunction · 0.68