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

Method is_nullable

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

Source from the content-addressed store, hash-verified

145 return null_indicator_offset_;
146 }
147 bool is_nullable() const { return null_indicator_offset_.bit_mask != 0; }
148 int slot_size() const { return slot_size_; }
149
150 TVirtualColumnType::type virtual_column_type() const { return virtual_column_type_; }

Callers 8

CodegenUpdateSlotMethod · 0.45
OpenMethod · 0.45
ConvertArrayFromKuduMethod · 0.45
FinalizeCurrentPageMethod · 0.45
LayoutEqualsMethod · 0.45
EqualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected