MCPcopy Create free account
hub / github.com/bytedance/bolt / isVarcharOrVarbinary

Function isVarcharOrVarbinary

bolt/vector/VectorSaver.cpp:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247bool isVarcharOrVarbinary(const BaseVector& vector) {
248 return vector.typeKind() == TypeKind::VARCHAR ||
249 vector.typeKind() == TypeKind::VARBINARY;
250}
251
252void writeFlatVector(const BaseVector& vector, std::ostream& out) {
253 // Nulls buffer.

Callers 1

writeFlatVectorFunction · 0.85

Calls 1

typeKindMethod · 0.45

Tested by

no test coverage detected