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

Method add_nullable

cpp/src/generated/Schema_generated.h:2293–2295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
2296 void add_type_type(org::apache::arrow::flatbuf::Type type_type) {
2297 fbb_.AddElement<uint8_t>(Field::VT_TYPE_TYPE, static_cast<uint8_t>(type_type), 0);
2298 }

Callers 1

CreateFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected