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

Method add_schema

cpp/src/generated/File_generated.h:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 fbb_.AddElement<int16_t>(Footer::VT_VERSION, static_cast<int16_t>(version), 0);
116 }
117 void add_schema(::flatbuffers::Offset<org::apache::arrow::flatbuf::Schema> schema) {
118 fbb_.AddOffset(Footer::VT_SCHEMA, schema);
119 }
120 void add_dictionaries(::flatbuffers::Offset<::flatbuffers::Vector<const org::apache::arrow::flatbuf::Block *>> dictionaries) {
121 fbb_.AddOffset(Footer::VT_DICTIONARIES, dictionaries);
122 }

Callers 3

test_add_schemaMethod · 0.80
CreateFooterFunction · 0.80
reader_optionsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_add_schemaMethod · 0.64