| 113 | Status AppendNulls(int64_t length) override; |
| 114 | |
| 115 | Status AppendEmptyValue() final { return AppendEmptyValues(1); } |
| 116 | Status AppendEmptyValues(int64_t length) override; |
| 117 | |
| 118 | Status AppendScalar(const Scalar& scalar, int64_t n_repeats) override; |
nothing calls this directly
no test coverage detected