R/type.R
DataType-class.Rd
DataType 類別
$ToString():DataType 的字串表示形式
$ToString()
$Equals(other):DataType 是否等於 other
$Equals(other)
other
$fields():與此類型相關聯的子欄位
$fields()
$code(namespace):產生資料類型的 R 呼叫。使用 namespace=TRUE 以使用 arrow:: 呼叫。
$code(namespace)
namespace=TRUE
arrow::
還有一些作用中綁定
$id:整數 Arrow 類型 ID。
$id
$name:字串 Arrow 類型名稱。
$name
$num_fields:子欄位數量。
$num_fields
infer_type()
data-type