| 1912 | } |
| 1913 | |
| 1914 | std::shared_ptr<Scalar> SpecificNull(int field_index) { |
| 1915 | return MakeSpecificNullScalar(*union_type_, field_index); |
| 1916 | } |
| 1917 | |
| 1918 | void TestValidate() { |
| 1919 | ASSERT_OK(union_alpha_->ValidateFull()); |
nothing calls this directly
no test coverage detected