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

Method filename

be/src/exec/hdfs-columnar-scanner.h:84–84  ·  view source on GitHub ↗

Get filename of the scan range.

Source from the content-addressed store, hash-verified

82
83 /// Get filename of the scan range.
84 const char* filename() const { return metadata_range_->file(); }
85
86 /// Evaluates runtime filters and conjuncts (if any) against the tuples in
87 /// 'scratch_batch_', and adds the surviving tuples to the given batch.

Callers

nothing calls this directly

Calls 1

fileMethod · 0.45

Tested by

no test coverage detected