Table of Contents

Class Field

Namespace
Apache.Arrow
Assembly
Apache.Arrow.dll
public class Field
Inheritance
Field
Inherited Members

Constructors

Field(string, IArrowType, bool, IEnumerable<KeyValuePair<string, string>>)

public Field(string name, IArrowType dataType, bool nullable, IEnumerable<KeyValuePair<string, string>> metadata = null)

Parameters

name string
dataType IArrowType
nullable bool
metadata IEnumerable<KeyValuePair<string, string>>

Properties

DataType

public IArrowType DataType { get; }

Property Value

IArrowType

HasMetadata

public bool HasMetadata { get; }

Property Value

bool

IsNullable

public bool IsNullable { get; }

Property Value

bool

Metadata

public IReadOnlyDictionary<string, string> Metadata { get; }

Property Value

IReadOnlyDictionary<string, string>

Name

public string Name { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string