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

Function CreateUtf8View

cpp/src/generated/Schema_generated.h:1301–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1299};
1300
1301inline ::flatbuffers::Offset<Utf8View> CreateUtf8View(
1302 ::flatbuffers::FlatBufferBuilder &_fbb) {
1303 Utf8ViewBuilder builder_(_fbb);
1304 return builder_.Finish();
1305}
1306
1307/// Logically the same as Binary, but the internal representation uses a view
1308/// 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