Learn R Programming

arrow (version 0.14.1)

arrow__Schema: class arrow::Schema

Description

class arrow::Schema

Arguments

Usage

s <- schema(...)

s$ToString() s$num_fields() s$field(i)

Methods

  • $ToString(): convert to a string

  • $num_fields(): returns the number of fields

  • $field(i): returns the field at index i (0-based)