DataType-class: DataType class

DataTypeR Documentation

DataType class

Description

DataType class

R6 Methods

  • ⁠$ToString()⁠: String representation of the DataType

  • ⁠$Equals(other)⁠: Is the DataType equal to other

  • ⁠$fields()⁠: The children fields associated with this type

  • ⁠$code()⁠: Produces an R call of the data type.

There are also some active bindings:

  • ⁠$id⁠: integer Arrow type id.

  • ⁠$name⁠: string Arrow type name.

  • ⁠$num_fields⁠: number of child fields.

See Also

infer_type()

data-type


arrow documentation built on Nov. 25, 2023, 1:09 a.m.