Class FixedSizeListType
public sealed class FixedSizeListType : NestedType, IArrowType
- Inheritance
-
FixedSizeListType
- Implements
- Inherited Members
- Extension Methods
Constructors
FixedSizeListType(Field, int)
public FixedSizeListType(Field valueField, int listSize)
Parameters
FixedSizeListType(IArrowType, int)
public FixedSizeListType(IArrowType valueDataType, int listSize)
Parameters
valueDataType
IArrowTypelistSize
int
Properties
ListSize
public int ListSize { get; }
Property Value
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