]> git.proxmox.com Git - ceph.git/blame - ceph/src/arrow/r/R/arrowExports.R
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / r / R / arrowExports.R
CommitLineData
1d09f67e
TL
1# Generated by using data-raw/codegen.R -> do not edit by hand
2
3test_SET_STRING_ELT <- function(s) {
4 invisible(.Call(`_arrow_test_SET_STRING_ELT`, s))
5}
6
7test_same_Array <- function(x, y) {
8 .Call(`_arrow_test_same_Array`, x, y)
9}
10
11is_arrow_altrep <- function(x) {
12 .Call(`_arrow_is_arrow_altrep`, x)
13}
14
15Array__Slice1 <- function(array, offset) {
16 .Call(`_arrow_Array__Slice1`, array, offset)
17}
18
19Array__Slice2 <- function(array, offset, length) {
20 .Call(`_arrow_Array__Slice2`, array, offset, length)
21}
22
23Array__IsNull <- function(x, i) {
24 .Call(`_arrow_Array__IsNull`, x, i)
25}
26
27Array__IsValid <- function(x, i) {
28 .Call(`_arrow_Array__IsValid`, x, i)
29}
30
31Array__length <- function(x) {
32 .Call(`_arrow_Array__length`, x)
33}
34
35Array__offset <- function(x) {
36 .Call(`_arrow_Array__offset`, x)
37}
38
39Array__null_count <- function(x) {
40 .Call(`_arrow_Array__null_count`, x)
41}
42
43Array__type <- function(x) {
44 .Call(`_arrow_Array__type`, x)
45}
46
47Array__ToString <- function(x) {
48 .Call(`_arrow_Array__ToString`, x)
49}
50
51Array__type_id <- function(x) {
52 .Call(`_arrow_Array__type_id`, x)
53}
54
55Array__Equals <- function(lhs, rhs) {
56 .Call(`_arrow_Array__Equals`, lhs, rhs)
57}
58
59Array__ApproxEquals <- function(lhs, rhs) {
60 .Call(`_arrow_Array__ApproxEquals`, lhs, rhs)
61}
62
63Array__Diff <- function(lhs, rhs) {
64 .Call(`_arrow_Array__Diff`, lhs, rhs)
65}
66
67Array__data <- function(array) {
68 .Call(`_arrow_Array__data`, array)
69}
70
71Array__RangeEquals <- function(self, other, start_idx, end_idx, other_start_idx) {
72 .Call(`_arrow_Array__RangeEquals`, self, other, start_idx, end_idx, other_start_idx)
73}
74
75Array__View <- function(array, type) {
76 .Call(`_arrow_Array__View`, array, type)
77}
78
79Array__Validate <- function(array) {
80 invisible(.Call(`_arrow_Array__Validate`, array))
81}
82
83DictionaryArray__indices <- function(array) {
84 .Call(`_arrow_DictionaryArray__indices`, array)
85}
86
87DictionaryArray__dictionary <- function(array) {
88 .Call(`_arrow_DictionaryArray__dictionary`, array)
89}
90
91StructArray__field <- function(array, i) {
92 .Call(`_arrow_StructArray__field`, array, i)
93}
94
95StructArray__GetFieldByName <- function(array, name) {
96 .Call(`_arrow_StructArray__GetFieldByName`, array, name)
97}
98
99StructArray__Flatten <- function(array) {
100 .Call(`_arrow_StructArray__Flatten`, array)
101}
102
103ListArray__value_type <- function(array) {
104 .Call(`_arrow_ListArray__value_type`, array)
105}
106
107LargeListArray__value_type <- function(array) {
108 .Call(`_arrow_LargeListArray__value_type`, array)
109}
110
111ListArray__values <- function(array) {
112 .Call(`_arrow_ListArray__values`, array)
113}
114
115LargeListArray__values <- function(array) {
116 .Call(`_arrow_LargeListArray__values`, array)
117}
118
119ListArray__value_length <- function(array, i) {
120 .Call(`_arrow_ListArray__value_length`, array, i)
121}
122
123LargeListArray__value_length <- function(array, i) {
124 .Call(`_arrow_LargeListArray__value_length`, array, i)
125}
126
127FixedSizeListArray__value_length <- function(array, i) {
128 .Call(`_arrow_FixedSizeListArray__value_length`, array, i)
129}
130
131ListArray__value_offset <- function(array, i) {
132 .Call(`_arrow_ListArray__value_offset`, array, i)
133}
134
135LargeListArray__value_offset <- function(array, i) {
136 .Call(`_arrow_LargeListArray__value_offset`, array, i)
137}
138
139FixedSizeListArray__value_offset <- function(array, i) {
140 .Call(`_arrow_FixedSizeListArray__value_offset`, array, i)
141}
142
143ListArray__raw_value_offsets <- function(array) {
144 .Call(`_arrow_ListArray__raw_value_offsets`, array)
145}
146
147LargeListArray__raw_value_offsets <- function(array) {
148 .Call(`_arrow_LargeListArray__raw_value_offsets`, array)
149}
150
151Array__as_vector <- function(array) {
152 .Call(`_arrow_Array__as_vector`, array)
153}
154
155ChunkedArray__as_vector <- function(chunked_array, use_threads) {
156 .Call(`_arrow_ChunkedArray__as_vector`, chunked_array, use_threads)
157}
158
159RecordBatch__to_dataframe <- function(batch, use_threads) {
160 .Call(`_arrow_RecordBatch__to_dataframe`, batch, use_threads)
161}
162
163Table__to_dataframe <- function(table, use_threads) {
164 .Call(`_arrow_Table__to_dataframe`, table, use_threads)
165}
166
167ArrayData__get_type <- function(x) {
168 .Call(`_arrow_ArrayData__get_type`, x)
169}
170
171ArrayData__get_length <- function(x) {
172 .Call(`_arrow_ArrayData__get_length`, x)
173}
174
175ArrayData__get_null_count <- function(x) {
176 .Call(`_arrow_ArrayData__get_null_count`, x)
177}
178
179ArrayData__get_offset <- function(x) {
180 .Call(`_arrow_ArrayData__get_offset`, x)
181}
182
183ArrayData__buffers <- function(x) {
184 .Call(`_arrow_ArrayData__buffers`, x)
185}
186
187Buffer__is_mutable <- function(buffer) {
188 .Call(`_arrow_Buffer__is_mutable`, buffer)
189}
190
191Buffer__ZeroPadding <- function(buffer) {
192 invisible(.Call(`_arrow_Buffer__ZeroPadding`, buffer))
193}
194
195Buffer__capacity <- function(buffer) {
196 .Call(`_arrow_Buffer__capacity`, buffer)
197}
198
199Buffer__size <- function(buffer) {
200 .Call(`_arrow_Buffer__size`, buffer)
201}
202
203r___RBuffer__initialize <- function(x) {
204 .Call(`_arrow_r___RBuffer__initialize`, x)
205}
206
207Buffer__data <- function(buffer) {
208 .Call(`_arrow_Buffer__data`, buffer)
209}
210
211Buffer__Equals <- function(x, y) {
212 .Call(`_arrow_Buffer__Equals`, x, y)
213}
214
215ChunkedArray__length <- function(chunked_array) {
216 .Call(`_arrow_ChunkedArray__length`, chunked_array)
217}
218
219ChunkedArray__null_count <- function(chunked_array) {
220 .Call(`_arrow_ChunkedArray__null_count`, chunked_array)
221}
222
223ChunkedArray__num_chunks <- function(chunked_array) {
224 .Call(`_arrow_ChunkedArray__num_chunks`, chunked_array)
225}
226
227ChunkedArray__chunk <- function(chunked_array, i) {
228 .Call(`_arrow_ChunkedArray__chunk`, chunked_array, i)
229}
230
231ChunkedArray__chunks <- function(chunked_array) {
232 .Call(`_arrow_ChunkedArray__chunks`, chunked_array)
233}
234
235ChunkedArray__type <- function(chunked_array) {
236 .Call(`_arrow_ChunkedArray__type`, chunked_array)
237}
238
239ChunkedArray__Slice1 <- function(chunked_array, offset) {
240 .Call(`_arrow_ChunkedArray__Slice1`, chunked_array, offset)
241}
242
243ChunkedArray__Slice2 <- function(chunked_array, offset, length) {
244 .Call(`_arrow_ChunkedArray__Slice2`, chunked_array, offset, length)
245}
246
247ChunkedArray__View <- function(array, type) {
248 .Call(`_arrow_ChunkedArray__View`, array, type)
249}
250
251ChunkedArray__Validate <- function(chunked_array) {
252 invisible(.Call(`_arrow_ChunkedArray__Validate`, chunked_array))
253}
254
255ChunkedArray__Equals <- function(x, y) {
256 .Call(`_arrow_ChunkedArray__Equals`, x, y)
257}
258
259ChunkedArray__ToString <- function(x) {
260 .Call(`_arrow_ChunkedArray__ToString`, x)
261}
262
263ChunkedArray__from_list <- function(chunks, s_type) {
264 .Call(`_arrow_ChunkedArray__from_list`, chunks, s_type)
265}
266
267util___Codec__Create <- function(codec, compression_level) {
268 .Call(`_arrow_util___Codec__Create`, codec, compression_level)
269}
270
271util___Codec__name <- function(codec) {
272 .Call(`_arrow_util___Codec__name`, codec)
273}
274
275util___Codec__IsAvailable <- function(codec) {
276 .Call(`_arrow_util___Codec__IsAvailable`, codec)
277}
278
279io___CompressedOutputStream__Make <- function(codec, raw) {
280 .Call(`_arrow_io___CompressedOutputStream__Make`, codec, raw)
281}
282
283io___CompressedInputStream__Make <- function(codec, raw) {
284 .Call(`_arrow_io___CompressedInputStream__Make`, codec, raw)
285}
286
287ExecPlan_create <- function(use_threads) {
288 .Call(`_arrow_ExecPlan_create`, use_threads)
289}
290
291ExecPlan_run <- function(plan, final_node, sort_options, head) {
292 .Call(`_arrow_ExecPlan_run`, plan, final_node, sort_options, head)
293}
294
295ExecPlan_StopProducing <- function(plan) {
296 invisible(.Call(`_arrow_ExecPlan_StopProducing`, plan))
297}
298
299ExecNode_output_schema <- function(node) {
300 .Call(`_arrow_ExecNode_output_schema`, node)
301}
302
303ExecNode_Scan <- function(plan, dataset, filter, materialized_field_names) {
304 .Call(`_arrow_ExecNode_Scan`, plan, dataset, filter, materialized_field_names)
305}
306
307ExecNode_Filter <- function(input, filter) {
308 .Call(`_arrow_ExecNode_Filter`, input, filter)
309}
310
311ExecNode_Project <- function(input, exprs, names) {
312 .Call(`_arrow_ExecNode_Project`, input, exprs, names)
313}
314
315ExecNode_Aggregate <- function(input, options, target_names, out_field_names, key_names) {
316 .Call(`_arrow_ExecNode_Aggregate`, input, options, target_names, out_field_names, key_names)
317}
318
319ExecNode_Join <- function(input, type, right_data, left_keys, right_keys, left_output, right_output) {
320 .Call(`_arrow_ExecNode_Join`, input, type, right_data, left_keys, right_keys, left_output, right_output)
321}
322
323ExecNode_ReadFromRecordBatchReader <- function(plan, reader) {
324 .Call(`_arrow_ExecNode_ReadFromRecordBatchReader`, plan, reader)
325}
326
327RecordBatch__cast <- function(batch, schema, options) {
328 .Call(`_arrow_RecordBatch__cast`, batch, schema, options)
329}
330
331Table__cast <- function(table, schema, options) {
332 .Call(`_arrow_Table__cast`, table, schema, options)
333}
334
335compute__CallFunction <- function(func_name, args, options) {
336 .Call(`_arrow_compute__CallFunction`, func_name, args, options)
337}
338
339compute__GetFunctionNames <- function() {
340 .Call(`_arrow_compute__GetFunctionNames`)
341}
342
343build_info <- function() {
344 .Call(`_arrow_build_info`)
345}
346
347runtime_info <- function() {
348 .Call(`_arrow_runtime_info`)
349}
350
351csv___WriteOptions__initialize <- function(options) {
352 .Call(`_arrow_csv___WriteOptions__initialize`, options)
353}
354
355csv___ReadOptions__initialize <- function(options) {
356 .Call(`_arrow_csv___ReadOptions__initialize`, options)
357}
358
359csv___ParseOptions__initialize <- function(options) {
360 .Call(`_arrow_csv___ParseOptions__initialize`, options)
361}
362
363csv___ReadOptions__column_names <- function(options) {
364 .Call(`_arrow_csv___ReadOptions__column_names`, options)
365}
366
367csv___ConvertOptions__initialize <- function(options) {
368 .Call(`_arrow_csv___ConvertOptions__initialize`, options)
369}
370
371csv___TableReader__Make <- function(input, read_options, parse_options, convert_options) {
372 .Call(`_arrow_csv___TableReader__Make`, input, read_options, parse_options, convert_options)
373}
374
375csv___TableReader__Read <- function(table_reader) {
376 .Call(`_arrow_csv___TableReader__Read`, table_reader)
377}
378
379TimestampParser__kind <- function(parser) {
380 .Call(`_arrow_TimestampParser__kind`, parser)
381}
382
383TimestampParser__format <- function(parser) {
384 .Call(`_arrow_TimestampParser__format`, parser)
385}
386
387TimestampParser__MakeStrptime <- function(format) {
388 .Call(`_arrow_TimestampParser__MakeStrptime`, format)
389}
390
391TimestampParser__MakeISO8601 <- function() {
392 .Call(`_arrow_TimestampParser__MakeISO8601`)
393}
394
395csv___WriteCSV__Table <- function(table, write_options, stream) {
396 invisible(.Call(`_arrow_csv___WriteCSV__Table`, table, write_options, stream))
397}
398
399csv___WriteCSV__RecordBatch <- function(record_batch, write_options, stream) {
400 invisible(.Call(`_arrow_csv___WriteCSV__RecordBatch`, record_batch, write_options, stream))
401}
402
403dataset___Dataset__NewScan <- function(ds) {
404 .Call(`_arrow_dataset___Dataset__NewScan`, ds)
405}
406
407dataset___Dataset__schema <- function(dataset) {
408 .Call(`_arrow_dataset___Dataset__schema`, dataset)
409}
410
411dataset___Dataset__type_name <- function(dataset) {
412 .Call(`_arrow_dataset___Dataset__type_name`, dataset)
413}
414
415dataset___Dataset__ReplaceSchema <- function(dataset, schm) {
416 .Call(`_arrow_dataset___Dataset__ReplaceSchema`, dataset, schm)
417}
418
419dataset___UnionDataset__create <- function(datasets, schm) {
420 .Call(`_arrow_dataset___UnionDataset__create`, datasets, schm)
421}
422
423dataset___InMemoryDataset__create <- function(table) {
424 .Call(`_arrow_dataset___InMemoryDataset__create`, table)
425}
426
427dataset___UnionDataset__children <- function(ds) {
428 .Call(`_arrow_dataset___UnionDataset__children`, ds)
429}
430
431dataset___FileSystemDataset__format <- function(dataset) {
432 .Call(`_arrow_dataset___FileSystemDataset__format`, dataset)
433}
434
435dataset___FileSystemDataset__filesystem <- function(dataset) {
436 .Call(`_arrow_dataset___FileSystemDataset__filesystem`, dataset)
437}
438
439dataset___FileSystemDataset__files <- function(dataset) {
440 .Call(`_arrow_dataset___FileSystemDataset__files`, dataset)
441}
442
443dataset___DatasetFactory__Finish1 <- function(factory, unify_schemas) {
444 .Call(`_arrow_dataset___DatasetFactory__Finish1`, factory, unify_schemas)
445}
446
447dataset___DatasetFactory__Finish2 <- function(factory, schema) {
448 .Call(`_arrow_dataset___DatasetFactory__Finish2`, factory, schema)
449}
450
451dataset___DatasetFactory__Inspect <- function(factory, unify_schemas) {
452 .Call(`_arrow_dataset___DatasetFactory__Inspect`, factory, unify_schemas)
453}
454
455dataset___UnionDatasetFactory__Make <- function(children) {
456 .Call(`_arrow_dataset___UnionDatasetFactory__Make`, children)
457}
458
459dataset___FileSystemDatasetFactory__Make0 <- function(fs, paths, format) {
460 .Call(`_arrow_dataset___FileSystemDatasetFactory__Make0`, fs, paths, format)
461}
462
463dataset___FileSystemDatasetFactory__Make2 <- function(fs, selector, format, partitioning) {
464 .Call(`_arrow_dataset___FileSystemDatasetFactory__Make2`, fs, selector, format, partitioning)
465}
466
467dataset___FileSystemDatasetFactory__Make1 <- function(fs, selector, format) {
468 .Call(`_arrow_dataset___FileSystemDatasetFactory__Make1`, fs, selector, format)
469}
470
471dataset___FileSystemDatasetFactory__Make3 <- function(fs, selector, format, factory) {
472 .Call(`_arrow_dataset___FileSystemDatasetFactory__Make3`, fs, selector, format, factory)
473}
474
475dataset___FileFormat__type_name <- function(format) {
476 .Call(`_arrow_dataset___FileFormat__type_name`, format)
477}
478
479dataset___FileFormat__DefaultWriteOptions <- function(fmt) {
480 .Call(`_arrow_dataset___FileFormat__DefaultWriteOptions`, fmt)
481}
482
483dataset___ParquetFileFormat__Make <- function(options, dict_columns) {
484 .Call(`_arrow_dataset___ParquetFileFormat__Make`, options, dict_columns)
485}
486
487dataset___FileWriteOptions__type_name <- function(options) {
488 .Call(`_arrow_dataset___FileWriteOptions__type_name`, options)
489}
490
491dataset___ParquetFileWriteOptions__update <- function(options, writer_props, arrow_writer_props) {
492 invisible(.Call(`_arrow_dataset___ParquetFileWriteOptions__update`, options, writer_props, arrow_writer_props))
493}
494
495dataset___IpcFileWriteOptions__update2 <- function(ipc_options, use_legacy_format, codec, metadata_version) {
496 invisible(.Call(`_arrow_dataset___IpcFileWriteOptions__update2`, ipc_options, use_legacy_format, codec, metadata_version))
497}
498
499dataset___IpcFileWriteOptions__update1 <- function(ipc_options, use_legacy_format, metadata_version) {
500 invisible(.Call(`_arrow_dataset___IpcFileWriteOptions__update1`, ipc_options, use_legacy_format, metadata_version))
501}
502
503dataset___CsvFileWriteOptions__update <- function(csv_options, write_options) {
504 invisible(.Call(`_arrow_dataset___CsvFileWriteOptions__update`, csv_options, write_options))
505}
506
507dataset___IpcFileFormat__Make <- function() {
508 .Call(`_arrow_dataset___IpcFileFormat__Make`)
509}
510
511dataset___CsvFileFormat__Make <- function(parse_options, convert_options, read_options) {
512 .Call(`_arrow_dataset___CsvFileFormat__Make`, parse_options, convert_options, read_options)
513}
514
515dataset___FragmentScanOptions__type_name <- function(fragment_scan_options) {
516 .Call(`_arrow_dataset___FragmentScanOptions__type_name`, fragment_scan_options)
517}
518
519dataset___CsvFragmentScanOptions__Make <- function(convert_options, read_options) {
520 .Call(`_arrow_dataset___CsvFragmentScanOptions__Make`, convert_options, read_options)
521}
522
523dataset___ParquetFragmentScanOptions__Make <- function(use_buffered_stream, buffer_size, pre_buffer) {
524 .Call(`_arrow_dataset___ParquetFragmentScanOptions__Make`, use_buffered_stream, buffer_size, pre_buffer)
525}
526
527dataset___DirectoryPartitioning <- function(schm, segment_encoding) {
528 .Call(`_arrow_dataset___DirectoryPartitioning`, schm, segment_encoding)
529}
530
531dataset___DirectoryPartitioning__MakeFactory <- function(field_names, segment_encoding) {
532 .Call(`_arrow_dataset___DirectoryPartitioning__MakeFactory`, field_names, segment_encoding)
533}
534
535dataset___HivePartitioning <- function(schm, null_fallback, segment_encoding) {
536 .Call(`_arrow_dataset___HivePartitioning`, schm, null_fallback, segment_encoding)
537}
538
539dataset___HivePartitioning__MakeFactory <- function(null_fallback, segment_encoding) {
540 .Call(`_arrow_dataset___HivePartitioning__MakeFactory`, null_fallback, segment_encoding)
541}
542
543dataset___ScannerBuilder__ProjectNames <- function(sb, cols) {
544 invisible(.Call(`_arrow_dataset___ScannerBuilder__ProjectNames`, sb, cols))
545}
546
547dataset___ScannerBuilder__ProjectExprs <- function(sb, exprs, names) {
548 invisible(.Call(`_arrow_dataset___ScannerBuilder__ProjectExprs`, sb, exprs, names))
549}
550
551dataset___ScannerBuilder__Filter <- function(sb, expr) {
552 invisible(.Call(`_arrow_dataset___ScannerBuilder__Filter`, sb, expr))
553}
554
555dataset___ScannerBuilder__UseThreads <- function(sb, threads) {
556 invisible(.Call(`_arrow_dataset___ScannerBuilder__UseThreads`, sb, threads))
557}
558
559dataset___ScannerBuilder__UseAsync <- function(sb, use_async) {
560 invisible(.Call(`_arrow_dataset___ScannerBuilder__UseAsync`, sb, use_async))
561}
562
563dataset___ScannerBuilder__BatchSize <- function(sb, batch_size) {
564 invisible(.Call(`_arrow_dataset___ScannerBuilder__BatchSize`, sb, batch_size))
565}
566
567dataset___ScannerBuilder__FragmentScanOptions <- function(sb, options) {
568 invisible(.Call(`_arrow_dataset___ScannerBuilder__FragmentScanOptions`, sb, options))
569}
570
571dataset___ScannerBuilder__schema <- function(sb) {
572 .Call(`_arrow_dataset___ScannerBuilder__schema`, sb)
573}
574
575dataset___ScannerBuilder__Finish <- function(sb) {
576 .Call(`_arrow_dataset___ScannerBuilder__Finish`, sb)
577}
578
579dataset___ScannerBuilder__FromRecordBatchReader <- function(reader) {
580 .Call(`_arrow_dataset___ScannerBuilder__FromRecordBatchReader`, reader)
581}
582
583dataset___Scanner__ToTable <- function(scanner) {
584 .Call(`_arrow_dataset___Scanner__ToTable`, scanner)
585}
586
587dataset___Scanner__ScanBatches <- function(scanner) {
588 .Call(`_arrow_dataset___Scanner__ScanBatches`, scanner)
589}
590
591dataset___Scanner__ToRecordBatchReader <- function(scanner) {
592 .Call(`_arrow_dataset___Scanner__ToRecordBatchReader`, scanner)
593}
594
595dataset___Scanner__head <- function(scanner, n) {
596 .Call(`_arrow_dataset___Scanner__head`, scanner, n)
597}
598
599dataset___Scanner__schema <- function(sc) {
600 .Call(`_arrow_dataset___Scanner__schema`, sc)
601}
602
603dataset___ScanTask__get_batches <- function(scan_task) {
604 .Call(`_arrow_dataset___ScanTask__get_batches`, scan_task)
605}
606
607dataset___Dataset__Write <- function(file_write_options, filesystem, base_dir, partitioning, basename_template, scanner, existing_data_behavior) {
608 invisible(.Call(`_arrow_dataset___Dataset__Write`, file_write_options, filesystem, base_dir, partitioning, basename_template, scanner, existing_data_behavior))
609}
610
611dataset___Scanner__TakeRows <- function(scanner, indices) {
612 .Call(`_arrow_dataset___Scanner__TakeRows`, scanner, indices)
613}
614
615dataset___Scanner__CountRows <- function(scanner) {
616 .Call(`_arrow_dataset___Scanner__CountRows`, scanner)
617}
618
619Int8__initialize <- function() {
620 .Call(`_arrow_Int8__initialize`)
621}
622
623Int16__initialize <- function() {
624 .Call(`_arrow_Int16__initialize`)
625}
626
627Int32__initialize <- function() {
628 .Call(`_arrow_Int32__initialize`)
629}
630
631Int64__initialize <- function() {
632 .Call(`_arrow_Int64__initialize`)
633}
634
635UInt8__initialize <- function() {
636 .Call(`_arrow_UInt8__initialize`)
637}
638
639UInt16__initialize <- function() {
640 .Call(`_arrow_UInt16__initialize`)
641}
642
643UInt32__initialize <- function() {
644 .Call(`_arrow_UInt32__initialize`)
645}
646
647UInt64__initialize <- function() {
648 .Call(`_arrow_UInt64__initialize`)
649}
650
651Float16__initialize <- function() {
652 .Call(`_arrow_Float16__initialize`)
653}
654
655Float32__initialize <- function() {
656 .Call(`_arrow_Float32__initialize`)
657}
658
659Float64__initialize <- function() {
660 .Call(`_arrow_Float64__initialize`)
661}
662
663Boolean__initialize <- function() {
664 .Call(`_arrow_Boolean__initialize`)
665}
666
667Utf8__initialize <- function() {
668 .Call(`_arrow_Utf8__initialize`)
669}
670
671LargeUtf8__initialize <- function() {
672 .Call(`_arrow_LargeUtf8__initialize`)
673}
674
675Binary__initialize <- function() {
676 .Call(`_arrow_Binary__initialize`)
677}
678
679LargeBinary__initialize <- function() {
680 .Call(`_arrow_LargeBinary__initialize`)
681}
682
683Date32__initialize <- function() {
684 .Call(`_arrow_Date32__initialize`)
685}
686
687Date64__initialize <- function() {
688 .Call(`_arrow_Date64__initialize`)
689}
690
691Null__initialize <- function() {
692 .Call(`_arrow_Null__initialize`)
693}
694
695Decimal128Type__initialize <- function(precision, scale) {
696 .Call(`_arrow_Decimal128Type__initialize`, precision, scale)
697}
698
699FixedSizeBinary__initialize <- function(byte_width) {
700 .Call(`_arrow_FixedSizeBinary__initialize`, byte_width)
701}
702
703Timestamp__initialize <- function(unit, timezone) {
704 .Call(`_arrow_Timestamp__initialize`, unit, timezone)
705}
706
707Time32__initialize <- function(unit) {
708 .Call(`_arrow_Time32__initialize`, unit)
709}
710
711Time64__initialize <- function(unit) {
712 .Call(`_arrow_Time64__initialize`, unit)
713}
714
715list__ <- function(x) {
716 .Call(`_arrow_list__`, x)
717}
718
719large_list__ <- function(x) {
720 .Call(`_arrow_large_list__`, x)
721}
722
723fixed_size_list__ <- function(x, list_size) {
724 .Call(`_arrow_fixed_size_list__`, x, list_size)
725}
726
727struct__ <- function(fields) {
728 .Call(`_arrow_struct__`, fields)
729}
730
731DataType__ToString <- function(type) {
732 .Call(`_arrow_DataType__ToString`, type)
733}
734
735DataType__name <- function(type) {
736 .Call(`_arrow_DataType__name`, type)
737}
738
739DataType__Equals <- function(lhs, rhs) {
740 .Call(`_arrow_DataType__Equals`, lhs, rhs)
741}
742
743DataType__num_fields <- function(type) {
744 .Call(`_arrow_DataType__num_fields`, type)
745}
746
747DataType__fields <- function(type) {
748 .Call(`_arrow_DataType__fields`, type)
749}
750
751DataType__id <- function(type) {
752 .Call(`_arrow_DataType__id`, type)
753}
754
755ListType__ToString <- function(type) {
756 .Call(`_arrow_ListType__ToString`, type)
757}
758
759FixedWidthType__bit_width <- function(type) {
760 .Call(`_arrow_FixedWidthType__bit_width`, type)
761}
762
763DateType__unit <- function(type) {
764 .Call(`_arrow_DateType__unit`, type)
765}
766
767TimeType__unit <- function(type) {
768 .Call(`_arrow_TimeType__unit`, type)
769}
770
771DecimalType__precision <- function(type) {
772 .Call(`_arrow_DecimalType__precision`, type)
773}
774
775DecimalType__scale <- function(type) {
776 .Call(`_arrow_DecimalType__scale`, type)
777}
778
779TimestampType__timezone <- function(type) {
780 .Call(`_arrow_TimestampType__timezone`, type)
781}
782
783TimestampType__unit <- function(type) {
784 .Call(`_arrow_TimestampType__unit`, type)
785}
786
787DictionaryType__initialize <- function(index_type, value_type, ordered) {
788 .Call(`_arrow_DictionaryType__initialize`, index_type, value_type, ordered)
789}
790
791DictionaryType__index_type <- function(type) {
792 .Call(`_arrow_DictionaryType__index_type`, type)
793}
794
795DictionaryType__value_type <- function(type) {
796 .Call(`_arrow_DictionaryType__value_type`, type)
797}
798
799DictionaryType__name <- function(type) {
800 .Call(`_arrow_DictionaryType__name`, type)
801}
802
803DictionaryType__ordered <- function(type) {
804 .Call(`_arrow_DictionaryType__ordered`, type)
805}
806
807StructType__GetFieldByName <- function(type, name) {
808 .Call(`_arrow_StructType__GetFieldByName`, type, name)
809}
810
811StructType__GetFieldIndex <- function(type, name) {
812 .Call(`_arrow_StructType__GetFieldIndex`, type, name)
813}
814
815StructType__field_names <- function(type) {
816 .Call(`_arrow_StructType__field_names`, type)
817}
818
819ListType__value_field <- function(type) {
820 .Call(`_arrow_ListType__value_field`, type)
821}
822
823ListType__value_type <- function(type) {
824 .Call(`_arrow_ListType__value_type`, type)
825}
826
827LargeListType__value_field <- function(type) {
828 .Call(`_arrow_LargeListType__value_field`, type)
829}
830
831LargeListType__value_type <- function(type) {
832 .Call(`_arrow_LargeListType__value_type`, type)
833}
834
835FixedSizeListType__value_field <- function(type) {
836 .Call(`_arrow_FixedSizeListType__value_field`, type)
837}
838
839FixedSizeListType__value_type <- function(type) {
840 .Call(`_arrow_FixedSizeListType__value_type`, type)
841}
842
843FixedSizeListType__list_size <- function(type) {
844 .Call(`_arrow_FixedSizeListType__list_size`, type)
845}
846
847compute___expr__equals <- function(lhs, rhs) {
848 .Call(`_arrow_compute___expr__equals`, lhs, rhs)
849}
850
851compute___expr__call <- function(func_name, argument_list, options) {
852 .Call(`_arrow_compute___expr__call`, func_name, argument_list, options)
853}
854
855field_names_in_expression <- function(x) {
856 .Call(`_arrow_field_names_in_expression`, x)
857}
858
859compute___expr__get_field_ref_name <- function(x) {
860 .Call(`_arrow_compute___expr__get_field_ref_name`, x)
861}
862
863compute___expr__field_ref <- function(name) {
864 .Call(`_arrow_compute___expr__field_ref`, name)
865}
866
867compute___expr__scalar <- function(x) {
868 .Call(`_arrow_compute___expr__scalar`, x)
869}
870
871compute___expr__ToString <- function(x) {
872 .Call(`_arrow_compute___expr__ToString`, x)
873}
874
875compute___expr__type <- function(x, schema) {
876 .Call(`_arrow_compute___expr__type`, x, schema)
877}
878
879compute___expr__type_id <- function(x, schema) {
880 .Call(`_arrow_compute___expr__type_id`, x, schema)
881}
882
883ipc___WriteFeather__Table <- function(stream, table, version, chunk_size, compression, compression_level) {
884 invisible(.Call(`_arrow_ipc___WriteFeather__Table`, stream, table, version, chunk_size, compression, compression_level))
885}
886
887ipc___feather___Reader__version <- function(reader) {
888 .Call(`_arrow_ipc___feather___Reader__version`, reader)
889}
890
891ipc___feather___Reader__Read <- function(reader, columns) {
892 .Call(`_arrow_ipc___feather___Reader__Read`, reader, columns)
893}
894
895ipc___feather___Reader__Open <- function(stream) {
896 .Call(`_arrow_ipc___feather___Reader__Open`, stream)
897}
898
899ipc___feather___Reader__schema <- function(reader) {
900 .Call(`_arrow_ipc___feather___Reader__schema`, reader)
901}
902
903Field__initialize <- function(name, field, nullable) {
904 .Call(`_arrow_Field__initialize`, name, field, nullable)
905}
906
907Field__ToString <- function(field) {
908 .Call(`_arrow_Field__ToString`, field)
909}
910
911Field__name <- function(field) {
912 .Call(`_arrow_Field__name`, field)
913}
914
915Field__Equals <- function(field, other) {
916 .Call(`_arrow_Field__Equals`, field, other)
917}
918
919Field__nullable <- function(field) {
920 .Call(`_arrow_Field__nullable`, field)
921}
922
923Field__type <- function(field) {
924 .Call(`_arrow_Field__type`, field)
925}
926
927fs___FileInfo__type <- function(x) {
928 .Call(`_arrow_fs___FileInfo__type`, x)
929}
930
931fs___FileInfo__set_type <- function(x, type) {
932 invisible(.Call(`_arrow_fs___FileInfo__set_type`, x, type))
933}
934
935fs___FileInfo__path <- function(x) {
936 .Call(`_arrow_fs___FileInfo__path`, x)
937}
938
939fs___FileInfo__set_path <- function(x, path) {
940 invisible(.Call(`_arrow_fs___FileInfo__set_path`, x, path))
941}
942
943fs___FileInfo__size <- function(x) {
944 .Call(`_arrow_fs___FileInfo__size`, x)
945}
946
947fs___FileInfo__set_size <- function(x, size) {
948 invisible(.Call(`_arrow_fs___FileInfo__set_size`, x, size))
949}
950
951fs___FileInfo__base_name <- function(x) {
952 .Call(`_arrow_fs___FileInfo__base_name`, x)
953}
954
955fs___FileInfo__extension <- function(x) {
956 .Call(`_arrow_fs___FileInfo__extension`, x)
957}
958
959fs___FileInfo__mtime <- function(x) {
960 .Call(`_arrow_fs___FileInfo__mtime`, x)
961}
962
963fs___FileInfo__set_mtime <- function(x, time) {
964 invisible(.Call(`_arrow_fs___FileInfo__set_mtime`, x, time))
965}
966
967fs___FileSelector__base_dir <- function(selector) {
968 .Call(`_arrow_fs___FileSelector__base_dir`, selector)
969}
970
971fs___FileSelector__allow_not_found <- function(selector) {
972 .Call(`_arrow_fs___FileSelector__allow_not_found`, selector)
973}
974
975fs___FileSelector__recursive <- function(selector) {
976 .Call(`_arrow_fs___FileSelector__recursive`, selector)
977}
978
979fs___FileSelector__create <- function(base_dir, allow_not_found, recursive) {
980 .Call(`_arrow_fs___FileSelector__create`, base_dir, allow_not_found, recursive)
981}
982
983fs___FileSystem__GetTargetInfos_Paths <- function(file_system, paths) {
984 .Call(`_arrow_fs___FileSystem__GetTargetInfos_Paths`, file_system, paths)
985}
986
987fs___FileSystem__GetTargetInfos_FileSelector <- function(file_system, selector) {
988 .Call(`_arrow_fs___FileSystem__GetTargetInfos_FileSelector`, file_system, selector)
989}
990
991fs___FileSystem__CreateDir <- function(file_system, path, recursive) {
992 invisible(.Call(`_arrow_fs___FileSystem__CreateDir`, file_system, path, recursive))
993}
994
995fs___FileSystem__DeleteDir <- function(file_system, path) {
996 invisible(.Call(`_arrow_fs___FileSystem__DeleteDir`, file_system, path))
997}
998
999fs___FileSystem__DeleteDirContents <- function(file_system, path) {
1000 invisible(.Call(`_arrow_fs___FileSystem__DeleteDirContents`, file_system, path))
1001}
1002
1003fs___FileSystem__DeleteFile <- function(file_system, path) {
1004 invisible(.Call(`_arrow_fs___FileSystem__DeleteFile`, file_system, path))
1005}
1006
1007fs___FileSystem__DeleteFiles <- function(file_system, paths) {
1008 invisible(.Call(`_arrow_fs___FileSystem__DeleteFiles`, file_system, paths))
1009}
1010
1011fs___FileSystem__Move <- function(file_system, src, dest) {
1012 invisible(.Call(`_arrow_fs___FileSystem__Move`, file_system, src, dest))
1013}
1014
1015fs___FileSystem__CopyFile <- function(file_system, src, dest) {
1016 invisible(.Call(`_arrow_fs___FileSystem__CopyFile`, file_system, src, dest))
1017}
1018
1019fs___FileSystem__OpenInputStream <- function(file_system, path) {
1020 .Call(`_arrow_fs___FileSystem__OpenInputStream`, file_system, path)
1021}
1022
1023fs___FileSystem__OpenInputFile <- function(file_system, path) {
1024 .Call(`_arrow_fs___FileSystem__OpenInputFile`, file_system, path)
1025}
1026
1027fs___FileSystem__OpenOutputStream <- function(file_system, path) {
1028 .Call(`_arrow_fs___FileSystem__OpenOutputStream`, file_system, path)
1029}
1030
1031fs___FileSystem__OpenAppendStream <- function(file_system, path) {
1032 .Call(`_arrow_fs___FileSystem__OpenAppendStream`, file_system, path)
1033}
1034
1035fs___FileSystem__type_name <- function(file_system) {
1036 .Call(`_arrow_fs___FileSystem__type_name`, file_system)
1037}
1038
1039fs___LocalFileSystem__create <- function() {
1040 .Call(`_arrow_fs___LocalFileSystem__create`)
1041}
1042
1043fs___SubTreeFileSystem__create <- function(base_path, base_fs) {
1044 .Call(`_arrow_fs___SubTreeFileSystem__create`, base_path, base_fs)
1045}
1046
1047fs___SubTreeFileSystem__base_fs <- function(file_system) {
1048 .Call(`_arrow_fs___SubTreeFileSystem__base_fs`, file_system)
1049}
1050
1051fs___SubTreeFileSystem__base_path <- function(file_system) {
1052 .Call(`_arrow_fs___SubTreeFileSystem__base_path`, file_system)
1053}
1054
1055fs___FileSystemFromUri <- function(path) {
1056 .Call(`_arrow_fs___FileSystemFromUri`, path)
1057}
1058
1059fs___CopyFiles <- function(source_fs, source_sel, destination_fs, destination_base_dir, chunk_size, use_threads) {
1060 invisible(.Call(`_arrow_fs___CopyFiles`, source_fs, source_sel, destination_fs, destination_base_dir, chunk_size, use_threads))
1061}
1062
1063fs___S3FileSystem__create <- function(anonymous, access_key, secret_key, session_token, role_arn, session_name, external_id, load_frequency, region, endpoint_override, scheme, background_writes) {
1064 .Call(`_arrow_fs___S3FileSystem__create`, anonymous, access_key, secret_key, session_token, role_arn, session_name, external_id, load_frequency, region, endpoint_override, scheme, background_writes)
1065}
1066
1067fs___S3FileSystem__region <- function(fs) {
1068 .Call(`_arrow_fs___S3FileSystem__region`, fs)
1069}
1070
1071io___Readable__Read <- function(x, nbytes) {
1072 .Call(`_arrow_io___Readable__Read`, x, nbytes)
1073}
1074
1075io___InputStream__Close <- function(x) {
1076 invisible(.Call(`_arrow_io___InputStream__Close`, x))
1077}
1078
1079io___OutputStream__Close <- function(x) {
1080 invisible(.Call(`_arrow_io___OutputStream__Close`, x))
1081}
1082
1083io___RandomAccessFile__GetSize <- function(x) {
1084 .Call(`_arrow_io___RandomAccessFile__GetSize`, x)
1085}
1086
1087io___RandomAccessFile__supports_zero_copy <- function(x) {
1088 .Call(`_arrow_io___RandomAccessFile__supports_zero_copy`, x)
1089}
1090
1091io___RandomAccessFile__Seek <- function(x, position) {
1092 invisible(.Call(`_arrow_io___RandomAccessFile__Seek`, x, position))
1093}
1094
1095io___RandomAccessFile__Tell <- function(x) {
1096 .Call(`_arrow_io___RandomAccessFile__Tell`, x)
1097}
1098
1099io___RandomAccessFile__Read0 <- function(x) {
1100 .Call(`_arrow_io___RandomAccessFile__Read0`, x)
1101}
1102
1103io___RandomAccessFile__ReadAt <- function(x, position, nbytes) {
1104 .Call(`_arrow_io___RandomAccessFile__ReadAt`, x, position, nbytes)
1105}
1106
1107io___MemoryMappedFile__Create <- function(path, size) {
1108 .Call(`_arrow_io___MemoryMappedFile__Create`, path, size)
1109}
1110
1111io___MemoryMappedFile__Open <- function(path, mode) {
1112 .Call(`_arrow_io___MemoryMappedFile__Open`, path, mode)
1113}
1114
1115io___MemoryMappedFile__Resize <- function(x, size) {
1116 invisible(.Call(`_arrow_io___MemoryMappedFile__Resize`, x, size))
1117}
1118
1119io___ReadableFile__Open <- function(path) {
1120 .Call(`_arrow_io___ReadableFile__Open`, path)
1121}
1122
1123io___BufferReader__initialize <- function(buffer) {
1124 .Call(`_arrow_io___BufferReader__initialize`, buffer)
1125}
1126
1127io___Writable__write <- function(stream, buf) {
1128 invisible(.Call(`_arrow_io___Writable__write`, stream, buf))
1129}
1130
1131io___OutputStream__Tell <- function(stream) {
1132 .Call(`_arrow_io___OutputStream__Tell`, stream)
1133}
1134
1135io___FileOutputStream__Open <- function(path) {
1136 .Call(`_arrow_io___FileOutputStream__Open`, path)
1137}
1138
1139io___BufferOutputStream__Create <- function(initial_capacity) {
1140 .Call(`_arrow_io___BufferOutputStream__Create`, initial_capacity)
1141}
1142
1143io___BufferOutputStream__capacity <- function(stream) {
1144 .Call(`_arrow_io___BufferOutputStream__capacity`, stream)
1145}
1146
1147io___BufferOutputStream__Finish <- function(stream) {
1148 .Call(`_arrow_io___BufferOutputStream__Finish`, stream)
1149}
1150
1151io___BufferOutputStream__Tell <- function(stream) {
1152 .Call(`_arrow_io___BufferOutputStream__Tell`, stream)
1153}
1154
1155io___BufferOutputStream__Write <- function(stream, bytes) {
1156 invisible(.Call(`_arrow_io___BufferOutputStream__Write`, stream, bytes))
1157}
1158
1159json___ReadOptions__initialize <- function(use_threads, block_size) {
1160 .Call(`_arrow_json___ReadOptions__initialize`, use_threads, block_size)
1161}
1162
1163json___ParseOptions__initialize1 <- function(newlines_in_values) {
1164 .Call(`_arrow_json___ParseOptions__initialize1`, newlines_in_values)
1165}
1166
1167json___ParseOptions__initialize2 <- function(newlines_in_values, explicit_schema) {
1168 .Call(`_arrow_json___ParseOptions__initialize2`, newlines_in_values, explicit_schema)
1169}
1170
1171json___TableReader__Make <- function(input, read_options, parse_options) {
1172 .Call(`_arrow_json___TableReader__Make`, input, read_options, parse_options)
1173}
1174
1175json___TableReader__Read <- function(table_reader) {
1176 .Call(`_arrow_json___TableReader__Read`, table_reader)
1177}
1178
1179MemoryPool__default <- function() {
1180 .Call(`_arrow_MemoryPool__default`)
1181}
1182
1183MemoryPool__bytes_allocated <- function(pool) {
1184 .Call(`_arrow_MemoryPool__bytes_allocated`, pool)
1185}
1186
1187MemoryPool__max_memory <- function(pool) {
1188 .Call(`_arrow_MemoryPool__max_memory`, pool)
1189}
1190
1191MemoryPool__backend_name <- function(pool) {
1192 .Call(`_arrow_MemoryPool__backend_name`, pool)
1193}
1194
1195supported_memory_backends <- function() {
1196 .Call(`_arrow_supported_memory_backends`)
1197}
1198
1199ipc___Message__body_length <- function(message) {
1200 .Call(`_arrow_ipc___Message__body_length`, message)
1201}
1202
1203ipc___Message__metadata <- function(message) {
1204 .Call(`_arrow_ipc___Message__metadata`, message)
1205}
1206
1207ipc___Message__body <- function(message) {
1208 .Call(`_arrow_ipc___Message__body`, message)
1209}
1210
1211ipc___Message__Verify <- function(message) {
1212 .Call(`_arrow_ipc___Message__Verify`, message)
1213}
1214
1215ipc___Message__type <- function(message) {
1216 .Call(`_arrow_ipc___Message__type`, message)
1217}
1218
1219ipc___Message__Equals <- function(x, y) {
1220 .Call(`_arrow_ipc___Message__Equals`, x, y)
1221}
1222
1223ipc___ReadRecordBatch__Message__Schema <- function(message, schema) {
1224 .Call(`_arrow_ipc___ReadRecordBatch__Message__Schema`, message, schema)
1225}
1226
1227ipc___ReadSchema_InputStream <- function(stream) {
1228 .Call(`_arrow_ipc___ReadSchema_InputStream`, stream)
1229}
1230
1231ipc___ReadSchema_Message <- function(message) {
1232 .Call(`_arrow_ipc___ReadSchema_Message`, message)
1233}
1234
1235ipc___MessageReader__Open <- function(stream) {
1236 .Call(`_arrow_ipc___MessageReader__Open`, stream)
1237}
1238
1239ipc___MessageReader__ReadNextMessage <- function(reader) {
1240 .Call(`_arrow_ipc___MessageReader__ReadNextMessage`, reader)
1241}
1242
1243ipc___ReadMessage <- function(stream) {
1244 .Call(`_arrow_ipc___ReadMessage`, stream)
1245}
1246
1247parquet___arrow___ArrowReaderProperties__Make <- function(use_threads) {
1248 .Call(`_arrow_parquet___arrow___ArrowReaderProperties__Make`, use_threads)
1249}
1250
1251parquet___arrow___ArrowReaderProperties__set_use_threads <- function(properties, use_threads) {
1252 invisible(.Call(`_arrow_parquet___arrow___ArrowReaderProperties__set_use_threads`, properties, use_threads))
1253}
1254
1255parquet___arrow___ArrowReaderProperties__get_use_threads <- function(properties, use_threads) {
1256 .Call(`_arrow_parquet___arrow___ArrowReaderProperties__get_use_threads`, properties, use_threads)
1257}
1258
1259parquet___arrow___ArrowReaderProperties__get_read_dictionary <- function(properties, column_index) {
1260 .Call(`_arrow_parquet___arrow___ArrowReaderProperties__get_read_dictionary`, properties, column_index)
1261}
1262
1263parquet___arrow___ArrowReaderProperties__set_read_dictionary <- function(properties, column_index, read_dict) {
1264 invisible(.Call(`_arrow_parquet___arrow___ArrowReaderProperties__set_read_dictionary`, properties, column_index, read_dict))
1265}
1266
1267parquet___arrow___FileReader__OpenFile <- function(file, props) {
1268 .Call(`_arrow_parquet___arrow___FileReader__OpenFile`, file, props)
1269}
1270
1271parquet___arrow___FileReader__ReadTable1 <- function(reader) {
1272 .Call(`_arrow_parquet___arrow___FileReader__ReadTable1`, reader)
1273}
1274
1275parquet___arrow___FileReader__ReadTable2 <- function(reader, column_indices) {
1276 .Call(`_arrow_parquet___arrow___FileReader__ReadTable2`, reader, column_indices)
1277}
1278
1279parquet___arrow___FileReader__ReadRowGroup1 <- function(reader, i) {
1280 .Call(`_arrow_parquet___arrow___FileReader__ReadRowGroup1`, reader, i)
1281}
1282
1283parquet___arrow___FileReader__ReadRowGroup2 <- function(reader, i, column_indices) {
1284 .Call(`_arrow_parquet___arrow___FileReader__ReadRowGroup2`, reader, i, column_indices)
1285}
1286
1287parquet___arrow___FileReader__ReadRowGroups1 <- function(reader, row_groups) {
1288 .Call(`_arrow_parquet___arrow___FileReader__ReadRowGroups1`, reader, row_groups)
1289}
1290
1291parquet___arrow___FileReader__ReadRowGroups2 <- function(reader, row_groups, column_indices) {
1292 .Call(`_arrow_parquet___arrow___FileReader__ReadRowGroups2`, reader, row_groups, column_indices)
1293}
1294
1295parquet___arrow___FileReader__num_rows <- function(reader) {
1296 .Call(`_arrow_parquet___arrow___FileReader__num_rows`, reader)
1297}
1298
1299parquet___arrow___FileReader__num_columns <- function(reader) {
1300 .Call(`_arrow_parquet___arrow___FileReader__num_columns`, reader)
1301}
1302
1303parquet___arrow___FileReader__num_row_groups <- function(reader) {
1304 .Call(`_arrow_parquet___arrow___FileReader__num_row_groups`, reader)
1305}
1306
1307parquet___arrow___FileReader__ReadColumn <- function(reader, i) {
1308 .Call(`_arrow_parquet___arrow___FileReader__ReadColumn`, reader, i)
1309}
1310
1311parquet___ArrowWriterProperties___create <- function(allow_truncated_timestamps, use_deprecated_int96_timestamps, timestamp_unit) {
1312 .Call(`_arrow_parquet___ArrowWriterProperties___create`, allow_truncated_timestamps, use_deprecated_int96_timestamps, timestamp_unit)
1313}
1314
1315parquet___WriterProperties___Builder__create <- function() {
1316 .Call(`_arrow_parquet___WriterProperties___Builder__create`)
1317}
1318
1319parquet___WriterProperties___Builder__version <- function(builder, version) {
1320 invisible(.Call(`_arrow_parquet___WriterProperties___Builder__version`, builder, version))
1321}
1322
1323parquet___ArrowWriterProperties___Builder__set_compressions <- function(builder, paths, types) {
1324 invisible(.Call(`_arrow_parquet___ArrowWriterProperties___Builder__set_compressions`, builder, paths, types))
1325}
1326
1327parquet___ArrowWriterProperties___Builder__set_compression_levels <- function(builder, paths, levels) {
1328 invisible(.Call(`_arrow_parquet___ArrowWriterProperties___Builder__set_compression_levels`, builder, paths, levels))
1329}
1330
1331parquet___ArrowWriterProperties___Builder__set_use_dictionary <- function(builder, paths, use_dictionary) {
1332 invisible(.Call(`_arrow_parquet___ArrowWriterProperties___Builder__set_use_dictionary`, builder, paths, use_dictionary))
1333}
1334
1335parquet___ArrowWriterProperties___Builder__set_write_statistics <- function(builder, paths, write_statistics) {
1336 invisible(.Call(`_arrow_parquet___ArrowWriterProperties___Builder__set_write_statistics`, builder, paths, write_statistics))
1337}
1338
1339parquet___ArrowWriterProperties___Builder__data_page_size <- function(builder, data_page_size) {
1340 invisible(.Call(`_arrow_parquet___ArrowWriterProperties___Builder__data_page_size`, builder, data_page_size))
1341}
1342
1343parquet___WriterProperties___Builder__build <- function(builder) {
1344 .Call(`_arrow_parquet___WriterProperties___Builder__build`, builder)
1345}
1346
1347parquet___arrow___ParquetFileWriter__Open <- function(schema, sink, properties, arrow_properties) {
1348 .Call(`_arrow_parquet___arrow___ParquetFileWriter__Open`, schema, sink, properties, arrow_properties)
1349}
1350
1351parquet___arrow___FileWriter__WriteTable <- function(writer, table, chunk_size) {
1352 invisible(.Call(`_arrow_parquet___arrow___FileWriter__WriteTable`, writer, table, chunk_size))
1353}
1354
1355parquet___arrow___FileWriter__Close <- function(writer) {
1356 invisible(.Call(`_arrow_parquet___arrow___FileWriter__Close`, writer))
1357}
1358
1359parquet___arrow___WriteTable <- function(table, sink, properties, arrow_properties) {
1360 invisible(.Call(`_arrow_parquet___arrow___WriteTable`, table, sink, properties, arrow_properties))
1361}
1362
1363parquet___arrow___FileReader__GetSchema <- function(reader) {
1364 .Call(`_arrow_parquet___arrow___FileReader__GetSchema`, reader)
1365}
1366
1367allocate_arrow_schema <- function() {
1368 .Call(`_arrow_allocate_arrow_schema`)
1369}
1370
1371delete_arrow_schema <- function(ptr) {
1372 invisible(.Call(`_arrow_delete_arrow_schema`, ptr))
1373}
1374
1375allocate_arrow_array <- function() {
1376 .Call(`_arrow_allocate_arrow_array`)
1377}
1378
1379delete_arrow_array <- function(ptr) {
1380 invisible(.Call(`_arrow_delete_arrow_array`, ptr))
1381}
1382
1383allocate_arrow_array_stream <- function() {
1384 .Call(`_arrow_allocate_arrow_array_stream`)
1385}
1386
1387delete_arrow_array_stream <- function(ptr) {
1388 invisible(.Call(`_arrow_delete_arrow_array_stream`, ptr))
1389}
1390
1391ImportArray <- function(array, schema) {
1392 .Call(`_arrow_ImportArray`, array, schema)
1393}
1394
1395ImportRecordBatch <- function(array, schema) {
1396 .Call(`_arrow_ImportRecordBatch`, array, schema)
1397}
1398
1399ImportSchema <- function(schema) {
1400 .Call(`_arrow_ImportSchema`, schema)
1401}
1402
1403ImportField <- function(field) {
1404 .Call(`_arrow_ImportField`, field)
1405}
1406
1407ImportType <- function(type) {
1408 .Call(`_arrow_ImportType`, type)
1409}
1410
1411ImportRecordBatchReader <- function(stream) {
1412 .Call(`_arrow_ImportRecordBatchReader`, stream)
1413}
1414
1415ExportType <- function(type, ptr) {
1416 invisible(.Call(`_arrow_ExportType`, type, ptr))
1417}
1418
1419ExportField <- function(field, ptr) {
1420 invisible(.Call(`_arrow_ExportField`, field, ptr))
1421}
1422
1423ExportSchema <- function(schema, ptr) {
1424 invisible(.Call(`_arrow_ExportSchema`, schema, ptr))
1425}
1426
1427ExportArray <- function(array, array_ptr, schema_ptr) {
1428 invisible(.Call(`_arrow_ExportArray`, array, array_ptr, schema_ptr))
1429}
1430
1431ExportRecordBatch <- function(batch, array_ptr, schema_ptr) {
1432 invisible(.Call(`_arrow_ExportRecordBatch`, batch, array_ptr, schema_ptr))
1433}
1434
1435ExportRecordBatchReader <- function(reader, stream_ptr) {
1436 invisible(.Call(`_arrow_ExportRecordBatchReader`, reader, stream_ptr))
1437}
1438
1439Table__from_dots <- function(lst, schema_sxp, use_threads) {
1440 .Call(`_arrow_Table__from_dots`, lst, schema_sxp, use_threads)
1441}
1442
1443vec_to_arrow <- function(x, s_type) {
1444 .Call(`_arrow_vec_to_arrow`, x, s_type)
1445}
1446
1447DictionaryArray__FromArrays <- function(type, indices, dict) {
1448 .Call(`_arrow_DictionaryArray__FromArrays`, type, indices, dict)
1449}
1450
1451RecordBatch__num_columns <- function(x) {
1452 .Call(`_arrow_RecordBatch__num_columns`, x)
1453}
1454
1455RecordBatch__num_rows <- function(x) {
1456 .Call(`_arrow_RecordBatch__num_rows`, x)
1457}
1458
1459RecordBatch__schema <- function(x) {
1460 .Call(`_arrow_RecordBatch__schema`, x)
1461}
1462
1463RecordBatch__RenameColumns <- function(batch, names) {
1464 .Call(`_arrow_RecordBatch__RenameColumns`, batch, names)
1465}
1466
1467RecordBatch__ReplaceSchemaMetadata <- function(x, metadata) {
1468 .Call(`_arrow_RecordBatch__ReplaceSchemaMetadata`, x, metadata)
1469}
1470
1471RecordBatch__columns <- function(batch) {
1472 .Call(`_arrow_RecordBatch__columns`, batch)
1473}
1474
1475RecordBatch__column <- function(batch, i) {
1476 .Call(`_arrow_RecordBatch__column`, batch, i)
1477}
1478
1479RecordBatch__GetColumnByName <- function(batch, name) {
1480 .Call(`_arrow_RecordBatch__GetColumnByName`, batch, name)
1481}
1482
1483RecordBatch__SelectColumns <- function(batch, indices) {
1484 .Call(`_arrow_RecordBatch__SelectColumns`, batch, indices)
1485}
1486
1487RecordBatch__Equals <- function(self, other, check_metadata) {
1488 .Call(`_arrow_RecordBatch__Equals`, self, other, check_metadata)
1489}
1490
1491RecordBatch__AddColumn <- function(batch, i, field, column) {
1492 .Call(`_arrow_RecordBatch__AddColumn`, batch, i, field, column)
1493}
1494
1495RecordBatch__SetColumn <- function(batch, i, field, column) {
1496 .Call(`_arrow_RecordBatch__SetColumn`, batch, i, field, column)
1497}
1498
1499RecordBatch__RemoveColumn <- function(batch, i) {
1500 .Call(`_arrow_RecordBatch__RemoveColumn`, batch, i)
1501}
1502
1503RecordBatch__column_name <- function(batch, i) {
1504 .Call(`_arrow_RecordBatch__column_name`, batch, i)
1505}
1506
1507RecordBatch__names <- function(batch) {
1508 .Call(`_arrow_RecordBatch__names`, batch)
1509}
1510
1511RecordBatch__Slice1 <- function(self, offset) {
1512 .Call(`_arrow_RecordBatch__Slice1`, self, offset)
1513}
1514
1515RecordBatch__Slice2 <- function(self, offset, length) {
1516 .Call(`_arrow_RecordBatch__Slice2`, self, offset, length)
1517}
1518
1519ipc___SerializeRecordBatch__Raw <- function(batch) {
1520 .Call(`_arrow_ipc___SerializeRecordBatch__Raw`, batch)
1521}
1522
1523ipc___ReadRecordBatch__InputStream__Schema <- function(stream, schema) {
1524 .Call(`_arrow_ipc___ReadRecordBatch__InputStream__Schema`, stream, schema)
1525}
1526
1527RecordBatch__from_arrays <- function(schema_sxp, lst) {
1528 .Call(`_arrow_RecordBatch__from_arrays`, schema_sxp, lst)
1529}
1530
1531RecordBatchReader__schema <- function(reader) {
1532 .Call(`_arrow_RecordBatchReader__schema`, reader)
1533}
1534
1535RecordBatchReader__ReadNext <- function(reader) {
1536 .Call(`_arrow_RecordBatchReader__ReadNext`, reader)
1537}
1538
1539RecordBatchReader__batches <- function(reader) {
1540 .Call(`_arrow_RecordBatchReader__batches`, reader)
1541}
1542
1543Table__from_RecordBatchReader <- function(reader) {
1544 .Call(`_arrow_Table__from_RecordBatchReader`, reader)
1545}
1546
1547ipc___RecordBatchStreamReader__Open <- function(stream) {
1548 .Call(`_arrow_ipc___RecordBatchStreamReader__Open`, stream)
1549}
1550
1551ipc___RecordBatchFileReader__schema <- function(reader) {
1552 .Call(`_arrow_ipc___RecordBatchFileReader__schema`, reader)
1553}
1554
1555ipc___RecordBatchFileReader__num_record_batches <- function(reader) {
1556 .Call(`_arrow_ipc___RecordBatchFileReader__num_record_batches`, reader)
1557}
1558
1559ipc___RecordBatchFileReader__ReadRecordBatch <- function(reader, i) {
1560 .Call(`_arrow_ipc___RecordBatchFileReader__ReadRecordBatch`, reader, i)
1561}
1562
1563ipc___RecordBatchFileReader__Open <- function(file) {
1564 .Call(`_arrow_ipc___RecordBatchFileReader__Open`, file)
1565}
1566
1567Table__from_RecordBatchFileReader <- function(reader) {
1568 .Call(`_arrow_Table__from_RecordBatchFileReader`, reader)
1569}
1570
1571ipc___RecordBatchFileReader__batches <- function(reader) {
1572 .Call(`_arrow_ipc___RecordBatchFileReader__batches`, reader)
1573}
1574
1575ipc___RecordBatchWriter__WriteRecordBatch <- function(batch_writer, batch) {
1576 invisible(.Call(`_arrow_ipc___RecordBatchWriter__WriteRecordBatch`, batch_writer, batch))
1577}
1578
1579ipc___RecordBatchWriter__WriteTable <- function(batch_writer, table) {
1580 invisible(.Call(`_arrow_ipc___RecordBatchWriter__WriteTable`, batch_writer, table))
1581}
1582
1583ipc___RecordBatchWriter__Close <- function(batch_writer) {
1584 invisible(.Call(`_arrow_ipc___RecordBatchWriter__Close`, batch_writer))
1585}
1586
1587ipc___RecordBatchFileWriter__Open <- function(stream, schema, use_legacy_format, metadata_version) {
1588 .Call(`_arrow_ipc___RecordBatchFileWriter__Open`, stream, schema, use_legacy_format, metadata_version)
1589}
1590
1591ipc___RecordBatchStreamWriter__Open <- function(stream, schema, use_legacy_format, metadata_version) {
1592 .Call(`_arrow_ipc___RecordBatchStreamWriter__Open`, stream, schema, use_legacy_format, metadata_version)
1593}
1594
1595Array__GetScalar <- function(x, i) {
1596 .Call(`_arrow_Array__GetScalar`, x, i)
1597}
1598
1599Scalar__ToString <- function(s) {
1600 .Call(`_arrow_Scalar__ToString`, s)
1601}
1602
1603StructScalar__field <- function(s, i) {
1604 .Call(`_arrow_StructScalar__field`, s, i)
1605}
1606
1607StructScalar__GetFieldByName <- function(s, name) {
1608 .Call(`_arrow_StructScalar__GetFieldByName`, s, name)
1609}
1610
1611Scalar__as_vector <- function(scalar) {
1612 .Call(`_arrow_Scalar__as_vector`, scalar)
1613}
1614
1615MakeArrayFromScalar <- function(scalar, n) {
1616 .Call(`_arrow_MakeArrayFromScalar`, scalar, n)
1617}
1618
1619Scalar__is_valid <- function(s) {
1620 .Call(`_arrow_Scalar__is_valid`, s)
1621}
1622
1623Scalar__type <- function(s) {
1624 .Call(`_arrow_Scalar__type`, s)
1625}
1626
1627Scalar__Equals <- function(lhs, rhs) {
1628 .Call(`_arrow_Scalar__Equals`, lhs, rhs)
1629}
1630
1631Scalar__ApproxEquals <- function(lhs, rhs) {
1632 .Call(`_arrow_Scalar__ApproxEquals`, lhs, rhs)
1633}
1634
1635schema_ <- function(fields) {
1636 .Call(`_arrow_schema_`, fields)
1637}
1638
1639Schema__ToString <- function(s) {
1640 .Call(`_arrow_Schema__ToString`, s)
1641}
1642
1643Schema__num_fields <- function(s) {
1644 .Call(`_arrow_Schema__num_fields`, s)
1645}
1646
1647Schema__field <- function(s, i) {
1648 .Call(`_arrow_Schema__field`, s, i)
1649}
1650
1651Schema__AddField <- function(s, i, field) {
1652 .Call(`_arrow_Schema__AddField`, s, i, field)
1653}
1654
1655Schema__SetField <- function(s, i, field) {
1656 .Call(`_arrow_Schema__SetField`, s, i, field)
1657}
1658
1659Schema__RemoveField <- function(s, i) {
1660 .Call(`_arrow_Schema__RemoveField`, s, i)
1661}
1662
1663Schema__GetFieldByName <- function(s, x) {
1664 .Call(`_arrow_Schema__GetFieldByName`, s, x)
1665}
1666
1667Schema__fields <- function(schema) {
1668 .Call(`_arrow_Schema__fields`, schema)
1669}
1670
1671Schema__field_names <- function(schema) {
1672 .Call(`_arrow_Schema__field_names`, schema)
1673}
1674
1675Schema__HasMetadata <- function(schema) {
1676 .Call(`_arrow_Schema__HasMetadata`, schema)
1677}
1678
1679Schema__metadata <- function(schema) {
1680 .Call(`_arrow_Schema__metadata`, schema)
1681}
1682
1683Schema__WithMetadata <- function(schema, metadata) {
1684 .Call(`_arrow_Schema__WithMetadata`, schema, metadata)
1685}
1686
1687Schema__serialize <- function(schema) {
1688 .Call(`_arrow_Schema__serialize`, schema)
1689}
1690
1691Schema__Equals <- function(schema, other, check_metadata) {
1692 .Call(`_arrow_Schema__Equals`, schema, other, check_metadata)
1693}
1694
1695arrow__UnifySchemas <- function(schemas) {
1696 .Call(`_arrow_arrow__UnifySchemas`, schemas)
1697}
1698
1699Table__num_columns <- function(x) {
1700 .Call(`_arrow_Table__num_columns`, x)
1701}
1702
1703Table__num_rows <- function(x) {
1704 .Call(`_arrow_Table__num_rows`, x)
1705}
1706
1707Table__schema <- function(x) {
1708 .Call(`_arrow_Table__schema`, x)
1709}
1710
1711Table__ReplaceSchemaMetadata <- function(x, metadata) {
1712 .Call(`_arrow_Table__ReplaceSchemaMetadata`, x, metadata)
1713}
1714
1715Table__column <- function(table, i) {
1716 .Call(`_arrow_Table__column`, table, i)
1717}
1718
1719Table__field <- function(table, i) {
1720 .Call(`_arrow_Table__field`, table, i)
1721}
1722
1723Table__columns <- function(table) {
1724 .Call(`_arrow_Table__columns`, table)
1725}
1726
1727Table__ColumnNames <- function(table) {
1728 .Call(`_arrow_Table__ColumnNames`, table)
1729}
1730
1731Table__RenameColumns <- function(table, names) {
1732 .Call(`_arrow_Table__RenameColumns`, table, names)
1733}
1734
1735Table__Slice1 <- function(table, offset) {
1736 .Call(`_arrow_Table__Slice1`, table, offset)
1737}
1738
1739Table__Slice2 <- function(table, offset, length) {
1740 .Call(`_arrow_Table__Slice2`, table, offset, length)
1741}
1742
1743Table__Equals <- function(lhs, rhs, check_metadata) {
1744 .Call(`_arrow_Table__Equals`, lhs, rhs, check_metadata)
1745}
1746
1747Table__Validate <- function(table) {
1748 .Call(`_arrow_Table__Validate`, table)
1749}
1750
1751Table__ValidateFull <- function(table) {
1752 .Call(`_arrow_Table__ValidateFull`, table)
1753}
1754
1755Table__GetColumnByName <- function(table, name) {
1756 .Call(`_arrow_Table__GetColumnByName`, table, name)
1757}
1758
1759Table__RemoveColumn <- function(table, i) {
1760 .Call(`_arrow_Table__RemoveColumn`, table, i)
1761}
1762
1763Table__AddColumn <- function(table, i, field, column) {
1764 .Call(`_arrow_Table__AddColumn`, table, i, field, column)
1765}
1766
1767Table__SetColumn <- function(table, i, field, column) {
1768 .Call(`_arrow_Table__SetColumn`, table, i, field, column)
1769}
1770
1771Table__SelectColumns <- function(table, indices) {
1772 .Call(`_arrow_Table__SelectColumns`, table, indices)
1773}
1774
1775all_record_batches <- function(lst) {
1776 .Call(`_arrow_all_record_batches`, lst)
1777}
1778
1779Table__from_record_batches <- function(batches, schema_sxp) {
1780 .Call(`_arrow_Table__from_record_batches`, batches, schema_sxp)
1781}
1782
1783GetCpuThreadPoolCapacity <- function() {
1784 .Call(`_arrow_GetCpuThreadPoolCapacity`)
1785}
1786
1787SetCpuThreadPoolCapacity <- function(threads) {
1788 invisible(.Call(`_arrow_SetCpuThreadPoolCapacity`, threads))
1789}
1790
1791GetIOThreadPoolCapacity <- function() {
1792 .Call(`_arrow_GetIOThreadPoolCapacity`)
1793}
1794
1795SetIOThreadPoolCapacity <- function(threads) {
1796 invisible(.Call(`_arrow_SetIOThreadPoolCapacity`, threads))
1797}
1798
1799Array__infer_type <- function(x) {
1800 .Call(`_arrow_Array__infer_type`, x)
1801}