R/field.R
Field-class.Rd
field() lets you create anarrow::Field that maps aDataType to a column name. Fields are contained inSchemas.
field()
arrow::Field
f$ToString(): convert to a string
f$ToString()
f$Equals(other): test for equality. More naturally called asf == other
f$Equals(other)
f == other