Table of Contents

Class FixedSizeListType

Namespace
Apache.Arrow.Types
Assembly
Apache.Arrow.dll
public sealed class FixedSizeListType : NestedType, IArrowType
Inheritance
FixedSizeListType
Implements
Inherited Members
Extension Methods

Constructors

FixedSizeListType(Field, int)

public FixedSizeListType(Field valueField, int listSize)

Parameters

valueField Field
listSize int

FixedSizeListType(IArrowType, int)

public FixedSizeListType(IArrowType valueDataType, int listSize)

Parameters

valueDataType IArrowType
listSize int

Properties

ListSize

public int ListSize { get; }

Property Value

int

Name

public override string Name { get; }

Property Value

string

TypeId

public override ArrowTypeId TypeId { get; }

Property Value

ArrowTypeId

ValueDataType

public IArrowType ValueDataType { get; }

Property Value

IArrowType

ValueField

public Field ValueField { get; }

Property Value

Field

Methods

Accept(IArrowTypeVisitor)

public override void Accept(IArrowTypeVisitor visitor)

Parameters

visitor IArrowTypeVisitor