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

Function CreateBool

cpp/src/generated/Schema_generated.h:1408–1412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406};
1407
1408inline ::flatbuffers::Offset<Bool> CreateBool(
1409 ::flatbuffers::FlatBufferBuilder &_fbb) {
1410 BoolBuilder builder_(_fbb);
1411 return builder_.Finish();
1412}
1413
1414/// Contains two child arrays, run_ends and values.
1415/// The run_ends child array must be a 16/32/64-bit integer array

Callers 1

VisitMethod · 0.85

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected