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

Method ReturnCurrentColumn

be/src/exec/delimited-text-parser.h:113–115  ·  view source on GitHub ↗

Will we return the current column to the query? Hive allows cols at the end of the table that are not in the schema. We'll just ignore those columns

Source from the content-addressed store, hash-verified

111 /// Hive allows cols at the end of the table that are not in the schema. We'll
112 /// just ignore those columns
113 bool ReturnCurrentColumn() const {
114 return column_idx_ < num_cols_ && is_materialized_col_[column_idx_];
115 }
116
117 /// Fill in columns missing at the end of the tuple.
118 /// 'len' and 'last_column' may contain the length and the pointer to the

Callers 1

ProcessRangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected