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

Method ScalarBuilder

cpp/src/arrow/json/parser.cc:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234class ScalarBuilder {
235 public:
236 explicit ScalarBuilder(BuildContext* context)
237 : values_length_(0),
238 data_builder_(context->pool()),
239 null_bitmap_builder_(context->pool()) {}
240
241 Status Append(int32_t index, int32_t value_length) {
242 RETURN_NOT_OK(data_builder_.Append(index));

Callers

nothing calls this directly

Calls 1

poolMethod · 0.45

Tested by

no test coverage detected