|
iceberg-cpp
|
A data type that does not have child fields. More...
#include <type.h>
Public Member Functions | |
| bool | is_primitive () const override |
| Is this a primitive type (may not have child fields)? | |
| bool | is_nested () const override |
| Is this a nested type (may have child fields)? | |
Public Member Functions inherited from iceberg::Type | |
| virtual TypeId | type_id () const =0 |
| Get the type ID. | |
Public Member Functions inherited from iceberg::util::Formattable | |
| virtual std::string | ToString () const =0 |
| Get a user-readable string representation. | |
Additional Inherited Members | |
Protected Member Functions inherited from iceberg::Type | |
| virtual bool | Equals (const Type &other) const =0 |
| Compare two types for equality. | |
A data type that does not have child fields.
|
inlineoverridevirtual |
Is this a nested type (may have child fields)?
Implements iceberg::Type.
|
inlineoverridevirtual |
Is this a primitive type (may not have child fields)?
Implements iceberg::Type.