| 115 | } |
| 116 | |
| 117 | Status Projector::Evaluate(const arrow::RecordBatch& batch, |
| 118 | const ArrayDataVector& output_data_vecs) const { |
| 119 | return Evaluate(batch, nullptr, output_data_vecs); |
| 120 | } |
| 121 | |
| 122 | Status Projector::Evaluate(const arrow::RecordBatch& batch, |
| 123 | const SelectionVector* selection_vector, |
nothing calls this directly
no test coverage detected