| 637 | }; |
| 638 | |
| 639 | TEST_F(PlainEncoding, CheckDecodeArrowUsingDenseBuilder) { |
| 640 | this->CheckDecodeArrowUsingDenseBuilder(); |
| 641 | } |
| 642 | |
| 643 | TEST_F(PlainEncoding, CheckDecodeArrowUsingDictBuilder) { |
| 644 | this->CheckDecodeArrowUsingDictBuilder(); |
nothing calls this directly
no test coverage detected