| 168 | Status InferringColumnDecoder::Init() { return UpdateType(); } |
| 169 | |
| 170 | Status InferringColumnDecoder::UpdateType() { |
| 171 | return infer_status_.MakeConverter(pool_).Value(&converter_); |
| 172 | } |
| 173 | |
| 174 | Result<std::shared_ptr<Array>> InferringColumnDecoder::RunInference( |
| 175 | const std::shared_ptr<BlockParser>& parser) { |
nothing calls this directly
no test coverage detected