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

Function ExampleStringSchema

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

Source from the content-addressed store, hash-verified

140}
141
142std::shared_ptr<Schema> ExampleStringSchema() {
143 auto f0 = field("f0", utf8());
144 auto f1 = field("f1", binary());
145 return ::arrow::schema({f0, f1});
146}
147
148std::shared_ptr<Schema> ExampleDictSchema() {
149 std::shared_ptr<RecordBatch> batch;

Callers 1

ExampleFlightInfoFunction · 0.85

Calls 2

fieldFunction · 0.50
schemaFunction · 0.50

Tested by

no test coverage detected