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

Method TupleIsNullable

be/src/runtime/descriptors.cc:524–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524bool RowDescriptor::TupleIsNullable(int tuple_idx) const {
525 DCHECK_LT(tuple_idx, tuple_idx_nullable_map_.size());
526 return tuple_idx_nullable_map_[tuple_idx];
527}
528
529bool RowDescriptor::IsAnyTupleNullable() const {
530 for (int i = 0; i < tuple_idx_nullable_map_.size(); ++i) {

Callers 2

InitMethod · 0.80
InitMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected