MCPcopy Create free account
hub / github.com/apache/arrow / nullable

Method nullable

cpp/gdb_arrow.py:588–589  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

586
587 @property
588 def nullable(self):
589 return bool(self.val['nullable_'])
590
591 def __str__(self):
592 return str(self.val)

Callers 15

garrow_field_is_nullableFunction · 0.80
ReadNextMethod · 0.80
VisitMethod · 0.80
PromoteTableToSchemaFunction · 0.80
MergeWithMethod · 0.80
MakeMethod · 0.80
ComputeFingerprintMethod · 0.80
TESTFunction · 0.80
PrintFieldMethod · 0.80
VisitFieldMethod · 0.80
json_internal.ccFile · 0.80
CheckProjectableFunction · 0.80

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.64
TEST_FFunction · 0.64
MakeRunEndEncodedFunction · 0.64
GenerateArrayFunction · 0.64