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

Method hdfs_table

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

Source from the content-addressed store, hash-verified

464 const TupleDescriptor* stats_tuple_desc() const { return stats_tuple_desc_; }
465 const TupleDescriptor* tuple_desc() const { return tuple_desc_; }
466 const HdfsTableDescriptor* hdfs_table() const { return hdfs_table_; }
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(); }

Callers 15

CreateTemplateTupleMethod · 0.80
CreateTextConverterMethod · 0.80
AddIcebergColumnsMethod · 0.80
IsValuePartitionColMethod · 0.80
GetNextBufferMethod · 0.80
InitNewRangeMethod · 0.80
OpenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected