Table of Contents

Class LargeListType

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

Constructors

LargeListType(Field)

public LargeListType(Field valueField)

Parameters

valueField Field

LargeListType(IArrowType)

public LargeListType(IArrowType valueDataType)

Parameters

valueDataType IArrowType

Properties

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