MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / setNull

Method setNull

src/common/vector/value_vector.cpp:481–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

copyFromValueMethod · 0.45
getAsValueMethod · 0.45
deSerializeMethod · 0.45
copyFromRowDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected