arrow (version 0.16.0.2)

Field: Field class

Description

field() lets you create an arrow::Field that maps a DataType to a column name. Fields are contained in Schemas.

Usage

field(name, type, metadata)

Arguments

name

field name

type

logical type, instance of DataType

metadata

currently ignored

Methods

  • f$ToString(): convert to a string

  • f$Equals(other): test for equality. More naturally called as f == other

Examples

Run this code
# NOT RUN {
field("x", int32())
# }

Run the code above in your browser using DataLab