| 67 | } |
| 68 | |
| 69 | ExecContext* threaded_exec_context() { |
| 70 | static ExecContext threaded_ctx(default_memory_pool(), GetCpuThreadPool()); |
| 71 | return &threaded_ctx; |
| 72 | } |
| 73 | |
| 74 | ExecBatch::ExecBatch(const RecordBatch& batch) |
| 75 | : values(batch.num_columns()), length(batch.num_rows()) { |