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

Function CreateLargeList

cpp/src/generated/Schema_generated.h:812–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810};
811
812inline ::flatbuffers::Offset<LargeList> CreateLargeList(
813 ::flatbuffers::FlatBufferBuilder &_fbb) {
814 LargeListBuilder builder_(_fbb);
815 return builder_.Finish();
816}
817
818/// Represents the same logical types that List can, but contains offsets and
819/// sizes allowing for writes in any order and sharing of child values among

Callers 1

VisitMethod · 0.85

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected