| 479 | } |
| 480 | |
| 481 | void ValueVector::setNull(uint32_t pos, bool isNull) { |
| 482 | nullMask.setNull(pos, isNull); |
| 483 | } |
| 484 | |
| 485 | void StringVector::addString(ValueVector* vector, uint32_t vectorPos, string_t& srcStr) { |
| 486 | DASSERT(vector->dataType.getPhysicalType() == PhysicalTypeID::STRING || |
no outgoing calls
no test coverage detected