MCPcopy Create free account
hub / github.com/bytedance/bolt / ARRAY>

Method ARRAY>

bolt/vector/tests/VectorTestUtils.cpp:100–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99template <>
100void checkVectorFlagsClearedTyped<TypeKind::ARRAY>(
101 const BaseVector& vector,
102 const SelectivityVector& /*asciiClearedRows*/,
103 const SelectivityVector& /*asciiRemainRows*/) {
104 checkBaseVectorFlagsCleared(vector);
105
106 // ArrayVector is not expected to clear asciiness of children vector at
107 // existing rows.
108 checkVectorFlagsCleared(*vector.as<ArrayVector>()->elements(), {}, {});
109}
110
111template <>
112void checkVectorFlagsClearedTyped<TypeKind::ROW>(

Callers

nothing calls this directly

Calls 5

checkVectorFlagsClearedFunction · 0.85
checkVectorFlagsSetFunction · 0.85
has_valueMethod · 0.80
getNullCountMethod · 0.45

Tested by

no test coverage detected