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

Method Instance

cpp/src/arrow/field_ref_test.cc:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 OutputValues v1_1_0_flat{{1, 1, 0}}, v1_1_1_flat{{1, 1, 1}};
111
112 static const FieldPathTestCase* Instance() {
113 static const auto maybe_instance = Make();
114 return &maybe_instance.ValueOrDie();
115 }
116
117 static Result<FieldPathTestCase> Make() {
118 // Generate test input based on a single schema. First by creating a StructArray,

Callers

nothing calls this directly

Calls 2

ValueOrDieMethod · 0.80
MakeFunction · 0.70

Tested by

no test coverage detected