Table of Contents

Class StringType

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

Fields

Default

public static StringType Default

Field Value

StringType

Properties

Name

public override string Name { get; }

Property Value

string

TypeId

public override ArrowTypeId TypeId { get; }

Property Value

ArrowTypeId

Methods

Accept(IArrowTypeVisitor)

public override void Accept(IArrowTypeVisitor visitor)

Parameters

visitor IArrowTypeVisitor