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

Method templateCreateArray

src/common/arrow/arrow_row_batch.cpp:751–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749
750template<LogicalTypeID DT>
751ArrowArray* ArrowRowBatch::templateCreateArray(ArrowVector& vector, const LogicalType& /*type*/,
752 bool) {
753 auto result = createArrayFromVector(vector);
754 vector.array = std::move(result);
755 return vector.array.get();
756}
757
758template<>
759ArrowArray* ArrowRowBatch::templateCreateArray<LogicalTypeID::STRING>(ArrowVector& vector,

Callers

nothing calls this directly

Calls 2

createArrayFromVectorFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected