| DataType {arrow} | R Documentation |
DataType class
Description
DataType class
R6 Methods
-
$ToString(): String representation of the DataType -
$Equals(other): Is the DataType equal toother -
$fields(): The children fields associated with this type -
$code(namespace): Produces an R call of the data type. Usenamespace=TRUEto call witharrow::.
There are also some active bindings:
-
$id: integer Arrow type id. -
$name: string Arrow type name. -
$num_fields: number of child fields.
See Also
[Package arrow version 16.1.0 Index]