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

Method Convert

cpp/src/arrow/array/builder_base.cc:301–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 }
300
301 Status Convert() { return VisitTypeInline(*scalars_begin_->type, this); }
302
303 ConstIterator scalars_begin_;
304 ConstIterator scalars_end_;

Callers 2

AppendScalarMethod · 0.45
AppendScalarsMethod · 0.45

Calls 1

VisitTypeInlineFunction · 0.85

Tested by

no test coverage detected