R/field.R
Field-class.Rd
field() 允许您创建一个 arrow::Field,它将 DataType 映射到列名。字段包含在 Schemas 中。
field()
arrow::Field
f$ToString():转换为字符串
f$ToString()
f$Equals(other):测试相等性。更自然地称为 f == other
f$Equals(other)
f == other