Check that data-dependent flags have been set and the asciiness flag has been set for asciiSetRows.
| 217 | // Check that data-dependent flags have been set and the asciiness flag has been |
| 218 | // set for asciiSetRows. |
| 219 | void checkVectorFlagsSet( |
| 220 | const BaseVector& vector, |
| 221 | const SelectivityVector& asciiSetRows) { |
| 222 | BOLT_DYNAMIC_TYPE_DISPATCH_ALL( |
| 223 | checkVectorFlagsSetTyped, vector.typeKind(), vector, asciiSetRows); |
| 224 | } |
| 225 | |
| 226 | // Return an all-selected selectivity vector of the same size as a scalar or row |
| 227 | // vector, or of the same size as the element vectors of an array or map vector. |