| 260 | } // function QueryLiveTableName |
| 261 | |
| 262 | bool 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 |