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

Method materialize_tuple_timer

be/src/exec/scan-node.h:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 return collection_items_read_counter_;
133 }
134 RuntimeProfile::Counter* materialize_tuple_timer() const {
135 return materialize_tuple_timer_;
136 }
137
138 static const std::string SCANNER_THREAD_COUNTERS_PREFIX;
139

Callers 11

ProcessRangeMethod · 0.80
ProcessRangeMethod · 0.80
HdfsParquetScannerMethod · 0.80
GetNextInternalMethod · 0.80
HdfsOrcScannerMethod · 0.80
ProcessRangeMethod · 0.80
ProcessRangeMethod · 0.80
WriteFieldsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected