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

Method nullable

be/src/util/avro-util.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 AvroSchemaElement() : schema(NULL), null_union_position(-1), slot_desc(NULL) { }
56
57 bool nullable() const { return null_union_position != -1; }
58
59 /// Maps the Avro library's type representation to our own.
60 /// The returned AvroSchemaElement does not have 'slot_desc' populated.

Calls

no outgoing calls