DataType 类
R6 方法
$ToString()
: DataType 的字符串表示形式$Equals(other)
: DataType 是否等于other
$fields()
: 与此类型关联的子字段$code(namespace)
: 生成数据类型的 R 调用。使用namespace=TRUE
以使用arrow::
调用。
还有一些活动绑定
$id
: 整数 Arrow 类型 ID。$name
: 字符串 Arrow 类型名称。$num_fields
: 子字段数。