Class ArrowType
public abstract class ArrowType : IArrowType
- Inheritance
-
ArrowType
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
IsFixedWidth
public virtual bool IsFixedWidth { get; }
Property Value
Name
public abstract string Name { get; }
Property Value
TypeId
public abstract ArrowTypeId TypeId { get; }
Property Value
Methods
Accept(IArrowTypeVisitor)
public abstract void Accept(IArrowTypeVisitor visitor)
Parameters
visitor
IArrowTypeVisitor