Returns the number of scalar expressions to be codegen'd.
| 121 | |
| 122 | /// Returns the number of scalar expressions to be codegen'd. |
| 123 | int64_t NumScalarExprNeedsCodegen() const { return scalar_exprs_to_codegen_.size(); } |
| 124 | |
| 125 | /// Check if codegen was disabled and if so, add a message to the runtime profile. |
| 126 | /// Call this only after expressions have been created. |