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

Function CreateLargeBinary

cpp/src/generated/Schema_generated.h:1265–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263};
1264
1265inline ::flatbuffers::Offset<LargeBinary> CreateLargeBinary(
1266 ::flatbuffers::FlatBufferBuilder &_fbb) {
1267 LargeBinaryBuilder builder_(_fbb);
1268 return builder_.Finish();
1269}
1270
1271/// Logically the same as Utf8, but the internal representation uses a view
1272/// struct that contains the string length and either the string's entire data

Callers 1

VisitMethod · 0.85

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected