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

Method add_name

cpp/src/generated/Schema_generated.h:2290–2292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2288 ::flatbuffers::FlatBufferBuilder &fbb_;
2289 ::flatbuffers::uoffset_t start_;
2290 void add_name(::flatbuffers::Offset<::flatbuffers::String> name) {
2291 fbb_.AddOffset(Field::VT_NAME, name);
2292 }
2293 void add_nullable(bool nullable) {
2294 fbb_.AddElement<uint8_t>(Field::VT_NULLABLE, static_cast<uint8_t>(nullable), 0);
2295 }

Callers 1

CreateFieldFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected