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

Function ExampleDictSchema

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

Source from the content-addressed store, hash-verified

146}
147
148std::shared_ptr<Schema> ExampleDictSchema() {
149 std::shared_ptr<RecordBatch> batch;
150 ABORT_NOT_OK(ipc::test::MakeDictionary(&batch));
151 return batch->schema();
152}
153
154std::shared_ptr<Schema> ExampleLargeSchema() {
155 std::vector<std::shared_ptr<arrow::Field>> fields;

Callers 1

ExampleFlightInfoFunction · 0.85

Calls 2

MakeDictionaryFunction · 0.85
schemaMethod · 0.45

Tested by

no test coverage detected