MCPcopy Create free account
hub / github.com/apache/impala / reader_context

Method reader_context

be/src/exec/hdfs-scan-node-base.h:469–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_; }

Callers 5

AddAndStartStreamMethod · 0.80
GetNextBufferMethod · 0.80
ReadAllMethod · 0.80
ReadToBufferMethod · 0.80
readRandomMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected