Class: Iceberg::PrimitiveType
Direct Known Subclasses
BinaryType, BooleanType, DateType, DecimalType, DoubleType, FixedType, FloatType, IntType, LongType, StringType, TimeType, TimestampNanoType, TimestampType, TimestamptzNanoType, TimestamptzType, UUIDType
Instance Method Summary collapse
Methods inherited from Type
Instance Method Details
#==(other) ⇒ Object
9 10 11 |
# File 'lib/iceberg/types.rb', line 9 def ==(other) other.is_a?(self.class) end |