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

Function ExampleSchema1

cpp/src/arrow/table_builder_test.cc:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46};
47
48std::shared_ptr<Schema> ExampleSchema1() {
49 auto f0 = field("f0", int32());
50 auto f1 = field("f1", utf8());
51 auto f2 = field("f1", list(int8()));
52 return ::arrow::schema({f0, f1, f2});
53}
54
55template <typename BuilderType, typename T>
56void AppendValues(BuilderType* builder, const std::vector<T>& values,

Callers 1

TEST_FFunction · 0.85

Calls 3

listFunction · 0.85
fieldFunction · 0.70
schemaFunction · 0.70

Tested by

no test coverage detected