blob: d8dfecda39bc185d8937753b948808d90ce1bc3a [file] [log] [blame]
# Generated by roxygen2: do not edit by hand
S3method("!=","arrow::Object")
S3method("$","arrow-enum")
S3method("==","arrow::Array")
S3method("==","arrow::DataType")
S3method("==","arrow::Field")
S3method("==","arrow::RecordBatch")
S3method(as_tibble,"arrow::RecordBatch")
S3method(as_tibble,"arrow::Table")
S3method(length,"arrow::Array")
S3method(names,"arrow::RecordBatch")
S3method(print,"arrow-enum")
export(DateUnit)
export(StatusCode)
export(TimeUnit)
export(Type)
export(array)
export(as_tibble)
export(boolean)
export(chunked_array)
export(date32)
export(date64)
export(decimal)
export(float16)
export(float32)
export(float64)
export(int16)
export(int32)
export(int64)
export(int8)
export(list_of)
export(null)
export(read_arrow)
export(record_batch)
export(schema)
export(struct)
export(table)
export(time32)
export(time64)
export(timestamp)
export(uint16)
export(uint32)
export(uint64)
export(uint8)
export(utf8)
export(write_arrow)
importFrom(R6,R6Class)
importFrom(Rcpp,sourceCpp)
importFrom(assertthat,assert_that)
importFrom(glue,glue)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(rlang,dots_n)
importFrom(rlang,quo_name)
importFrom(rlang,seq2)
importFrom(rlang,set_names)
importFrom(tibble,as_tibble)
useDynLib(arrow, .registration = TRUE)