summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/NAMESPACE
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/arrow/r/NAMESPACE382
1 files changed, 382 insertions, 0 deletions
diff --git a/src/arrow/r/NAMESPACE b/src/arrow/r/NAMESPACE
new file mode 100644
index 000000000..572e5e24c
--- /dev/null
+++ b/src/arrow/r/NAMESPACE
@@ -0,0 +1,382 @@
+# Generated by roxygen2: do not edit by hand
+
+S3method("!=",ArrowObject)
+S3method("$",ArrowTabular)
+S3method("$",Schema)
+S3method("$",StructArray)
+S3method("$",SubTreeFileSystem)
+S3method("$<-",ArrowTabular)
+S3method("$<-",Schema)
+S3method("==",ArrowObject)
+S3method("[",ArrowDatum)
+S3method("[",ArrowTabular)
+S3method("[",Dataset)
+S3method("[",Schema)
+S3method("[",arrow_dplyr_query)
+S3method("[[",ArrowTabular)
+S3method("[[",Schema)
+S3method("[[",StructArray)
+S3method("[[<-",ArrowTabular)
+S3method("[[<-",Schema)
+S3method("names<-",ArrowTabular)
+S3method(Ops,ArrowDatum)
+S3method(Ops,Expression)
+S3method(all,ArrowDatum)
+S3method(all,equal.ArrowObject)
+S3method(any,ArrowDatum)
+S3method(as.character,ArrowDatum)
+S3method(as.character,FileFormat)
+S3method(as.character,FragmentScanOptions)
+S3method(as.data.frame,ArrowTabular)
+S3method(as.data.frame,StructArray)
+S3method(as.data.frame,arrow_dplyr_query)
+S3method(as.double,ArrowDatum)
+S3method(as.integer,ArrowDatum)
+S3method(as.list,ArrowTabular)
+S3method(as.list,Schema)
+S3method(as.raw,Buffer)
+S3method(as.vector,ArrowDatum)
+S3method(c,Dataset)
+S3method(dim,ArrowTabular)
+S3method(dim,Dataset)
+S3method(dim,StructArray)
+S3method(dim,arrow_dplyr_query)
+S3method(dimnames,ArrowTabular)
+S3method(head,ArrowDatum)
+S3method(head,ArrowTabular)
+S3method(head,Dataset)
+S3method(head,RecordBatchReader)
+S3method(head,Scanner)
+S3method(head,arrow_dplyr_query)
+S3method(is.finite,ArrowDatum)
+S3method(is.infinite,ArrowDatum)
+S3method(is.na,ArrowDatum)
+S3method(is.na,Expression)
+S3method(is.nan,ArrowDatum)
+S3method(length,ArrowDatum)
+S3method(length,ArrowTabular)
+S3method(length,Scalar)
+S3method(length,Schema)
+S3method(max,ArrowDatum)
+S3method(mean,ArrowDatum)
+S3method(median,ArrowDatum)
+S3method(min,ArrowDatum)
+S3method(na.exclude,ArrowDatum)
+S3method(na.exclude,ArrowTabular)
+S3method(na.fail,ArrowDatum)
+S3method(na.fail,ArrowTabular)
+S3method(na.omit,ArrowDatum)
+S3method(na.omit,ArrowTabular)
+S3method(names,Dataset)
+S3method(names,FeatherReader)
+S3method(names,RecordBatch)
+S3method(names,Scanner)
+S3method(names,ScannerBuilder)
+S3method(names,Schema)
+S3method(names,StructArray)
+S3method(names,Table)
+S3method(names,arrow_dplyr_query)
+S3method(print,"arrow-enum")
+S3method(print,arrow_dplyr_query)
+S3method(print,arrow_info)
+S3method(print,arrow_r_metadata)
+S3method(quantile,ArrowDatum)
+S3method(read_message,InputStream)
+S3method(read_message,MessageReader)
+S3method(read_message,default)
+S3method(row.names,ArrowTabular)
+S3method(sort,ArrowDatum)
+S3method(sort,Scalar)
+S3method(sum,ArrowDatum)
+S3method(tail,ArrowDatum)
+S3method(tail,ArrowTabular)
+S3method(tail,Dataset)
+S3method(tail,RecordBatchReader)
+S3method(tail,Scanner)
+S3method(tail,arrow_dplyr_query)
+S3method(type,ArrowDatum)
+S3method(type,default)
+S3method(unique,ArrowDatum)
+S3method(vec_ptype_abbr,arrow_fixed_size_binary)
+S3method(vec_ptype_abbr,arrow_fixed_size_list)
+S3method(vec_ptype_abbr,arrow_large_list)
+S3method(vec_ptype_abbr,arrow_list)
+S3method(vec_ptype_full,arrow_fixed_size_binary)
+S3method(vec_ptype_full,arrow_fixed_size_list)
+S3method(vec_ptype_full,arrow_large_list)
+S3method(vec_ptype_full,arrow_list)
+export(Array)
+export(Buffer)
+export(BufferOutputStream)
+export(BufferReader)
+export(ChunkedArray)
+export(Codec)
+export(CompressedInputStream)
+export(CompressedOutputStream)
+export(CompressionType)
+export(CsvConvertOptions)
+export(CsvFileFormat)
+export(CsvFragmentScanOptions)
+export(CsvParseOptions)
+export(CsvReadOptions)
+export(CsvTableReader)
+export(CsvWriteOptions)
+export(Dataset)
+export(DatasetFactory)
+export(DateUnit)
+export(DictionaryArray)
+export(DirectoryPartitioning)
+export(DirectoryPartitioningFactory)
+export(Expression)
+export(FeatherReader)
+export(Field)
+export(FileFormat)
+export(FileInfo)
+export(FileMode)
+export(FileOutputStream)
+export(FileSelector)
+export(FileSystem)
+export(FileSystemDataset)
+export(FileSystemDatasetFactory)
+export(FileType)
+export(FixedSizeListArray)
+export(FixedSizeListType)
+export(FragmentScanOptions)
+export(HivePartitioning)
+export(HivePartitioningFactory)
+export(InMemoryDataset)
+export(IpcFileFormat)
+export(JoinType)
+export(JsonParseOptions)
+export(JsonReadOptions)
+export(JsonTableReader)
+export(LargeListArray)
+export(ListArray)
+export(LocalFileSystem)
+export(MemoryMappedFile)
+export(MessageReader)
+export(MessageType)
+export(MetadataVersion)
+export(NullEncodingBehavior)
+export(NullHandlingBehavior)
+export(ParquetArrowReaderProperties)
+export(ParquetFileFormat)
+export(ParquetFileReader)
+export(ParquetFileWriter)
+export(ParquetFragmentScanOptions)
+export(ParquetVersionType)
+export(ParquetWriterProperties)
+export(Partitioning)
+export(QuantileInterpolation)
+export(RandomAccessFile)
+export(ReadableFile)
+export(RecordBatch)
+export(RecordBatchFileReader)
+export(RecordBatchFileWriter)
+export(RecordBatchStreamReader)
+export(RecordBatchStreamWriter)
+export(RoundMode)
+export(S3FileSystem)
+export(Scalar)
+export(Scanner)
+export(ScannerBuilder)
+export(Schema)
+export(StatusCode)
+export(StructArray)
+export(StructScalar)
+export(SubTreeFileSystem)
+export(Table)
+export(TimeUnit)
+export(TimestampParser)
+export(Type)
+export(UnionDataset)
+export(all_of)
+export(arrow_available)
+export(arrow_info)
+export(arrow_table)
+export(arrow_with_dataset)
+export(arrow_with_json)
+export(arrow_with_parquet)
+export(arrow_with_s3)
+export(binary)
+export(bool)
+export(boolean)
+export(buffer)
+export(call_function)
+export(cast_options)
+export(chunked_array)
+export(codec_is_available)
+export(contains)
+export(copy_files)
+export(cpu_count)
+export(create_package_with_all_dependencies)
+export(dataset_factory)
+export(date32)
+export(date64)
+export(decimal)
+export(default_memory_pool)
+export(dictionary)
+export(ends_with)
+export(everything)
+export(field)
+export(fixed_size_binary)
+export(fixed_size_list_of)
+export(flight_connect)
+export(flight_get)
+export(flight_path_exists)
+export(flight_put)
+export(float)
+export(float16)
+export(float32)
+export(float64)
+export(halffloat)
+export(hive_partition)
+export(install_arrow)
+export(install_pyarrow)
+export(int16)
+export(int32)
+export(int64)
+export(int8)
+export(io_thread_count)
+export(is_in)
+export(large_binary)
+export(large_list_of)
+export(large_utf8)
+export(last_col)
+export(list_compute_functions)
+export(list_flights)
+export(list_of)
+export(load_flight_server)
+export(map_batches)
+export(match_arrow)
+export(matches)
+export(mmap_create)
+export(mmap_open)
+export(null)
+export(num_range)
+export(one_of)
+export(open_dataset)
+export(read_arrow)
+export(read_csv_arrow)
+export(read_delim_arrow)
+export(read_feather)
+export(read_ipc_stream)
+export(read_json_arrow)
+export(read_message)
+export(read_parquet)
+export(read_schema)
+export(read_tsv_arrow)
+export(record_batch)
+export(s3_bucket)
+export(schema)
+export(set_cpu_count)
+export(set_io_thread_count)
+export(starts_with)
+export(string)
+export(struct)
+export(time32)
+export(time64)
+export(timestamp)
+export(to_arrow)
+export(to_duckdb)
+export(type)
+export(uint16)
+export(uint32)
+export(uint64)
+export(uint8)
+export(unify_schemas)
+export(utf8)
+export(value_counts)
+export(write_arrow)
+export(write_csv_arrow)
+export(write_dataset)
+export(write_feather)
+export(write_ipc_stream)
+export(write_parquet)
+export(write_to_raw)
+importFrom(R6,R6Class)
+importFrom(assertthat,assert_that)
+importFrom(assertthat,is.string)
+importFrom(bit64,print.integer64)
+importFrom(bit64,str.integer64)
+importFrom(methods,as)
+importFrom(purrr,as_mapper)
+importFrom(purrr,imap)
+importFrom(purrr,imap_chr)
+importFrom(purrr,keep)
+importFrom(purrr,map)
+importFrom(purrr,map2)
+importFrom(purrr,map2_chr)
+importFrom(purrr,map_chr)
+importFrom(purrr,map_dfr)
+importFrom(purrr,map_int)
+importFrom(purrr,map_lgl)
+importFrom(rlang,"%||%")
+importFrom(rlang,":=")
+importFrom(rlang,.data)
+importFrom(rlang,abort)
+importFrom(rlang,as_quosure)
+importFrom(rlang,caller_env)
+importFrom(rlang,dots_n)
+importFrom(rlang,enexpr)
+importFrom(rlang,enexprs)
+importFrom(rlang,enquo)
+importFrom(rlang,enquos)
+importFrom(rlang,env)
+importFrom(rlang,env_bind)
+importFrom(rlang,eval_tidy)
+importFrom(rlang,exec)
+importFrom(rlang,expr)
+importFrom(rlang,is_bare_character)
+importFrom(rlang,is_character)
+importFrom(rlang,is_false)
+importFrom(rlang,is_integerish)
+importFrom(rlang,is_interactive)
+importFrom(rlang,is_quosure)
+importFrom(rlang,list2)
+importFrom(rlang,new_data_mask)
+importFrom(rlang,new_environment)
+importFrom(rlang,quo_get_env)
+importFrom(rlang,quo_get_expr)
+importFrom(rlang,quo_is_null)
+importFrom(rlang,quo_name)
+importFrom(rlang,quo_set_expr)
+importFrom(rlang,quos)
+importFrom(rlang,seq2)
+importFrom(rlang,set_names)
+importFrom(rlang,sym)
+importFrom(rlang,syms)
+importFrom(rlang,trace_back)
+importFrom(rlang,warn)
+importFrom(stats,median)
+importFrom(stats,na.exclude)
+importFrom(stats,na.fail)
+importFrom(stats,na.omit)
+importFrom(stats,na.pass)
+importFrom(stats,quantile)
+importFrom(tidyselect,all_of)
+importFrom(tidyselect,contains)
+importFrom(tidyselect,ends_with)
+importFrom(tidyselect,eval_select)
+importFrom(tidyselect,everything)
+importFrom(tidyselect,last_col)
+importFrom(tidyselect,matches)
+importFrom(tidyselect,num_range)
+importFrom(tidyselect,one_of)
+importFrom(tidyselect,starts_with)
+importFrom(tidyselect,vars_pull)
+importFrom(tidyselect,vars_rename)
+importFrom(tidyselect,vars_select)
+importFrom(utils,head)
+importFrom(utils,install.packages)
+importFrom(utils,modifyList)
+importFrom(utils,object.size)
+importFrom(utils,packageVersion)
+importFrom(utils,tail)
+importFrom(vctrs,s3_register)
+importFrom(vctrs,vec_cast)
+importFrom(vctrs,vec_ptype_abbr)
+importFrom(vctrs,vec_ptype_full)
+importFrom(vctrs,vec_size)
+importFrom(vctrs,vec_unique)
+useDynLib(arrow, .registration = TRUE)