R/field.R
Field-class.Rd
field() 讓你建立一個 arrow::Field,將 DataType 對應到一個欄位名稱。Fields 包含在 Schemas 中。
field()
arrow::Field
f$ToString():轉換為字串
f$ToString()
f$Equals(other):測試是否相等。更自然的寫法是 f == other
f$Equals(other)
f == other