| 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, |
nothing calls this directly
no test coverage detected