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

Method IsVirtual

be/src/runtime/descriptors.h:151–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150 TVirtualColumnType::type virtual_column_type() const { return virtual_column_type_; }
151 bool IsVirtual() const { return virtual_column_type_ != TVirtualColumnType::NONE; }
152
153 std::optional<int32_t> struct_field_idx() const { return struct_field_idx_; }
154

Callers 9

AddIcebergColumnsMethod · 0.80
IsValuePartitionColMethod · 0.80
NeedDataInFileMethod · 0.80
InitMethod · 0.80
OrcStructReaderMethod · 0.80
IsClusteringColMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected