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

Method is_materialized_col

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

The result array is of length hdfs_table_->num_cols(). The i-th element is true iff column i should be materialized.

Source from the content-addressed store, hash-verified

499 /// The result array is of length hdfs_table_->num_cols(). The i-th element is true iff
500 /// column i should be materialized.
501 const bool* is_materialized_col() {
502 return reinterpret_cast<const bool*>(is_materialized_col_.data());
503 }
504
505 /// Returns a pointer to the atomic wrapper of the per format codegen'd function.
506 /// Scanners call this to get the codegen'd function to use. Returns NULL if codegen

Callers 2

InitNewRangeMethod · 0.80
InitNewRangeMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected