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

Method add_dictionary

cpp/src/generated/Schema_generated.h:2302–2304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2300 fbb_.AddOffset(Field::VT_TYPE, type);
2301 }
2302 void add_dictionary(::flatbuffers::Offset<org::apache::arrow::flatbuf::DictionaryEncoding> dictionary) {
2303 fbb_.AddOffset(Field::VT_DICTIONARY, dictionary);
2304 }
2305 void add_children(::flatbuffers::Offset<::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::Field>>> children) {
2306 fbb_.AddOffset(Field::VT_CHILDREN, children);
2307 }

Callers 1

CreateFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected