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

Function CreateList

cpp/src/generated/Schema_generated.h:781–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779};
780
781inline ::flatbuffers::Offset<List> CreateList(
782 ::flatbuffers::FlatBufferBuilder &_fbb) {
783 ListBuilder builder_(_fbb);
784 return builder_.Finish();
785}
786
787/// Same as List, but with 64-bit offsets, allowing to represent
788/// extremely large data values.

Callers 2

CreatePropertiesGroupMethod · 0.85
VisitMethod · 0.85

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected