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

Function IncludeField

be/src/workload_mgmt/workload-management.cc:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260} // function QueryLiveTableName
261
262bool IncludeField(const TQueryTableColumn::type& col) {
263 DCHECK(parsed_target_schema_version.has_value());
264 DCHECK_EQ(FIELD_DEFINITIONS.count(col), 1);
265
266 return FIELD_DEFINITIONS.at(col).Include(parsed_target_schema_version.value());
267} // function IncludeField
268
269} // namespace workloadmgmt
270} // namespace impala

Callers 2

MaterializeNextTupleMethod · 0.85
TESTFunction · 0.85

Calls 4

has_valueMethod · 0.80
IncludeMethod · 0.80
countMethod · 0.45
valueMethod · 0.45

Tested by 1

TESTFunction · 0.68