MCPcopy Create free account
hub / github.com/apache/arrow / AppendScalar

Function AppendScalar

cpp/src/arrow/builder.cc:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 Status AppendScalar(const Scalar& scalar, int64_t n_repeats) override {
120 return builder_->AppendScalar(scalar, n_repeats);
121 }
122 Status AppendScalars(const ScalarVector& scalars) override {
123 return builder_->AppendScalars(scalars);
124 }

Callers

nothing calls this directly

Calls 1

AppendScalarMethod · 0.45

Tested by

no test coverage detected