\brief A convenience for the number of values / arguments.
| 243 | |
| 244 | /// \brief A convenience for the number of values / arguments. |
| 245 | int num_values() const { return static_cast<int>(values.size()); } |
| 246 | |
| 247 | ExecBatch Slice(int64_t offset, int64_t length) const; |
| 248 |