Class ListType
public sealed class ListType : NestedType, IArrowType
- Inheritance
-
ListType
- Implements
- Inherited Members
- Extension Methods
Constructors
ListType(Field)
public ListType(Field valueField)
Parameters
valueField
Field
ListType(IArrowType)
public ListType(IArrowType valueDataType)
Parameters
valueDataType
IArrowType
Properties
Name
public override string Name { get; }
Property Value
TypeId
public override ArrowTypeId TypeId { get; }
Property Value
ValueDataType
public IArrowType ValueDataType { get; }
Property Value
ValueField
public Field ValueField { get; }
Property Value
Methods
Accept(IArrowTypeVisitor)
public override void Accept(IArrowTypeVisitor visitor)
Parameters
visitor
IArrowTypeVisitor