Class: ArrowFormat::Type
- Inherits:
-
Object
- Object
- ArrowFormat::Type
- Defined in:
- lib/arrow-format/type.rb
Direct Known Subclasses
DictionaryType, FixedSizeBinaryType, FixedSizeListType, NullType, PrimitiveType, StructType, UnionType, VariableSizeBinaryType, VariableSizeListType
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
19 20 21 |
# File 'lib/arrow-format/type.rb', line 19 def to_s name end |