Class LargeListType
public sealed class LargeListType : NestedType, IArrowType- Inheritance
- 
      
      
      
      LargeListType
- Implements
- Inherited Members
- Extension Methods
Constructors
LargeListType(Field)
public LargeListType(Field valueField)Parameters
- valueFieldField
LargeListType(IArrowType)
public LargeListType(IArrowType valueDataType)Parameters
- valueDataTypeIArrowType
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
- visitorIArrowTypeVisitor