Field class
field()
lets you create an arrow::Field
that maps a DataType to a column name. Fields are contained in Schemas .
class
f$ToString()
: convert to a stringf$Equals(other)
: test for equality. More naturally called as f == other
Useful links