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

Function getWarningSourceData

src/processor/operator/index_lookup.cpp:136–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136std::optional<WarningSourceData> getWarningSourceData(
137 const std::vector<ValueVector*>& warningDataVectors, sel_t pos) {
138 std::optional<WarningSourceData> ret;
139 if (!warningDataVectors.empty()) {
140 ret.emplace(WarningSourceData::constructFromData(warningDataVectors,
141 safeIntegerConversion<idx_t>(pos)));
142 }
143 return ret;
144}
145
146bool checkNullKey(ValueVector* keyVector, offset_t vectorOffset,
147 BatchInsertErrorHandler* errorHandler, const std::vector<ValueVector*>& warningDataVectors) {

Callers 3

checkNullKeyFunction · 0.85
parseCSVMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected