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

Function ExampleFloatSchema

cpp/src/arrow/flight/test_util.cc:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135std::shared_ptr<Schema> ExampleFloatSchema() {
136 auto f0 = field("f0", float16());
137 auto f1 = field("f1", float32());
138 auto f2 = field("f2", float64());
139 return ::arrow::schema({f0, f1, f2});
140}
141
142std::shared_ptr<Schema> ExampleStringSchema() {
143 auto f0 = field("f0", utf8());

Callers 1

ExampleFlightInfoFunction · 0.85

Calls 2

fieldFunction · 0.50
schemaFunction · 0.50

Tested by

no test coverage detected