| 467 | const AvroSchemaElement& avro_schema() const { return avro_schema_; } |
| 468 | int skip_header_line_count() const { return skip_header_line_count_; } |
| 469 | io::RequestContext* reader_context() const { return reader_context_.get(); } |
| 470 | bool optimize_count_star() const { return count_star_slot_offset_ != -1; } |
| 471 | int count_star_slot_offset() const { return count_star_slot_offset_; } |
| 472 | bool is_partition_key_scan() const { return is_partition_key_scan_; } |
no test coverage detected