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

Function CreateNull

cpp/src/generated/Schema_generated.h:720–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718};
719
720inline ::flatbuffers::Offset<Null> CreateNull(
721 ::flatbuffers::FlatBufferBuilder &_fbb) {
722 NullBuilder builder_(_fbb);
723 return builder_.Finish();
724}
725
726/// A Struct_ in the flatbuffer metadata is the same as an Arrow Struct
727/// (according to the physical memory layout). We used Struct_ here as

Callers 1

VisitMethod · 0.85

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected