blob: 570f1268642ec3aa37c2c08f59eb253e736d831d [file] [log] [blame]
// Generated by using data-raw/codegen.R -> do not edit by hand
#include "./arrow_exports.h"
#include <Rcpp.h>
using namespace Rcpp;
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> Array__Slice1(const std::shared_ptr<arrow::Array>& array, int offset);
RcppExport SEXP _arrow_Array__Slice1(SEXP array_sexp, SEXP offset_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type array(array_sexp);
Rcpp::traits::input_parameter<int>::type offset(offset_sexp);
return Rcpp::wrap(Array__Slice1(array, offset));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__Slice1(SEXP array_sexp, SEXP offset_sexp){
Rf_error("Cannot call Array__Slice1(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> Array__Slice2(const std::shared_ptr<arrow::Array>& array, int offset, int length);
RcppExport SEXP _arrow_Array__Slice2(SEXP array_sexp, SEXP offset_sexp, SEXP length_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type array(array_sexp);
Rcpp::traits::input_parameter<int>::type offset(offset_sexp);
Rcpp::traits::input_parameter<int>::type length(length_sexp);
return Rcpp::wrap(Array__Slice2(array, offset, length));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__Slice2(SEXP array_sexp, SEXP offset_sexp, SEXP length_sexp){
Rf_error("Cannot call Array__Slice2(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Array__IsNull(const std::shared_ptr<arrow::Array>& x, int i);
RcppExport SEXP _arrow_Array__IsNull(SEXP x_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type x(x_sexp);
Rcpp::traits::input_parameter<int>::type i(i_sexp);
return Rcpp::wrap(Array__IsNull(x, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__IsNull(SEXP x_sexp, SEXP i_sexp){
Rf_error("Cannot call Array__IsNull(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Array__IsValid(const std::shared_ptr<arrow::Array>& x, int i);
RcppExport SEXP _arrow_Array__IsValid(SEXP x_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type x(x_sexp);
Rcpp::traits::input_parameter<int>::type i(i_sexp);
return Rcpp::wrap(Array__IsValid(x, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__IsValid(SEXP x_sexp, SEXP i_sexp){
Rf_error("Cannot call Array__IsValid(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
int Array__length(const std::shared_ptr<arrow::Array>& x);
RcppExport SEXP _arrow_Array__length(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type x(x_sexp);
return Rcpp::wrap(Array__length(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__length(SEXP x_sexp){
Rf_error("Cannot call Array__length(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
int Array__offset(const std::shared_ptr<arrow::Array>& x);
RcppExport SEXP _arrow_Array__offset(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type x(x_sexp);
return Rcpp::wrap(Array__offset(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__offset(SEXP x_sexp){
Rf_error("Cannot call Array__offset(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
int Array__null_count(const std::shared_ptr<arrow::Array>& x);
RcppExport SEXP _arrow_Array__null_count(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type x(x_sexp);
return Rcpp::wrap(Array__null_count(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__null_count(SEXP x_sexp){
Rf_error("Cannot call Array__null_count(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Array__type(const std::shared_ptr<arrow::Array>& x);
RcppExport SEXP _arrow_Array__type(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type x(x_sexp);
return Rcpp::wrap(Array__type(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__type(SEXP x_sexp){
Rf_error("Cannot call Array__type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string Array__ToString(const std::shared_ptr<arrow::Array>& x);
RcppExport SEXP _arrow_Array__ToString(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type x(x_sexp);
return Rcpp::wrap(Array__ToString(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__ToString(SEXP x_sexp){
Rf_error("Cannot call Array__ToString(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
arrow::Type::type Array__type_id(const std::shared_ptr<arrow::Array>& x);
RcppExport SEXP _arrow_Array__type_id(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type x(x_sexp);
return Rcpp::wrap(Array__type_id(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__type_id(SEXP x_sexp){
Rf_error("Cannot call Array__type_id(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Array__Equals(const std::shared_ptr<arrow::Array>& lhs, const std::shared_ptr<arrow::Array>& rhs);
RcppExport SEXP _arrow_Array__Equals(SEXP lhs_sexp, SEXP rhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type rhs(rhs_sexp);
return Rcpp::wrap(Array__Equals(lhs, rhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__Equals(SEXP lhs_sexp, SEXP rhs_sexp){
Rf_error("Cannot call Array__Equals(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Array__ApproxEquals(const std::shared_ptr<arrow::Array>& lhs, const std::shared_ptr<arrow::Array>& rhs);
RcppExport SEXP _arrow_Array__ApproxEquals(SEXP lhs_sexp, SEXP rhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type rhs(rhs_sexp);
return Rcpp::wrap(Array__ApproxEquals(lhs, rhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__ApproxEquals(SEXP lhs_sexp, SEXP rhs_sexp){
Rf_error("Cannot call Array__ApproxEquals(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ArrayData> Array__data(const std::shared_ptr<arrow::Array>& array);
RcppExport SEXP _arrow_Array__data(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type array(array_sexp);
return Rcpp::wrap(Array__data(array));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__data(SEXP array_sexp){
Rf_error("Cannot call Array__data(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Array__RangeEquals(const std::shared_ptr<arrow::Array>& self, const std::shared_ptr<arrow::Array>& other, int start_idx, int end_idx, int other_start_idx);
RcppExport SEXP _arrow_Array__RangeEquals(SEXP self_sexp, SEXP other_sexp, SEXP start_idx_sexp, SEXP end_idx_sexp, SEXP other_start_idx_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type self(self_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type other(other_sexp);
Rcpp::traits::input_parameter<int>::type start_idx(start_idx_sexp);
Rcpp::traits::input_parameter<int>::type end_idx(end_idx_sexp);
Rcpp::traits::input_parameter<int>::type other_start_idx(other_start_idx_sexp);
return Rcpp::wrap(Array__RangeEquals(self, other, start_idx, end_idx, other_start_idx));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__RangeEquals(SEXP self_sexp, SEXP other_sexp, SEXP start_idx_sexp, SEXP end_idx_sexp, SEXP other_start_idx_sexp){
Rf_error("Cannot call Array__RangeEquals(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> Array__View(const std::shared_ptr<arrow::Array>& array, const std::shared_ptr<arrow::DataType>& type);
RcppExport SEXP _arrow_Array__View(SEXP array_sexp, SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type array(array_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type type(type_sexp);
return Rcpp::wrap(Array__View(array, type));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__View(SEXP array_sexp, SEXP type_sexp){
Rf_error("Cannot call Array__View(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
LogicalVector Array__Mask(const std::shared_ptr<arrow::Array>& array);
RcppExport SEXP _arrow_Array__Mask(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type array(array_sexp);
return Rcpp::wrap(Array__Mask(array));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__Mask(SEXP array_sexp){
Rf_error("Cannot call Array__Mask(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
void Array__Validate(const std::shared_ptr<arrow::Array>& array);
RcppExport SEXP _arrow_Array__Validate(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type array(array_sexp);
Array__Validate(array);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__Validate(SEXP array_sexp){
Rf_error("Cannot call Array__Validate(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> DictionaryArray__indices(const std::shared_ptr<arrow::DictionaryArray>& array);
RcppExport SEXP _arrow_DictionaryArray__indices(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DictionaryArray>&>::type array(array_sexp);
return Rcpp::wrap(DictionaryArray__indices(array));
END_RCPP
}
#else
RcppExport SEXP _arrow_DictionaryArray__indices(SEXP array_sexp){
Rf_error("Cannot call DictionaryArray__indices(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> DictionaryArray__dictionary(const std::shared_ptr<arrow::DictionaryArray>& array);
RcppExport SEXP _arrow_DictionaryArray__dictionary(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DictionaryArray>&>::type array(array_sexp);
return Rcpp::wrap(DictionaryArray__dictionary(array));
END_RCPP
}
#else
RcppExport SEXP _arrow_DictionaryArray__dictionary(SEXP array_sexp){
Rf_error("Cannot call DictionaryArray__dictionary(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> StructArray__field(const std::shared_ptr<arrow::StructArray>& array, int i);
RcppExport SEXP _arrow_StructArray__field(SEXP array_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::StructArray>&>::type array(array_sexp);
Rcpp::traits::input_parameter<int>::type i(i_sexp);
return Rcpp::wrap(StructArray__field(array, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_StructArray__field(SEXP array_sexp, SEXP i_sexp){
Rf_error("Cannot call StructArray__field(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> StructArray__GetFieldByName(const std::shared_ptr<arrow::StructArray>& array, const std::string& name);
RcppExport SEXP _arrow_StructArray__GetFieldByName(SEXP array_sexp, SEXP name_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::StructArray>&>::type array(array_sexp);
Rcpp::traits::input_parameter<const std::string&>::type name(name_sexp);
return Rcpp::wrap(StructArray__GetFieldByName(array, name));
END_RCPP
}
#else
RcppExport SEXP _arrow_StructArray__GetFieldByName(SEXP array_sexp, SEXP name_sexp){
Rf_error("Cannot call StructArray__GetFieldByName(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
arrow::ArrayVector StructArray__Flatten(const std::shared_ptr<arrow::StructArray>& array);
RcppExport SEXP _arrow_StructArray__Flatten(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::StructArray>&>::type array(array_sexp);
return Rcpp::wrap(StructArray__Flatten(array));
END_RCPP
}
#else
RcppExport SEXP _arrow_StructArray__Flatten(SEXP array_sexp){
Rf_error("Cannot call StructArray__Flatten(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> ListArray__value_type(const std::shared_ptr<arrow::ListArray>& array);
RcppExport SEXP _arrow_ListArray__value_type(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ListArray>&>::type array(array_sexp);
return Rcpp::wrap(ListArray__value_type(array));
END_RCPP
}
#else
RcppExport SEXP _arrow_ListArray__value_type(SEXP array_sexp){
Rf_error("Cannot call ListArray__value_type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> LargeListArray__value_type(const std::shared_ptr<arrow::LargeListArray>& array);
RcppExport SEXP _arrow_LargeListArray__value_type(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::LargeListArray>&>::type array(array_sexp);
return Rcpp::wrap(LargeListArray__value_type(array));
END_RCPP
}
#else
RcppExport SEXP _arrow_LargeListArray__value_type(SEXP array_sexp){
Rf_error("Cannot call LargeListArray__value_type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> ListArray__values(const std::shared_ptr<arrow::ListArray>& array);
RcppExport SEXP _arrow_ListArray__values(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ListArray>&>::type array(array_sexp);
return Rcpp::wrap(ListArray__values(array));
END_RCPP
}
#else
RcppExport SEXP _arrow_ListArray__values(SEXP array_sexp){
Rf_error("Cannot call ListArray__values(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> LargeListArray__values(const std::shared_ptr<arrow::LargeListArray>& array);
RcppExport SEXP _arrow_LargeListArray__values(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::LargeListArray>&>::type array(array_sexp);
return Rcpp::wrap(LargeListArray__values(array));
END_RCPP
}
#else
RcppExport SEXP _arrow_LargeListArray__values(SEXP array_sexp){
Rf_error("Cannot call LargeListArray__values(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
int32_t ListArray__value_length(const std::shared_ptr<arrow::ListArray>& array, int64_t i);
RcppExport SEXP _arrow_ListArray__value_length(SEXP array_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ListArray>&>::type array(array_sexp);
Rcpp::traits::input_parameter<int64_t>::type i(i_sexp);
return Rcpp::wrap(ListArray__value_length(array, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_ListArray__value_length(SEXP array_sexp, SEXP i_sexp){
Rf_error("Cannot call ListArray__value_length(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t LargeListArray__value_length(const std::shared_ptr<arrow::LargeListArray>& array, int64_t i);
RcppExport SEXP _arrow_LargeListArray__value_length(SEXP array_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::LargeListArray>&>::type array(array_sexp);
Rcpp::traits::input_parameter<int64_t>::type i(i_sexp);
return Rcpp::wrap(LargeListArray__value_length(array, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_LargeListArray__value_length(SEXP array_sexp, SEXP i_sexp){
Rf_error("Cannot call LargeListArray__value_length(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t FixedSizeListArray__value_length(const std::shared_ptr<arrow::FixedSizeListArray>& array, int64_t i);
RcppExport SEXP _arrow_FixedSizeListArray__value_length(SEXP array_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::FixedSizeListArray>&>::type array(array_sexp);
Rcpp::traits::input_parameter<int64_t>::type i(i_sexp);
return Rcpp::wrap(FixedSizeListArray__value_length(array, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_FixedSizeListArray__value_length(SEXP array_sexp, SEXP i_sexp){
Rf_error("Cannot call FixedSizeListArray__value_length(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
int32_t ListArray__value_offset(const std::shared_ptr<arrow::ListArray>& array, int64_t i);
RcppExport SEXP _arrow_ListArray__value_offset(SEXP array_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ListArray>&>::type array(array_sexp);
Rcpp::traits::input_parameter<int64_t>::type i(i_sexp);
return Rcpp::wrap(ListArray__value_offset(array, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_ListArray__value_offset(SEXP array_sexp, SEXP i_sexp){
Rf_error("Cannot call ListArray__value_offset(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t LargeListArray__value_offset(const std::shared_ptr<arrow::LargeListArray>& array, int64_t i);
RcppExport SEXP _arrow_LargeListArray__value_offset(SEXP array_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::LargeListArray>&>::type array(array_sexp);
Rcpp::traits::input_parameter<int64_t>::type i(i_sexp);
return Rcpp::wrap(LargeListArray__value_offset(array, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_LargeListArray__value_offset(SEXP array_sexp, SEXP i_sexp){
Rf_error("Cannot call LargeListArray__value_offset(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t FixedSizeListArray__value_offset(const std::shared_ptr<arrow::FixedSizeListArray>& array, int64_t i);
RcppExport SEXP _arrow_FixedSizeListArray__value_offset(SEXP array_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::FixedSizeListArray>&>::type array(array_sexp);
Rcpp::traits::input_parameter<int64_t>::type i(i_sexp);
return Rcpp::wrap(FixedSizeListArray__value_offset(array, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_FixedSizeListArray__value_offset(SEXP array_sexp, SEXP i_sexp){
Rf_error("Cannot call FixedSizeListArray__value_offset(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
Rcpp::IntegerVector ListArray__raw_value_offsets(const std::shared_ptr<arrow::ListArray>& array);
RcppExport SEXP _arrow_ListArray__raw_value_offsets(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ListArray>&>::type array(array_sexp);
return Rcpp::wrap(ListArray__raw_value_offsets(array));
END_RCPP
}
#else
RcppExport SEXP _arrow_ListArray__raw_value_offsets(SEXP array_sexp){
Rf_error("Cannot call ListArray__raw_value_offsets(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array.cpp
#if defined(ARROW_R_WITH_ARROW)
Rcpp::IntegerVector LargeListArray__raw_value_offsets(const std::shared_ptr<arrow::LargeListArray>& array);
RcppExport SEXP _arrow_LargeListArray__raw_value_offsets(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::LargeListArray>&>::type array(array_sexp);
return Rcpp::wrap(LargeListArray__raw_value_offsets(array));
END_RCPP
}
#else
RcppExport SEXP _arrow_LargeListArray__raw_value_offsets(SEXP array_sexp){
Rf_error("Cannot call LargeListArray__raw_value_offsets(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array_from_vector.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Array__infer_type(SEXP x);
RcppExport SEXP _arrow_Array__infer_type(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<SEXP>::type x(x_sexp);
return Rcpp::wrap(Array__infer_type(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__infer_type(SEXP x_sexp){
Rf_error("Cannot call Array__infer_type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array_from_vector.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> Array__from_vector(SEXP x, SEXP s_type);
RcppExport SEXP _arrow_Array__from_vector(SEXP x_sexp, SEXP s_type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<SEXP>::type x(x_sexp);
Rcpp::traits::input_parameter<SEXP>::type s_type(s_type_sexp);
return Rcpp::wrap(Array__from_vector(x, s_type));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__from_vector(SEXP x_sexp, SEXP s_type_sexp){
Rf_error("Cannot call Array__from_vector(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array_from_vector.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ChunkedArray> ChunkedArray__from_list(Rcpp::List chunks, SEXP s_type);
RcppExport SEXP _arrow_ChunkedArray__from_list(SEXP chunks_sexp, SEXP s_type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<Rcpp::List>::type chunks(chunks_sexp);
Rcpp::traits::input_parameter<SEXP>::type s_type(s_type_sexp);
return Rcpp::wrap(ChunkedArray__from_list(chunks, s_type));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__from_list(SEXP chunks_sexp, SEXP s_type_sexp){
Rf_error("Cannot call ChunkedArray__from_list(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array_from_vector.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> DictionaryArray__FromArrays(const std::shared_ptr<arrow::DataType>& type, const std::shared_ptr<arrow::Array>& indices, const std::shared_ptr<arrow::Array>& dict);
RcppExport SEXP _arrow_DictionaryArray__FromArrays(SEXP type_sexp, SEXP indices_sexp, SEXP dict_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type type(type_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type indices(indices_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type dict(dict_sexp);
return Rcpp::wrap(DictionaryArray__FromArrays(type, indices, dict));
END_RCPP
}
#else
RcppExport SEXP _arrow_DictionaryArray__FromArrays(SEXP type_sexp, SEXP indices_sexp, SEXP dict_sexp){
Rf_error("Cannot call DictionaryArray__FromArrays(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array_to_vector.cpp
#if defined(ARROW_R_WITH_ARROW)
SEXP Array__as_vector(const std::shared_ptr<arrow::Array>& array);
RcppExport SEXP _arrow_Array__as_vector(SEXP array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type array(array_sexp);
return Rcpp::wrap(Array__as_vector(array));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__as_vector(SEXP array_sexp){
Rf_error("Cannot call Array__as_vector(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array_to_vector.cpp
#if defined(ARROW_R_WITH_ARROW)
SEXP ChunkedArray__as_vector(const std::shared_ptr<arrow::ChunkedArray>& chunked_array);
RcppExport SEXP _arrow_ChunkedArray__as_vector(SEXP chunked_array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type chunked_array(chunked_array_sexp);
return Rcpp::wrap(ChunkedArray__as_vector(chunked_array));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__as_vector(SEXP chunked_array_sexp){
Rf_error("Cannot call ChunkedArray__as_vector(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array_to_vector.cpp
#if defined(ARROW_R_WITH_ARROW)
Rcpp::List RecordBatch__to_dataframe(const std::shared_ptr<arrow::RecordBatch>& batch, bool use_threads);
RcppExport SEXP _arrow_RecordBatch__to_dataframe(SEXP batch_sexp, SEXP use_threads_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
Rcpp::traits::input_parameter<bool>::type use_threads(use_threads_sexp);
return Rcpp::wrap(RecordBatch__to_dataframe(batch, use_threads));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__to_dataframe(SEXP batch_sexp, SEXP use_threads_sexp){
Rf_error("Cannot call RecordBatch__to_dataframe(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// array_to_vector.cpp
#if defined(ARROW_R_WITH_ARROW)
Rcpp::List Table__to_dataframe(const std::shared_ptr<arrow::Table>& table, bool use_threads);
RcppExport SEXP _arrow_Table__to_dataframe(SEXP table_sexp, SEXP use_threads_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
Rcpp::traits::input_parameter<bool>::type use_threads(use_threads_sexp);
return Rcpp::wrap(Table__to_dataframe(table, use_threads));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__to_dataframe(SEXP table_sexp, SEXP use_threads_sexp){
Rf_error("Cannot call Table__to_dataframe(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// arraydata.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> ArrayData__get_type(const std::shared_ptr<arrow::ArrayData>& x);
RcppExport SEXP _arrow_ArrayData__get_type(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ArrayData>&>::type x(x_sexp);
return Rcpp::wrap(ArrayData__get_type(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_ArrayData__get_type(SEXP x_sexp){
Rf_error("Cannot call ArrayData__get_type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// arraydata.cpp
#if defined(ARROW_R_WITH_ARROW)
int ArrayData__get_length(const std::shared_ptr<arrow::ArrayData>& x);
RcppExport SEXP _arrow_ArrayData__get_length(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ArrayData>&>::type x(x_sexp);
return Rcpp::wrap(ArrayData__get_length(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_ArrayData__get_length(SEXP x_sexp){
Rf_error("Cannot call ArrayData__get_length(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// arraydata.cpp
#if defined(ARROW_R_WITH_ARROW)
int ArrayData__get_null_count(const std::shared_ptr<arrow::ArrayData>& x);
RcppExport SEXP _arrow_ArrayData__get_null_count(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ArrayData>&>::type x(x_sexp);
return Rcpp::wrap(ArrayData__get_null_count(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_ArrayData__get_null_count(SEXP x_sexp){
Rf_error("Cannot call ArrayData__get_null_count(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// arraydata.cpp
#if defined(ARROW_R_WITH_ARROW)
int ArrayData__get_offset(const std::shared_ptr<arrow::ArrayData>& x);
RcppExport SEXP _arrow_ArrayData__get_offset(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ArrayData>&>::type x(x_sexp);
return Rcpp::wrap(ArrayData__get_offset(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_ArrayData__get_offset(SEXP x_sexp){
Rf_error("Cannot call ArrayData__get_offset(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// arraydata.cpp
#if defined(ARROW_R_WITH_ARROW)
List ArrayData__buffers(const std::shared_ptr<arrow::ArrayData>& x);
RcppExport SEXP _arrow_ArrayData__buffers(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ArrayData>&>::type x(x_sexp);
return Rcpp::wrap(ArrayData__buffers(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_ArrayData__buffers(SEXP x_sexp){
Rf_error("Cannot call ArrayData__buffers(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// buffer.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Buffer__is_mutable(const std::shared_ptr<arrow::Buffer>& buffer);
RcppExport SEXP _arrow_Buffer__is_mutable(SEXP buffer_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Buffer>&>::type buffer(buffer_sexp);
return Rcpp::wrap(Buffer__is_mutable(buffer));
END_RCPP
}
#else
RcppExport SEXP _arrow_Buffer__is_mutable(SEXP buffer_sexp){
Rf_error("Cannot call Buffer__is_mutable(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// buffer.cpp
#if defined(ARROW_R_WITH_ARROW)
void Buffer__ZeroPadding(const std::shared_ptr<arrow::Buffer>& buffer);
RcppExport SEXP _arrow_Buffer__ZeroPadding(SEXP buffer_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Buffer>&>::type buffer(buffer_sexp);
Buffer__ZeroPadding(buffer);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_Buffer__ZeroPadding(SEXP buffer_sexp){
Rf_error("Cannot call Buffer__ZeroPadding(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// buffer.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t Buffer__capacity(const std::shared_ptr<arrow::Buffer>& buffer);
RcppExport SEXP _arrow_Buffer__capacity(SEXP buffer_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Buffer>&>::type buffer(buffer_sexp);
return Rcpp::wrap(Buffer__capacity(buffer));
END_RCPP
}
#else
RcppExport SEXP _arrow_Buffer__capacity(SEXP buffer_sexp){
Rf_error("Cannot call Buffer__capacity(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// buffer.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t Buffer__size(const std::shared_ptr<arrow::Buffer>& buffer);
RcppExport SEXP _arrow_Buffer__size(SEXP buffer_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Buffer>&>::type buffer(buffer_sexp);
return Rcpp::wrap(Buffer__size(buffer));
END_RCPP
}
#else
RcppExport SEXP _arrow_Buffer__size(SEXP buffer_sexp){
Rf_error("Cannot call Buffer__size(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// buffer.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Buffer> r___RBuffer__initialize(SEXP x);
RcppExport SEXP _arrow_r___RBuffer__initialize(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<SEXP>::type x(x_sexp);
return Rcpp::wrap(r___RBuffer__initialize(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_r___RBuffer__initialize(SEXP x_sexp){
Rf_error("Cannot call r___RBuffer__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// buffer.cpp
#if defined(ARROW_R_WITH_ARROW)
Rcpp::RawVector Buffer__data(const std::shared_ptr<arrow::Buffer>& buffer);
RcppExport SEXP _arrow_Buffer__data(SEXP buffer_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Buffer>&>::type buffer(buffer_sexp);
return Rcpp::wrap(Buffer__data(buffer));
END_RCPP
}
#else
RcppExport SEXP _arrow_Buffer__data(SEXP buffer_sexp){
Rf_error("Cannot call Buffer__data(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// buffer.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Buffer__Equals(const std::shared_ptr<arrow::Buffer>& x, const std::shared_ptr<arrow::Buffer>& y);
RcppExport SEXP _arrow_Buffer__Equals(SEXP x_sexp, SEXP y_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Buffer>&>::type x(x_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Buffer>&>::type y(y_sexp);
return Rcpp::wrap(Buffer__Equals(x, y));
END_RCPP
}
#else
RcppExport SEXP _arrow_Buffer__Equals(SEXP x_sexp, SEXP y_sexp){
Rf_error("Cannot call Buffer__Equals(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// chunkedarray.cpp
#if defined(ARROW_R_WITH_ARROW)
int ChunkedArray__length(const std::shared_ptr<arrow::ChunkedArray>& chunked_array);
RcppExport SEXP _arrow_ChunkedArray__length(SEXP chunked_array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type chunked_array(chunked_array_sexp);
return Rcpp::wrap(ChunkedArray__length(chunked_array));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__length(SEXP chunked_array_sexp){
Rf_error("Cannot call ChunkedArray__length(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// chunkedarray.cpp
#if defined(ARROW_R_WITH_ARROW)
int ChunkedArray__null_count(const std::shared_ptr<arrow::ChunkedArray>& chunked_array);
RcppExport SEXP _arrow_ChunkedArray__null_count(SEXP chunked_array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type chunked_array(chunked_array_sexp);
return Rcpp::wrap(ChunkedArray__null_count(chunked_array));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__null_count(SEXP chunked_array_sexp){
Rf_error("Cannot call ChunkedArray__null_count(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// chunkedarray.cpp
#if defined(ARROW_R_WITH_ARROW)
int ChunkedArray__num_chunks(const std::shared_ptr<arrow::ChunkedArray>& chunked_array);
RcppExport SEXP _arrow_ChunkedArray__num_chunks(SEXP chunked_array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type chunked_array(chunked_array_sexp);
return Rcpp::wrap(ChunkedArray__num_chunks(chunked_array));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__num_chunks(SEXP chunked_array_sexp){
Rf_error("Cannot call ChunkedArray__num_chunks(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// chunkedarray.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> ChunkedArray__chunk(const std::shared_ptr<arrow::ChunkedArray>& chunked_array, int i);
RcppExport SEXP _arrow_ChunkedArray__chunk(SEXP chunked_array_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type chunked_array(chunked_array_sexp);
Rcpp::traits::input_parameter<int>::type i(i_sexp);
return Rcpp::wrap(ChunkedArray__chunk(chunked_array, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__chunk(SEXP chunked_array_sexp, SEXP i_sexp){
Rf_error("Cannot call ChunkedArray__chunk(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// chunkedarray.cpp
#if defined(ARROW_R_WITH_ARROW)
List ChunkedArray__chunks(const std::shared_ptr<arrow::ChunkedArray>& chunked_array);
RcppExport SEXP _arrow_ChunkedArray__chunks(SEXP chunked_array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type chunked_array(chunked_array_sexp);
return Rcpp::wrap(ChunkedArray__chunks(chunked_array));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__chunks(SEXP chunked_array_sexp){
Rf_error("Cannot call ChunkedArray__chunks(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// chunkedarray.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> ChunkedArray__type(const std::shared_ptr<arrow::ChunkedArray>& chunked_array);
RcppExport SEXP _arrow_ChunkedArray__type(SEXP chunked_array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type chunked_array(chunked_array_sexp);
return Rcpp::wrap(ChunkedArray__type(chunked_array));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__type(SEXP chunked_array_sexp){
Rf_error("Cannot call ChunkedArray__type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// chunkedarray.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ChunkedArray> ChunkedArray__Slice1(const std::shared_ptr<arrow::ChunkedArray>& chunked_array, int offset);
RcppExport SEXP _arrow_ChunkedArray__Slice1(SEXP chunked_array_sexp, SEXP offset_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type chunked_array(chunked_array_sexp);
Rcpp::traits::input_parameter<int>::type offset(offset_sexp);
return Rcpp::wrap(ChunkedArray__Slice1(chunked_array, offset));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__Slice1(SEXP chunked_array_sexp, SEXP offset_sexp){
Rf_error("Cannot call ChunkedArray__Slice1(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// chunkedarray.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ChunkedArray> ChunkedArray__Slice2(const std::shared_ptr<arrow::ChunkedArray>& chunked_array, int offset, int length);
RcppExport SEXP _arrow_ChunkedArray__Slice2(SEXP chunked_array_sexp, SEXP offset_sexp, SEXP length_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type chunked_array(chunked_array_sexp);
Rcpp::traits::input_parameter<int>::type offset(offset_sexp);
Rcpp::traits::input_parameter<int>::type length(length_sexp);
return Rcpp::wrap(ChunkedArray__Slice2(chunked_array, offset, length));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__Slice2(SEXP chunked_array_sexp, SEXP offset_sexp, SEXP length_sexp){
Rf_error("Cannot call ChunkedArray__Slice2(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// chunkedarray.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ChunkedArray> ChunkedArray__View(const std::shared_ptr<arrow::ChunkedArray>& array, const std::shared_ptr<arrow::DataType>& type);
RcppExport SEXP _arrow_ChunkedArray__View(SEXP array_sexp, SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type array(array_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type type(type_sexp);
return Rcpp::wrap(ChunkedArray__View(array, type));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__View(SEXP array_sexp, SEXP type_sexp){
Rf_error("Cannot call ChunkedArray__View(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// chunkedarray.cpp
#if defined(ARROW_R_WITH_ARROW)
void ChunkedArray__Validate(const std::shared_ptr<arrow::ChunkedArray>& chunked_array);
RcppExport SEXP _arrow_ChunkedArray__Validate(SEXP chunked_array_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type chunked_array(chunked_array_sexp);
ChunkedArray__Validate(chunked_array);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__Validate(SEXP chunked_array_sexp){
Rf_error("Cannot call ChunkedArray__Validate(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// chunkedarray.cpp
#if defined(ARROW_R_WITH_ARROW)
bool ChunkedArray__Equals(const std::shared_ptr<arrow::ChunkedArray>& x, const std::shared_ptr<arrow::ChunkedArray>& y);
RcppExport SEXP _arrow_ChunkedArray__Equals(SEXP x_sexp, SEXP y_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type x(x_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type y(y_sexp);
return Rcpp::wrap(ChunkedArray__Equals(x, y));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__Equals(SEXP x_sexp, SEXP y_sexp){
Rf_error("Cannot call ChunkedArray__Equals(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// chunkedarray.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string ChunkedArray__ToString(const std::shared_ptr<arrow::ChunkedArray>& x);
RcppExport SEXP _arrow_ChunkedArray__ToString(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type x(x_sexp);
return Rcpp::wrap(ChunkedArray__ToString(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__ToString(SEXP x_sexp){
Rf_error("Cannot call ChunkedArray__ToString(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// compression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::util::Codec> util___Codec__Create(arrow::Compression::type codec, int compression_level);
RcppExport SEXP _arrow_util___Codec__Create(SEXP codec_sexp, SEXP compression_level_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<arrow::Compression::type>::type codec(codec_sexp);
Rcpp::traits::input_parameter<int>::type compression_level(compression_level_sexp);
return Rcpp::wrap(util___Codec__Create(codec, compression_level));
END_RCPP
}
#else
RcppExport SEXP _arrow_util___Codec__Create(SEXP codec_sexp, SEXP compression_level_sexp){
Rf_error("Cannot call util___Codec__Create(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// compression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string util___Codec__name(const std::shared_ptr<arrow::util::Codec>& codec);
RcppExport SEXP _arrow_util___Codec__name(SEXP codec_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::util::Codec>&>::type codec(codec_sexp);
return Rcpp::wrap(util___Codec__name(codec));
END_RCPP
}
#else
RcppExport SEXP _arrow_util___Codec__name(SEXP codec_sexp){
Rf_error("Cannot call util___Codec__name(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// compression.cpp
#if defined(ARROW_R_WITH_ARROW)
bool util___Codec__IsAvailable(arrow::Compression::type codec);
RcppExport SEXP _arrow_util___Codec__IsAvailable(SEXP codec_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<arrow::Compression::type>::type codec(codec_sexp);
return Rcpp::wrap(util___Codec__IsAvailable(codec));
END_RCPP
}
#else
RcppExport SEXP _arrow_util___Codec__IsAvailable(SEXP codec_sexp){
Rf_error("Cannot call util___Codec__IsAvailable(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// compression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::io::CompressedOutputStream> io___CompressedOutputStream__Make(const std::shared_ptr<arrow::util::Codec>& codec, const std::shared_ptr<arrow::io::OutputStream>& raw);
RcppExport SEXP _arrow_io___CompressedOutputStream__Make(SEXP codec_sexp, SEXP raw_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::util::Codec>&>::type codec(codec_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::OutputStream>&>::type raw(raw_sexp);
return Rcpp::wrap(io___CompressedOutputStream__Make(codec, raw));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___CompressedOutputStream__Make(SEXP codec_sexp, SEXP raw_sexp){
Rf_error("Cannot call io___CompressedOutputStream__Make(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// compression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::io::CompressedInputStream> io___CompressedInputStream__Make(const std::shared_ptr<arrow::util::Codec>& codec, const std::shared_ptr<arrow::io::InputStream>& raw);
RcppExport SEXP _arrow_io___CompressedInputStream__Make(SEXP codec_sexp, SEXP raw_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::util::Codec>&>::type codec(codec_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::InputStream>&>::type raw(raw_sexp);
return Rcpp::wrap(io___CompressedInputStream__Make(codec, raw));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___CompressedInputStream__Make(SEXP codec_sexp, SEXP raw_sexp){
Rf_error("Cannot call io___CompressedInputStream__Make(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// compute.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::compute::CastOptions> compute___CastOptions__initialize(bool allow_int_overflow, bool allow_time_truncate, bool allow_float_truncate);
RcppExport SEXP _arrow_compute___CastOptions__initialize(SEXP allow_int_overflow_sexp, SEXP allow_time_truncate_sexp, SEXP allow_float_truncate_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<bool>::type allow_int_overflow(allow_int_overflow_sexp);
Rcpp::traits::input_parameter<bool>::type allow_time_truncate(allow_time_truncate_sexp);
Rcpp::traits::input_parameter<bool>::type allow_float_truncate(allow_float_truncate_sexp);
return Rcpp::wrap(compute___CastOptions__initialize(allow_int_overflow, allow_time_truncate, allow_float_truncate));
END_RCPP
}
#else
RcppExport SEXP _arrow_compute___CastOptions__initialize(SEXP allow_int_overflow_sexp, SEXP allow_time_truncate_sexp, SEXP allow_float_truncate_sexp){
Rf_error("Cannot call compute___CastOptions__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// compute.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> Array__cast(const std::shared_ptr<arrow::Array>& array, const std::shared_ptr<arrow::DataType>& target_type, const std::shared_ptr<arrow::compute::CastOptions>& options);
RcppExport SEXP _arrow_Array__cast(SEXP array_sexp, SEXP target_type_sexp, SEXP options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type array(array_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type target_type(target_type_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::compute::CastOptions>&>::type options(options_sexp);
return Rcpp::wrap(Array__cast(array, target_type, options));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__cast(SEXP array_sexp, SEXP target_type_sexp, SEXP options_sexp){
Rf_error("Cannot call Array__cast(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// compute.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ChunkedArray> ChunkedArray__cast(const std::shared_ptr<arrow::ChunkedArray>& chunked_array, const std::shared_ptr<arrow::DataType>& target_type, const std::shared_ptr<arrow::compute::CastOptions>& options);
RcppExport SEXP _arrow_ChunkedArray__cast(SEXP chunked_array_sexp, SEXP target_type_sexp, SEXP options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ChunkedArray>&>::type chunked_array(chunked_array_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type target_type(target_type_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::compute::CastOptions>&>::type options(options_sexp);
return Rcpp::wrap(ChunkedArray__cast(chunked_array, target_type, options));
END_RCPP
}
#else
RcppExport SEXP _arrow_ChunkedArray__cast(SEXP chunked_array_sexp, SEXP target_type_sexp, SEXP options_sexp){
Rf_error("Cannot call ChunkedArray__cast(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// compute.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> RecordBatch__cast(const std::shared_ptr<arrow::RecordBatch>& batch, const std::shared_ptr<arrow::Schema>& schema, const std::shared_ptr<arrow::compute::CastOptions>& options);
RcppExport SEXP _arrow_RecordBatch__cast(SEXP batch_sexp, SEXP schema_sexp, SEXP options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::compute::CastOptions>&>::type options(options_sexp);
return Rcpp::wrap(RecordBatch__cast(batch, schema, options));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__cast(SEXP batch_sexp, SEXP schema_sexp, SEXP options_sexp){
Rf_error("Cannot call RecordBatch__cast(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// compute.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> Table__cast(const std::shared_ptr<arrow::Table>& table, const std::shared_ptr<arrow::Schema>& schema, const std::shared_ptr<arrow::compute::CastOptions>& options);
RcppExport SEXP _arrow_Table__cast(SEXP table_sexp, SEXP schema_sexp, SEXP options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::compute::CastOptions>&>::type options(options_sexp);
return Rcpp::wrap(Table__cast(table, schema, options));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__cast(SEXP table_sexp, SEXP schema_sexp, SEXP options_sexp){
Rf_error("Cannot call Table__cast(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// compute.cpp
#if defined(ARROW_R_WITH_ARROW)
SEXP compute__CallFunction(std::string func_name, List_ args, List_ options);
RcppExport SEXP _arrow_compute__CallFunction(SEXP func_name_sexp, SEXP args_sexp, SEXP options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<std::string>::type func_name(func_name_sexp);
Rcpp::traits::input_parameter<List_>::type args(args_sexp);
Rcpp::traits::input_parameter<List_>::type options(options_sexp);
return Rcpp::wrap(compute__CallFunction(func_name, args, options));
END_RCPP
}
#else
RcppExport SEXP _arrow_compute__CallFunction(SEXP func_name_sexp, SEXP args_sexp, SEXP options_sexp){
Rf_error("Cannot call compute__CallFunction(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// csv.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::csv::ReadOptions> csv___ReadOptions__initialize(List_ options);
RcppExport SEXP _arrow_csv___ReadOptions__initialize(SEXP options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<List_>::type options(options_sexp);
return Rcpp::wrap(csv___ReadOptions__initialize(options));
END_RCPP
}
#else
RcppExport SEXP _arrow_csv___ReadOptions__initialize(SEXP options_sexp){
Rf_error("Cannot call csv___ReadOptions__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// csv.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::csv::ParseOptions> csv___ParseOptions__initialize(List_ options);
RcppExport SEXP _arrow_csv___ParseOptions__initialize(SEXP options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<List_>::type options(options_sexp);
return Rcpp::wrap(csv___ParseOptions__initialize(options));
END_RCPP
}
#else
RcppExport SEXP _arrow_csv___ParseOptions__initialize(SEXP options_sexp){
Rf_error("Cannot call csv___ParseOptions__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// csv.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::csv::ConvertOptions> csv___ConvertOptions__initialize(List_ options);
RcppExport SEXP _arrow_csv___ConvertOptions__initialize(SEXP options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<List_>::type options(options_sexp);
return Rcpp::wrap(csv___ConvertOptions__initialize(options));
END_RCPP
}
#else
RcppExport SEXP _arrow_csv___ConvertOptions__initialize(SEXP options_sexp){
Rf_error("Cannot call csv___ConvertOptions__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// csv.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::csv::TableReader> csv___TableReader__Make(const std::shared_ptr<arrow::io::InputStream>& input, const std::shared_ptr<arrow::csv::ReadOptions>& read_options, const std::shared_ptr<arrow::csv::ParseOptions>& parse_options, const std::shared_ptr<arrow::csv::ConvertOptions>& convert_options);
RcppExport SEXP _arrow_csv___TableReader__Make(SEXP input_sexp, SEXP read_options_sexp, SEXP parse_options_sexp, SEXP convert_options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::InputStream>&>::type input(input_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::csv::ReadOptions>&>::type read_options(read_options_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::csv::ParseOptions>&>::type parse_options(parse_options_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::csv::ConvertOptions>&>::type convert_options(convert_options_sexp);
return Rcpp::wrap(csv___TableReader__Make(input, read_options, parse_options, convert_options));
END_RCPP
}
#else
RcppExport SEXP _arrow_csv___TableReader__Make(SEXP input_sexp, SEXP read_options_sexp, SEXP parse_options_sexp, SEXP convert_options_sexp){
Rf_error("Cannot call csv___TableReader__Make(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// csv.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> csv___TableReader__Read(const std::shared_ptr<arrow::csv::TableReader>& table_reader);
RcppExport SEXP _arrow_csv___TableReader__Read(SEXP table_reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::csv::TableReader>&>::type table_reader(table_reader_sexp);
return Rcpp::wrap(csv___TableReader__Read(table_reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_csv___TableReader__Read(SEXP table_reader_sexp){
Rf_error("Cannot call csv___TableReader__Read(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::ScannerBuilder> dataset___Dataset__NewScan(const std::shared_ptr<ds::Dataset>& ds);
RcppExport SEXP _arrow_dataset___Dataset__NewScan(SEXP ds_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Dataset>&>::type ds(ds_sexp);
return Rcpp::wrap(dataset___Dataset__NewScan(ds));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___Dataset__NewScan(SEXP ds_sexp){
Rf_error("Cannot call dataset___Dataset__NewScan(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> dataset___Dataset__schema(const std::shared_ptr<ds::Dataset>& dataset);
RcppExport SEXP _arrow_dataset___Dataset__schema(SEXP dataset_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Dataset>&>::type dataset(dataset_sexp);
return Rcpp::wrap(dataset___Dataset__schema(dataset));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___Dataset__schema(SEXP dataset_sexp){
Rf_error("Cannot call dataset___Dataset__schema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string dataset___Dataset__type_name(const std::shared_ptr<ds::Dataset>& dataset);
RcppExport SEXP _arrow_dataset___Dataset__type_name(SEXP dataset_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Dataset>&>::type dataset(dataset_sexp);
return Rcpp::wrap(dataset___Dataset__type_name(dataset));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___Dataset__type_name(SEXP dataset_sexp){
Rf_error("Cannot call dataset___Dataset__type_name(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Dataset> dataset___Dataset__ReplaceSchema(const std::shared_ptr<ds::Dataset>& dataset, const std::shared_ptr<arrow::Schema>& schm);
RcppExport SEXP _arrow_dataset___Dataset__ReplaceSchema(SEXP dataset_sexp, SEXP schm_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Dataset>&>::type dataset(dataset_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schm(schm_sexp);
return Rcpp::wrap(dataset___Dataset__ReplaceSchema(dataset, schm));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___Dataset__ReplaceSchema(SEXP dataset_sexp, SEXP schm_sexp){
Rf_error("Cannot call dataset___Dataset__ReplaceSchema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::UnionDataset> dataset___UnionDataset__create(const ds::DatasetVector& datasets, const std::shared_ptr<arrow::Schema>& schm);
RcppExport SEXP _arrow_dataset___UnionDataset__create(SEXP datasets_sexp, SEXP schm_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const ds::DatasetVector&>::type datasets(datasets_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schm(schm_sexp);
return Rcpp::wrap(dataset___UnionDataset__create(datasets, schm));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___UnionDataset__create(SEXP datasets_sexp, SEXP schm_sexp){
Rf_error("Cannot call dataset___UnionDataset__create(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
ds::DatasetVector dataset___UnionDataset__children(const std::shared_ptr<ds::UnionDataset>& ds);
RcppExport SEXP _arrow_dataset___UnionDataset__children(SEXP ds_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::UnionDataset>&>::type ds(ds_sexp);
return Rcpp::wrap(dataset___UnionDataset__children(ds));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___UnionDataset__children(SEXP ds_sexp){
Rf_error("Cannot call dataset___UnionDataset__children(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::FileFormat> dataset___FileSystemDataset__format(const std::shared_ptr<ds::FileSystemDataset>& dataset);
RcppExport SEXP _arrow_dataset___FileSystemDataset__format(SEXP dataset_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::FileSystemDataset>&>::type dataset(dataset_sexp);
return Rcpp::wrap(dataset___FileSystemDataset__format(dataset));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___FileSystemDataset__format(SEXP dataset_sexp){
Rf_error("Cannot call dataset___FileSystemDataset__format(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::vector<std::string> dataset___FileSystemDataset__files(const std::shared_ptr<ds::FileSystemDataset>& dataset);
RcppExport SEXP _arrow_dataset___FileSystemDataset__files(SEXP dataset_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::FileSystemDataset>&>::type dataset(dataset_sexp);
return Rcpp::wrap(dataset___FileSystemDataset__files(dataset));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___FileSystemDataset__files(SEXP dataset_sexp){
Rf_error("Cannot call dataset___FileSystemDataset__files(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Dataset> dataset___DatasetFactory__Finish1(const std::shared_ptr<ds::DatasetFactory>& factory, bool unify_schemas);
RcppExport SEXP _arrow_dataset___DatasetFactory__Finish1(SEXP factory_sexp, SEXP unify_schemas_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::DatasetFactory>&>::type factory(factory_sexp);
Rcpp::traits::input_parameter<bool>::type unify_schemas(unify_schemas_sexp);
return Rcpp::wrap(dataset___DatasetFactory__Finish1(factory, unify_schemas));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___DatasetFactory__Finish1(SEXP factory_sexp, SEXP unify_schemas_sexp){
Rf_error("Cannot call dataset___DatasetFactory__Finish1(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Dataset> dataset___DatasetFactory__Finish2(const std::shared_ptr<ds::DatasetFactory>& factory, const std::shared_ptr<arrow::Schema>& schema);
RcppExport SEXP _arrow_dataset___DatasetFactory__Finish2(SEXP factory_sexp, SEXP schema_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::DatasetFactory>&>::type factory(factory_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
return Rcpp::wrap(dataset___DatasetFactory__Finish2(factory, schema));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___DatasetFactory__Finish2(SEXP factory_sexp, SEXP schema_sexp){
Rf_error("Cannot call dataset___DatasetFactory__Finish2(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> dataset___DatasetFactory__Inspect(const std::shared_ptr<ds::DatasetFactory>& factory, bool unify_schemas);
RcppExport SEXP _arrow_dataset___DatasetFactory__Inspect(SEXP factory_sexp, SEXP unify_schemas_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::DatasetFactory>&>::type factory(factory_sexp);
Rcpp::traits::input_parameter<bool>::type unify_schemas(unify_schemas_sexp);
return Rcpp::wrap(dataset___DatasetFactory__Inspect(factory, unify_schemas));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___DatasetFactory__Inspect(SEXP factory_sexp, SEXP unify_schemas_sexp){
Rf_error("Cannot call dataset___DatasetFactory__Inspect(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::DatasetFactory> dataset___UnionDatasetFactory__Make(const std::vector<std::shared_ptr<ds::DatasetFactory>>& children);
RcppExport SEXP _arrow_dataset___UnionDatasetFactory__Make(SEXP children_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::vector<std::shared_ptr<ds::DatasetFactory>>&>::type children(children_sexp);
return Rcpp::wrap(dataset___UnionDatasetFactory__Make(children));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___UnionDatasetFactory__Make(SEXP children_sexp){
Rf_error("Cannot call dataset___UnionDatasetFactory__Make(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::DatasetFactory> dataset___FileSystemDatasetFactory__Make2(const std::shared_ptr<fs::FileSystem>& fs, const std::shared_ptr<fs::FileSelector>& selector, const std::shared_ptr<ds::FileFormat>& format, const std::shared_ptr<ds::Partitioning>& partitioning);
RcppExport SEXP _arrow_dataset___FileSystemDatasetFactory__Make2(SEXP fs_sexp, SEXP selector_sexp, SEXP format_sexp, SEXP partitioning_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type fs(fs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSelector>&>::type selector(selector_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::FileFormat>&>::type format(format_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Partitioning>&>::type partitioning(partitioning_sexp);
return Rcpp::wrap(dataset___FileSystemDatasetFactory__Make2(fs, selector, format, partitioning));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___FileSystemDatasetFactory__Make2(SEXP fs_sexp, SEXP selector_sexp, SEXP format_sexp, SEXP partitioning_sexp){
Rf_error("Cannot call dataset___FileSystemDatasetFactory__Make2(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::DatasetFactory> dataset___FileSystemDatasetFactory__Make1(const std::shared_ptr<fs::FileSystem>& fs, const std::shared_ptr<fs::FileSelector>& selector, const std::shared_ptr<ds::FileFormat>& format);
RcppExport SEXP _arrow_dataset___FileSystemDatasetFactory__Make1(SEXP fs_sexp, SEXP selector_sexp, SEXP format_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type fs(fs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSelector>&>::type selector(selector_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::FileFormat>&>::type format(format_sexp);
return Rcpp::wrap(dataset___FileSystemDatasetFactory__Make1(fs, selector, format));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___FileSystemDatasetFactory__Make1(SEXP fs_sexp, SEXP selector_sexp, SEXP format_sexp){
Rf_error("Cannot call dataset___FileSystemDatasetFactory__Make1(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::DatasetFactory> dataset___FileSystemDatasetFactory__Make3(const std::shared_ptr<fs::FileSystem>& fs, const std::shared_ptr<fs::FileSelector>& selector, const std::shared_ptr<ds::FileFormat>& format, const std::shared_ptr<ds::PartitioningFactory>& factory);
RcppExport SEXP _arrow_dataset___FileSystemDatasetFactory__Make3(SEXP fs_sexp, SEXP selector_sexp, SEXP format_sexp, SEXP factory_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type fs(fs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSelector>&>::type selector(selector_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::FileFormat>&>::type format(format_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::PartitioningFactory>&>::type factory(factory_sexp);
return Rcpp::wrap(dataset___FileSystemDatasetFactory__Make3(fs, selector, format, factory));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___FileSystemDatasetFactory__Make3(SEXP fs_sexp, SEXP selector_sexp, SEXP format_sexp, SEXP factory_sexp){
Rf_error("Cannot call dataset___FileSystemDatasetFactory__Make3(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string dataset___FileFormat__type_name(const std::shared_ptr<ds::FileFormat>& format);
RcppExport SEXP _arrow_dataset___FileFormat__type_name(SEXP format_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::FileFormat>&>::type format(format_sexp);
return Rcpp::wrap(dataset___FileFormat__type_name(format));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___FileFormat__type_name(SEXP format_sexp){
Rf_error("Cannot call dataset___FileFormat__type_name(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::ParquetFileFormat> dataset___ParquetFileFormat__Make(bool use_buffered_stream, int64_t buffer_size, CharacterVector dict_columns);
RcppExport SEXP _arrow_dataset___ParquetFileFormat__Make(SEXP use_buffered_stream_sexp, SEXP buffer_size_sexp, SEXP dict_columns_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<bool>::type use_buffered_stream(use_buffered_stream_sexp);
Rcpp::traits::input_parameter<int64_t>::type buffer_size(buffer_size_sexp);
Rcpp::traits::input_parameter<CharacterVector>::type dict_columns(dict_columns_sexp);
return Rcpp::wrap(dataset___ParquetFileFormat__Make(use_buffered_stream, buffer_size, dict_columns));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___ParquetFileFormat__Make(SEXP use_buffered_stream_sexp, SEXP buffer_size_sexp, SEXP dict_columns_sexp){
Rf_error("Cannot call dataset___ParquetFileFormat__Make(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::IpcFileFormat> dataset___IpcFileFormat__Make();
RcppExport SEXP _arrow_dataset___IpcFileFormat__Make(){
BEGIN_RCPP
return Rcpp::wrap(dataset___IpcFileFormat__Make());
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___IpcFileFormat__Make(){
Rf_error("Cannot call dataset___IpcFileFormat__Make(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::CsvFileFormat> dataset___CsvFileFormat__Make(const std::shared_ptr<arrow::csv::ParseOptions>& parse_options);
RcppExport SEXP _arrow_dataset___CsvFileFormat__Make(SEXP parse_options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::csv::ParseOptions>&>::type parse_options(parse_options_sexp);
return Rcpp::wrap(dataset___CsvFileFormat__Make(parse_options));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___CsvFileFormat__Make(SEXP parse_options_sexp){
Rf_error("Cannot call dataset___CsvFileFormat__Make(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Partitioning> dataset___DirectoryPartitioning(const std::shared_ptr<arrow::Schema>& schm);
RcppExport SEXP _arrow_dataset___DirectoryPartitioning(SEXP schm_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schm(schm_sexp);
return Rcpp::wrap(dataset___DirectoryPartitioning(schm));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___DirectoryPartitioning(SEXP schm_sexp){
Rf_error("Cannot call dataset___DirectoryPartitioning(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::PartitioningFactory> dataset___DirectoryPartitioning__MakeFactory(const std::vector<std::string>& field_names);
RcppExport SEXP _arrow_dataset___DirectoryPartitioning__MakeFactory(SEXP field_names_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::vector<std::string>&>::type field_names(field_names_sexp);
return Rcpp::wrap(dataset___DirectoryPartitioning__MakeFactory(field_names));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___DirectoryPartitioning__MakeFactory(SEXP field_names_sexp){
Rf_error("Cannot call dataset___DirectoryPartitioning__MakeFactory(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Partitioning> dataset___HivePartitioning(const std::shared_ptr<arrow::Schema>& schm);
RcppExport SEXP _arrow_dataset___HivePartitioning(SEXP schm_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schm(schm_sexp);
return Rcpp::wrap(dataset___HivePartitioning(schm));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___HivePartitioning(SEXP schm_sexp){
Rf_error("Cannot call dataset___HivePartitioning(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::PartitioningFactory> dataset___HivePartitioning__MakeFactory();
RcppExport SEXP _arrow_dataset___HivePartitioning__MakeFactory(){
BEGIN_RCPP
return Rcpp::wrap(dataset___HivePartitioning__MakeFactory());
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___HivePartitioning__MakeFactory(){
Rf_error("Cannot call dataset___HivePartitioning__MakeFactory(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
void dataset___ScannerBuilder__Project(const std::shared_ptr<ds::ScannerBuilder>& sb, const std::vector<std::string>& cols);
RcppExport SEXP _arrow_dataset___ScannerBuilder__Project(SEXP sb_sexp, SEXP cols_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::ScannerBuilder>&>::type sb(sb_sexp);
Rcpp::traits::input_parameter<const std::vector<std::string>&>::type cols(cols_sexp);
dataset___ScannerBuilder__Project(sb, cols);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___ScannerBuilder__Project(SEXP sb_sexp, SEXP cols_sexp){
Rf_error("Cannot call dataset___ScannerBuilder__Project(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
void dataset___ScannerBuilder__Filter(const std::shared_ptr<ds::ScannerBuilder>& sb, const std::shared_ptr<ds::Expression>& expr);
RcppExport SEXP _arrow_dataset___ScannerBuilder__Filter(SEXP sb_sexp, SEXP expr_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::ScannerBuilder>&>::type sb(sb_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type expr(expr_sexp);
dataset___ScannerBuilder__Filter(sb, expr);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___ScannerBuilder__Filter(SEXP sb_sexp, SEXP expr_sexp){
Rf_error("Cannot call dataset___ScannerBuilder__Filter(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
void dataset___ScannerBuilder__UseThreads(const std::shared_ptr<ds::ScannerBuilder>& sb, bool threads);
RcppExport SEXP _arrow_dataset___ScannerBuilder__UseThreads(SEXP sb_sexp, SEXP threads_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::ScannerBuilder>&>::type sb(sb_sexp);
Rcpp::traits::input_parameter<bool>::type threads(threads_sexp);
dataset___ScannerBuilder__UseThreads(sb, threads);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___ScannerBuilder__UseThreads(SEXP sb_sexp, SEXP threads_sexp){
Rf_error("Cannot call dataset___ScannerBuilder__UseThreads(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
void dataset___ScannerBuilder__BatchSize(const std::shared_ptr<ds::ScannerBuilder>& sb, int64_t batch_size);
RcppExport SEXP _arrow_dataset___ScannerBuilder__BatchSize(SEXP sb_sexp, SEXP batch_size_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::ScannerBuilder>&>::type sb(sb_sexp);
Rcpp::traits::input_parameter<int64_t>::type batch_size(batch_size_sexp);
dataset___ScannerBuilder__BatchSize(sb, batch_size);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___ScannerBuilder__BatchSize(SEXP sb_sexp, SEXP batch_size_sexp){
Rf_error("Cannot call dataset___ScannerBuilder__BatchSize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> dataset___ScannerBuilder__schema(const std::shared_ptr<ds::ScannerBuilder>& sb);
RcppExport SEXP _arrow_dataset___ScannerBuilder__schema(SEXP sb_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::ScannerBuilder>&>::type sb(sb_sexp);
return Rcpp::wrap(dataset___ScannerBuilder__schema(sb));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___ScannerBuilder__schema(SEXP sb_sexp){
Rf_error("Cannot call dataset___ScannerBuilder__schema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Scanner> dataset___ScannerBuilder__Finish(const std::shared_ptr<ds::ScannerBuilder>& sb);
RcppExport SEXP _arrow_dataset___ScannerBuilder__Finish(SEXP sb_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::ScannerBuilder>&>::type sb(sb_sexp);
return Rcpp::wrap(dataset___ScannerBuilder__Finish(sb));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___ScannerBuilder__Finish(SEXP sb_sexp){
Rf_error("Cannot call dataset___ScannerBuilder__Finish(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> dataset___Scanner__ToTable(const std::shared_ptr<ds::Scanner>& scanner);
RcppExport SEXP _arrow_dataset___Scanner__ToTable(SEXP scanner_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Scanner>&>::type scanner(scanner_sexp);
return Rcpp::wrap(dataset___Scanner__ToTable(scanner));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___Scanner__ToTable(SEXP scanner_sexp){
Rf_error("Cannot call dataset___Scanner__ToTable(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::vector<std::shared_ptr<ds::ScanTask>> dataset___Scanner__Scan(const std::shared_ptr<ds::Scanner>& scanner);
RcppExport SEXP _arrow_dataset___Scanner__Scan(SEXP scanner_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Scanner>&>::type scanner(scanner_sexp);
return Rcpp::wrap(dataset___Scanner__Scan(scanner));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___Scanner__Scan(SEXP scanner_sexp){
Rf_error("Cannot call dataset___Scanner__Scan(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// dataset.cpp
#if defined(ARROW_R_WITH_ARROW)
std::vector<std::shared_ptr<arrow::RecordBatch>> dataset___ScanTask__get_batches(const std::shared_ptr<ds::ScanTask>& scan_task);
RcppExport SEXP _arrow_dataset___ScanTask__get_batches(SEXP scan_task_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::ScanTask>&>::type scan_task(scan_task_sexp);
return Rcpp::wrap(dataset___ScanTask__get_batches(scan_task));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___ScanTask__get_batches(SEXP scan_task_sexp){
Rf_error("Cannot call dataset___ScanTask__get_batches(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
bool shared_ptr_is_null(SEXP xp);
RcppExport SEXP _arrow_shared_ptr_is_null(SEXP xp_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<SEXP>::type xp(xp_sexp);
return Rcpp::wrap(shared_ptr_is_null(xp));
END_RCPP
}
#else
RcppExport SEXP _arrow_shared_ptr_is_null(SEXP xp_sexp){
Rf_error("Cannot call shared_ptr_is_null(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
bool unique_ptr_is_null(SEXP xp);
RcppExport SEXP _arrow_unique_ptr_is_null(SEXP xp_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<SEXP>::type xp(xp_sexp);
return Rcpp::wrap(unique_ptr_is_null(xp));
END_RCPP
}
#else
RcppExport SEXP _arrow_unique_ptr_is_null(SEXP xp_sexp){
Rf_error("Cannot call unique_ptr_is_null(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Int8__initialize();
RcppExport SEXP _arrow_Int8__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Int8__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Int8__initialize(){
Rf_error("Cannot call Int8__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Int16__initialize();
RcppExport SEXP _arrow_Int16__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Int16__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Int16__initialize(){
Rf_error("Cannot call Int16__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Int32__initialize();
RcppExport SEXP _arrow_Int32__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Int32__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Int32__initialize(){
Rf_error("Cannot call Int32__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Int64__initialize();
RcppExport SEXP _arrow_Int64__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Int64__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Int64__initialize(){
Rf_error("Cannot call Int64__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> UInt8__initialize();
RcppExport SEXP _arrow_UInt8__initialize(){
BEGIN_RCPP
return Rcpp::wrap(UInt8__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_UInt8__initialize(){
Rf_error("Cannot call UInt8__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> UInt16__initialize();
RcppExport SEXP _arrow_UInt16__initialize(){
BEGIN_RCPP
return Rcpp::wrap(UInt16__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_UInt16__initialize(){
Rf_error("Cannot call UInt16__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> UInt32__initialize();
RcppExport SEXP _arrow_UInt32__initialize(){
BEGIN_RCPP
return Rcpp::wrap(UInt32__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_UInt32__initialize(){
Rf_error("Cannot call UInt32__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> UInt64__initialize();
RcppExport SEXP _arrow_UInt64__initialize(){
BEGIN_RCPP
return Rcpp::wrap(UInt64__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_UInt64__initialize(){
Rf_error("Cannot call UInt64__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Float16__initialize();
RcppExport SEXP _arrow_Float16__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Float16__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Float16__initialize(){
Rf_error("Cannot call Float16__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Float32__initialize();
RcppExport SEXP _arrow_Float32__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Float32__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Float32__initialize(){
Rf_error("Cannot call Float32__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Float64__initialize();
RcppExport SEXP _arrow_Float64__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Float64__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Float64__initialize(){
Rf_error("Cannot call Float64__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Boolean__initialize();
RcppExport SEXP _arrow_Boolean__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Boolean__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Boolean__initialize(){
Rf_error("Cannot call Boolean__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Utf8__initialize();
RcppExport SEXP _arrow_Utf8__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Utf8__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Utf8__initialize(){
Rf_error("Cannot call Utf8__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> LargeUtf8__initialize();
RcppExport SEXP _arrow_LargeUtf8__initialize(){
BEGIN_RCPP
return Rcpp::wrap(LargeUtf8__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_LargeUtf8__initialize(){
Rf_error("Cannot call LargeUtf8__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Binary__initialize();
RcppExport SEXP _arrow_Binary__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Binary__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Binary__initialize(){
Rf_error("Cannot call Binary__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> LargeBinary__initialize();
RcppExport SEXP _arrow_LargeBinary__initialize(){
BEGIN_RCPP
return Rcpp::wrap(LargeBinary__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_LargeBinary__initialize(){
Rf_error("Cannot call LargeBinary__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Date32__initialize();
RcppExport SEXP _arrow_Date32__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Date32__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Date32__initialize(){
Rf_error("Cannot call Date32__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Date64__initialize();
RcppExport SEXP _arrow_Date64__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Date64__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Date64__initialize(){
Rf_error("Cannot call Date64__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Null__initialize();
RcppExport SEXP _arrow_Null__initialize(){
BEGIN_RCPP
return Rcpp::wrap(Null__initialize());
END_RCPP
}
#else
RcppExport SEXP _arrow_Null__initialize(){
Rf_error("Cannot call Null__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Decimal128Type__initialize(int32_t precision, int32_t scale);
RcppExport SEXP _arrow_Decimal128Type__initialize(SEXP precision_sexp, SEXP scale_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<int32_t>::type precision(precision_sexp);
Rcpp::traits::input_parameter<int32_t>::type scale(scale_sexp);
return Rcpp::wrap(Decimal128Type__initialize(precision, scale));
END_RCPP
}
#else
RcppExport SEXP _arrow_Decimal128Type__initialize(SEXP precision_sexp, SEXP scale_sexp){
Rf_error("Cannot call Decimal128Type__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> FixedSizeBinary__initialize(int32_t byte_width);
RcppExport SEXP _arrow_FixedSizeBinary__initialize(SEXP byte_width_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<int32_t>::type byte_width(byte_width_sexp);
return Rcpp::wrap(FixedSizeBinary__initialize(byte_width));
END_RCPP
}
#else
RcppExport SEXP _arrow_FixedSizeBinary__initialize(SEXP byte_width_sexp){
Rf_error("Cannot call FixedSizeBinary__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Timestamp__initialize(arrow::TimeUnit::type unit, const std::string& timezone);
RcppExport SEXP _arrow_Timestamp__initialize(SEXP unit_sexp, SEXP timezone_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<arrow::TimeUnit::type>::type unit(unit_sexp);
Rcpp::traits::input_parameter<const std::string&>::type timezone(timezone_sexp);
return Rcpp::wrap(Timestamp__initialize(unit, timezone));
END_RCPP
}
#else
RcppExport SEXP _arrow_Timestamp__initialize(SEXP unit_sexp, SEXP timezone_sexp){
Rf_error("Cannot call Timestamp__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Time32__initialize(arrow::TimeUnit::type unit);
RcppExport SEXP _arrow_Time32__initialize(SEXP unit_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<arrow::TimeUnit::type>::type unit(unit_sexp);
return Rcpp::wrap(Time32__initialize(unit));
END_RCPP
}
#else
RcppExport SEXP _arrow_Time32__initialize(SEXP unit_sexp){
Rf_error("Cannot call Time32__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Time64__initialize(arrow::TimeUnit::type unit);
RcppExport SEXP _arrow_Time64__initialize(SEXP unit_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<arrow::TimeUnit::type>::type unit(unit_sexp);
return Rcpp::wrap(Time64__initialize(unit));
END_RCPP
}
#else
RcppExport SEXP _arrow_Time64__initialize(SEXP unit_sexp){
Rf_error("Cannot call Time64__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
SEXP list__(SEXP x);
RcppExport SEXP _arrow_list__(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<SEXP>::type x(x_sexp);
return Rcpp::wrap(list__(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_list__(SEXP x_sexp){
Rf_error("Cannot call list__(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
SEXP large_list__(SEXP x);
RcppExport SEXP _arrow_large_list__(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<SEXP>::type x(x_sexp);
return Rcpp::wrap(large_list__(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_large_list__(SEXP x_sexp){
Rf_error("Cannot call large_list__(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
SEXP fixed_size_list__(SEXP x, int list_size);
RcppExport SEXP _arrow_fixed_size_list__(SEXP x_sexp, SEXP list_size_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<SEXP>::type x(x_sexp);
Rcpp::traits::input_parameter<int>::type list_size(list_size_sexp);
return Rcpp::wrap(fixed_size_list__(x, list_size));
END_RCPP
}
#else
RcppExport SEXP _arrow_fixed_size_list__(SEXP x_sexp, SEXP list_size_sexp){
Rf_error("Cannot call fixed_size_list__(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> struct_(List fields);
RcppExport SEXP _arrow_struct_(SEXP fields_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<List>::type fields(fields_sexp);
return Rcpp::wrap(struct_(fields));
END_RCPP
}
#else
RcppExport SEXP _arrow_struct_(SEXP fields_sexp){
Rf_error("Cannot call struct_(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string DataType__ToString(const std::shared_ptr<arrow::DataType>& type);
RcppExport SEXP _arrow_DataType__ToString(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type type(type_sexp);
return Rcpp::wrap(DataType__ToString(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_DataType__ToString(SEXP type_sexp){
Rf_error("Cannot call DataType__ToString(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string DataType__name(const std::shared_ptr<arrow::DataType>& type);
RcppExport SEXP _arrow_DataType__name(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type type(type_sexp);
return Rcpp::wrap(DataType__name(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_DataType__name(SEXP type_sexp){
Rf_error("Cannot call DataType__name(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
bool DataType__Equals(const std::shared_ptr<arrow::DataType>& lhs, const std::shared_ptr<arrow::DataType>& rhs);
RcppExport SEXP _arrow_DataType__Equals(SEXP lhs_sexp, SEXP rhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type rhs(rhs_sexp);
return Rcpp::wrap(DataType__Equals(lhs, rhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_DataType__Equals(SEXP lhs_sexp, SEXP rhs_sexp){
Rf_error("Cannot call DataType__Equals(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
int DataType__num_children(const std::shared_ptr<arrow::DataType>& type);
RcppExport SEXP _arrow_DataType__num_children(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type type(type_sexp);
return Rcpp::wrap(DataType__num_children(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_DataType__num_children(SEXP type_sexp){
Rf_error("Cannot call DataType__num_children(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
List DataType__children_pointer(const std::shared_ptr<arrow::DataType>& type);
RcppExport SEXP _arrow_DataType__children_pointer(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type type(type_sexp);
return Rcpp::wrap(DataType__children_pointer(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_DataType__children_pointer(SEXP type_sexp){
Rf_error("Cannot call DataType__children_pointer(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
arrow::Type::type DataType__id(const std::shared_ptr<arrow::DataType>& type);
RcppExport SEXP _arrow_DataType__id(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type type(type_sexp);
return Rcpp::wrap(DataType__id(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_DataType__id(SEXP type_sexp){
Rf_error("Cannot call DataType__id(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string ListType__ToString(const std::shared_ptr<arrow::ListType>& type);
RcppExport SEXP _arrow_ListType__ToString(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ListType>&>::type type(type_sexp);
return Rcpp::wrap(ListType__ToString(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_ListType__ToString(SEXP type_sexp){
Rf_error("Cannot call ListType__ToString(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
int FixedWidthType__bit_width(const std::shared_ptr<arrow::FixedWidthType>& type);
RcppExport SEXP _arrow_FixedWidthType__bit_width(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::FixedWidthType>&>::type type(type_sexp);
return Rcpp::wrap(FixedWidthType__bit_width(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_FixedWidthType__bit_width(SEXP type_sexp){
Rf_error("Cannot call FixedWidthType__bit_width(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
arrow::DateUnit DateType__unit(const std::shared_ptr<arrow::DateType>& type);
RcppExport SEXP _arrow_DateType__unit(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DateType>&>::type type(type_sexp);
return Rcpp::wrap(DateType__unit(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_DateType__unit(SEXP type_sexp){
Rf_error("Cannot call DateType__unit(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
arrow::TimeUnit::type TimeType__unit(const std::shared_ptr<arrow::TimeType>& type);
RcppExport SEXP _arrow_TimeType__unit(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::TimeType>&>::type type(type_sexp);
return Rcpp::wrap(TimeType__unit(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_TimeType__unit(SEXP type_sexp){
Rf_error("Cannot call TimeType__unit(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
int32_t DecimalType__precision(const std::shared_ptr<arrow::DecimalType>& type);
RcppExport SEXP _arrow_DecimalType__precision(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DecimalType>&>::type type(type_sexp);
return Rcpp::wrap(DecimalType__precision(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_DecimalType__precision(SEXP type_sexp){
Rf_error("Cannot call DecimalType__precision(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
int32_t DecimalType__scale(const std::shared_ptr<arrow::DecimalType>& type);
RcppExport SEXP _arrow_DecimalType__scale(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DecimalType>&>::type type(type_sexp);
return Rcpp::wrap(DecimalType__scale(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_DecimalType__scale(SEXP type_sexp){
Rf_error("Cannot call DecimalType__scale(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string TimestampType__timezone(const std::shared_ptr<arrow::TimestampType>& type);
RcppExport SEXP _arrow_TimestampType__timezone(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::TimestampType>&>::type type(type_sexp);
return Rcpp::wrap(TimestampType__timezone(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_TimestampType__timezone(SEXP type_sexp){
Rf_error("Cannot call TimestampType__timezone(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
arrow::TimeUnit::type TimestampType__unit(const std::shared_ptr<arrow::TimestampType>& type);
RcppExport SEXP _arrow_TimestampType__unit(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::TimestampType>&>::type type(type_sexp);
return Rcpp::wrap(TimestampType__unit(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_TimestampType__unit(SEXP type_sexp){
Rf_error("Cannot call TimestampType__unit(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> DictionaryType__initialize(const std::shared_ptr<arrow::DataType>& index_type, const std::shared_ptr<arrow::DataType>& value_type, bool ordered);
RcppExport SEXP _arrow_DictionaryType__initialize(SEXP index_type_sexp, SEXP value_type_sexp, SEXP ordered_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type index_type(index_type_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type value_type(value_type_sexp);
Rcpp::traits::input_parameter<bool>::type ordered(ordered_sexp);
return Rcpp::wrap(DictionaryType__initialize(index_type, value_type, ordered));
END_RCPP
}
#else
RcppExport SEXP _arrow_DictionaryType__initialize(SEXP index_type_sexp, SEXP value_type_sexp, SEXP ordered_sexp){
Rf_error("Cannot call DictionaryType__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> DictionaryType__index_type(const std::shared_ptr<arrow::DictionaryType>& type);
RcppExport SEXP _arrow_DictionaryType__index_type(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DictionaryType>&>::type type(type_sexp);
return Rcpp::wrap(DictionaryType__index_type(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_DictionaryType__index_type(SEXP type_sexp){
Rf_error("Cannot call DictionaryType__index_type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> DictionaryType__value_type(const std::shared_ptr<arrow::DictionaryType>& type);
RcppExport SEXP _arrow_DictionaryType__value_type(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DictionaryType>&>::type type(type_sexp);
return Rcpp::wrap(DictionaryType__value_type(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_DictionaryType__value_type(SEXP type_sexp){
Rf_error("Cannot call DictionaryType__value_type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string DictionaryType__name(const std::shared_ptr<arrow::DictionaryType>& type);
RcppExport SEXP _arrow_DictionaryType__name(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DictionaryType>&>::type type(type_sexp);
return Rcpp::wrap(DictionaryType__name(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_DictionaryType__name(SEXP type_sexp){
Rf_error("Cannot call DictionaryType__name(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
bool DictionaryType__ordered(const std::shared_ptr<arrow::DictionaryType>& type);
RcppExport SEXP _arrow_DictionaryType__ordered(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DictionaryType>&>::type type(type_sexp);
return Rcpp::wrap(DictionaryType__ordered(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_DictionaryType__ordered(SEXP type_sexp){
Rf_error("Cannot call DictionaryType__ordered(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Field> StructType__GetFieldByName(const std::shared_ptr<arrow::StructType>& type, const std::string& name);
RcppExport SEXP _arrow_StructType__GetFieldByName(SEXP type_sexp, SEXP name_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::StructType>&>::type type(type_sexp);
Rcpp::traits::input_parameter<const std::string&>::type name(name_sexp);
return Rcpp::wrap(StructType__GetFieldByName(type, name));
END_RCPP
}
#else
RcppExport SEXP _arrow_StructType__GetFieldByName(SEXP type_sexp, SEXP name_sexp){
Rf_error("Cannot call StructType__GetFieldByName(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
int StructType__GetFieldIndex(const std::shared_ptr<arrow::StructType>& type, const std::string& name);
RcppExport SEXP _arrow_StructType__GetFieldIndex(SEXP type_sexp, SEXP name_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::StructType>&>::type type(type_sexp);
Rcpp::traits::input_parameter<const std::string&>::type name(name_sexp);
return Rcpp::wrap(StructType__GetFieldIndex(type, name));
END_RCPP
}
#else
RcppExport SEXP _arrow_StructType__GetFieldIndex(SEXP type_sexp, SEXP name_sexp){
Rf_error("Cannot call StructType__GetFieldIndex(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Field> ListType__value_field(const std::shared_ptr<arrow::ListType>& type);
RcppExport SEXP _arrow_ListType__value_field(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ListType>&>::type type(type_sexp);
return Rcpp::wrap(ListType__value_field(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_ListType__value_field(SEXP type_sexp){
Rf_error("Cannot call ListType__value_field(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> ListType__value_type(const std::shared_ptr<arrow::ListType>& type);
RcppExport SEXP _arrow_ListType__value_type(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ListType>&>::type type(type_sexp);
return Rcpp::wrap(ListType__value_type(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_ListType__value_type(SEXP type_sexp){
Rf_error("Cannot call ListType__value_type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Field> LargeListType__value_field(const std::shared_ptr<arrow::LargeListType>& type);
RcppExport SEXP _arrow_LargeListType__value_field(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::LargeListType>&>::type type(type_sexp);
return Rcpp::wrap(LargeListType__value_field(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_LargeListType__value_field(SEXP type_sexp){
Rf_error("Cannot call LargeListType__value_field(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> LargeListType__value_type(const std::shared_ptr<arrow::LargeListType>& type);
RcppExport SEXP _arrow_LargeListType__value_type(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::LargeListType>&>::type type(type_sexp);
return Rcpp::wrap(LargeListType__value_type(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_LargeListType__value_type(SEXP type_sexp){
Rf_error("Cannot call LargeListType__value_type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Field> FixedSizeListType__value_field(const std::shared_ptr<arrow::FixedSizeListType>& type);
RcppExport SEXP _arrow_FixedSizeListType__value_field(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::FixedSizeListType>&>::type type(type_sexp);
return Rcpp::wrap(FixedSizeListType__value_field(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_FixedSizeListType__value_field(SEXP type_sexp){
Rf_error("Cannot call FixedSizeListType__value_field(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> FixedSizeListType__value_type(const std::shared_ptr<arrow::FixedSizeListType>& type);
RcppExport SEXP _arrow_FixedSizeListType__value_type(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::FixedSizeListType>&>::type type(type_sexp);
return Rcpp::wrap(FixedSizeListType__value_type(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_FixedSizeListType__value_type(SEXP type_sexp){
Rf_error("Cannot call FixedSizeListType__value_type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// datatype.cpp
#if defined(ARROW_R_WITH_ARROW)
int FixedSizeListType__list_size(const std::shared_ptr<arrow::FixedSizeListType>& type);
RcppExport SEXP _arrow_FixedSizeListType__list_size(SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::FixedSizeListType>&>::type type(type_sexp);
return Rcpp::wrap(FixedSizeListType__list_size(type));
END_RCPP
}
#else
RcppExport SEXP _arrow_FixedSizeListType__list_size(SEXP type_sexp){
Rf_error("Cannot call FixedSizeListType__list_size(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__field_ref(std::string name);
RcppExport SEXP _arrow_dataset___expr__field_ref(SEXP name_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<std::string>::type name(name_sexp);
return Rcpp::wrap(dataset___expr__field_ref(name));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__field_ref(SEXP name_sexp){
Rf_error("Cannot call dataset___expr__field_ref(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__equal(const std::shared_ptr<ds::Expression>& lhs, const std::shared_ptr<ds::Expression>& rhs);
RcppExport SEXP _arrow_dataset___expr__equal(SEXP lhs_sexp, SEXP rhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type rhs(rhs_sexp);
return Rcpp::wrap(dataset___expr__equal(lhs, rhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__equal(SEXP lhs_sexp, SEXP rhs_sexp){
Rf_error("Cannot call dataset___expr__equal(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__not_equal(const std::shared_ptr<ds::Expression>& lhs, const std::shared_ptr<ds::Expression>& rhs);
RcppExport SEXP _arrow_dataset___expr__not_equal(SEXP lhs_sexp, SEXP rhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type rhs(rhs_sexp);
return Rcpp::wrap(dataset___expr__not_equal(lhs, rhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__not_equal(SEXP lhs_sexp, SEXP rhs_sexp){
Rf_error("Cannot call dataset___expr__not_equal(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__greater(const std::shared_ptr<ds::Expression>& lhs, const std::shared_ptr<ds::Expression>& rhs);
RcppExport SEXP _arrow_dataset___expr__greater(SEXP lhs_sexp, SEXP rhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type rhs(rhs_sexp);
return Rcpp::wrap(dataset___expr__greater(lhs, rhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__greater(SEXP lhs_sexp, SEXP rhs_sexp){
Rf_error("Cannot call dataset___expr__greater(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__greater_equal(const std::shared_ptr<ds::Expression>& lhs, const std::shared_ptr<ds::Expression>& rhs);
RcppExport SEXP _arrow_dataset___expr__greater_equal(SEXP lhs_sexp, SEXP rhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type rhs(rhs_sexp);
return Rcpp::wrap(dataset___expr__greater_equal(lhs, rhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__greater_equal(SEXP lhs_sexp, SEXP rhs_sexp){
Rf_error("Cannot call dataset___expr__greater_equal(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__less(const std::shared_ptr<ds::Expression>& lhs, const std::shared_ptr<ds::Expression>& rhs);
RcppExport SEXP _arrow_dataset___expr__less(SEXP lhs_sexp, SEXP rhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type rhs(rhs_sexp);
return Rcpp::wrap(dataset___expr__less(lhs, rhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__less(SEXP lhs_sexp, SEXP rhs_sexp){
Rf_error("Cannot call dataset___expr__less(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__less_equal(const std::shared_ptr<ds::Expression>& lhs, const std::shared_ptr<ds::Expression>& rhs);
RcppExport SEXP _arrow_dataset___expr__less_equal(SEXP lhs_sexp, SEXP rhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type rhs(rhs_sexp);
return Rcpp::wrap(dataset___expr__less_equal(lhs, rhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__less_equal(SEXP lhs_sexp, SEXP rhs_sexp){
Rf_error("Cannot call dataset___expr__less_equal(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__in(const std::shared_ptr<ds::Expression>& lhs, const std::shared_ptr<arrow::Array>& rhs);
RcppExport SEXP _arrow_dataset___expr__in(SEXP lhs_sexp, SEXP rhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type rhs(rhs_sexp);
return Rcpp::wrap(dataset___expr__in(lhs, rhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__in(SEXP lhs_sexp, SEXP rhs_sexp){
Rf_error("Cannot call dataset___expr__in(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__and(const std::shared_ptr<ds::Expression>& lhs, const std::shared_ptr<ds::Expression>& rhs);
RcppExport SEXP _arrow_dataset___expr__and(SEXP lhs_sexp, SEXP rhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type rhs(rhs_sexp);
return Rcpp::wrap(dataset___expr__and(lhs, rhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__and(SEXP lhs_sexp, SEXP rhs_sexp){
Rf_error("Cannot call dataset___expr__and(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__or(const std::shared_ptr<ds::Expression>& lhs, const std::shared_ptr<ds::Expression>& rhs);
RcppExport SEXP _arrow_dataset___expr__or(SEXP lhs_sexp, SEXP rhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type rhs(rhs_sexp);
return Rcpp::wrap(dataset___expr__or(lhs, rhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__or(SEXP lhs_sexp, SEXP rhs_sexp){
Rf_error("Cannot call dataset___expr__or(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__not(const std::shared_ptr<ds::Expression>& lhs);
RcppExport SEXP _arrow_dataset___expr__not(SEXP lhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type lhs(lhs_sexp);
return Rcpp::wrap(dataset___expr__not(lhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__not(SEXP lhs_sexp){
Rf_error("Cannot call dataset___expr__not(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__is_valid(const std::shared_ptr<ds::Expression>& lhs);
RcppExport SEXP _arrow_dataset___expr__is_valid(SEXP lhs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type lhs(lhs_sexp);
return Rcpp::wrap(dataset___expr__is_valid(lhs));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__is_valid(SEXP lhs_sexp){
Rf_error("Cannot call dataset___expr__is_valid(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<ds::Expression> dataset___expr__scalar(const std::shared_ptr<arrow::Scalar>& x);
RcppExport SEXP _arrow_dataset___expr__scalar(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Scalar>&>::type x(x_sexp);
return Rcpp::wrap(dataset___expr__scalar(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__scalar(SEXP x_sexp){
Rf_error("Cannot call dataset___expr__scalar(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// expression.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string dataset___expr__ToString(const std::shared_ptr<ds::Expression>& x);
RcppExport SEXP _arrow_dataset___expr__ToString(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<ds::Expression>&>::type x(x_sexp);
return Rcpp::wrap(dataset___expr__ToString(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_dataset___expr__ToString(SEXP x_sexp){
Rf_error("Cannot call dataset___expr__ToString(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// feather.cpp
#if defined(ARROW_R_WITH_ARROW)
void ipc___WriteFeather__Table(const std::shared_ptr<arrow::io::OutputStream>& stream, const std::shared_ptr<arrow::Table>& table, int version, int chunk_size, arrow::Compression::type compression, int compression_level);
RcppExport SEXP _arrow_ipc___WriteFeather__Table(SEXP stream_sexp, SEXP table_sexp, SEXP version_sexp, SEXP chunk_size_sexp, SEXP compression_sexp, SEXP compression_level_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::OutputStream>&>::type stream(stream_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
Rcpp::traits::input_parameter<int>::type version(version_sexp);
Rcpp::traits::input_parameter<int>::type chunk_size(chunk_size_sexp);
Rcpp::traits::input_parameter<arrow::Compression::type>::type compression(compression_sexp);
Rcpp::traits::input_parameter<int>::type compression_level(compression_level_sexp);
ipc___WriteFeather__Table(stream, table, version, chunk_size, compression, compression_level);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___WriteFeather__Table(SEXP stream_sexp, SEXP table_sexp, SEXP version_sexp, SEXP chunk_size_sexp, SEXP compression_sexp, SEXP compression_level_sexp){
Rf_error("Cannot call ipc___WriteFeather__Table(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// feather.cpp
#if defined(ARROW_R_WITH_ARROW)
int ipc___feather___Reader__version(const std::shared_ptr<arrow::ipc::feather::Reader>& reader);
RcppExport SEXP _arrow_ipc___feather___Reader__version(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::feather::Reader>&>::type reader(reader_sexp);
return Rcpp::wrap(ipc___feather___Reader__version(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___feather___Reader__version(SEXP reader_sexp){
Rf_error("Cannot call ipc___feather___Reader__version(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// feather.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> ipc___feather___Reader__Read(const std::shared_ptr<arrow::ipc::feather::Reader>& reader, SEXP columns);
RcppExport SEXP _arrow_ipc___feather___Reader__Read(SEXP reader_sexp, SEXP columns_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::feather::Reader>&>::type reader(reader_sexp);
Rcpp::traits::input_parameter<SEXP>::type columns(columns_sexp);
return Rcpp::wrap(ipc___feather___Reader__Read(reader, columns));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___feather___Reader__Read(SEXP reader_sexp, SEXP columns_sexp){
Rf_error("Cannot call ipc___feather___Reader__Read(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// feather.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ipc::feather::Reader> ipc___feather___Reader__Open(const std::shared_ptr<arrow::io::RandomAccessFile>& stream);
RcppExport SEXP _arrow_ipc___feather___Reader__Open(SEXP stream_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type stream(stream_sexp);
return Rcpp::wrap(ipc___feather___Reader__Open(stream));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___feather___Reader__Open(SEXP stream_sexp){
Rf_error("Cannot call ipc___feather___Reader__Open(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// feather.cpp
#if defined(ARROW_R_WITH_ARROW)
Rcpp::CharacterVector ipc___feather___Reader__column_names(const std::shared_ptr<arrow::ipc::feather::Reader>& reader);
RcppExport SEXP _arrow_ipc___feather___Reader__column_names(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::feather::Reader>&>::type reader(reader_sexp);
return Rcpp::wrap(ipc___feather___Reader__column_names(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___feather___Reader__column_names(SEXP reader_sexp){
Rf_error("Cannot call ipc___feather___Reader__column_names(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// field.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Field> Field__initialize(const std::string& name, const std::shared_ptr<arrow::DataType>& field, bool nullable);
RcppExport SEXP _arrow_Field__initialize(SEXP name_sexp, SEXP field_sexp, SEXP nullable_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::string&>::type name(name_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type field(field_sexp);
Rcpp::traits::input_parameter<bool>::type nullable(nullable_sexp);
return Rcpp::wrap(Field__initialize(name, field, nullable));
END_RCPP
}
#else
RcppExport SEXP _arrow_Field__initialize(SEXP name_sexp, SEXP field_sexp, SEXP nullable_sexp){
Rf_error("Cannot call Field__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// field.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string Field__ToString(const std::shared_ptr<arrow::Field>& field);
RcppExport SEXP _arrow_Field__ToString(SEXP field_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Field>&>::type field(field_sexp);
return Rcpp::wrap(Field__ToString(field));
END_RCPP
}
#else
RcppExport SEXP _arrow_Field__ToString(SEXP field_sexp){
Rf_error("Cannot call Field__ToString(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// field.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string Field__name(const std::shared_ptr<arrow::Field>& field);
RcppExport SEXP _arrow_Field__name(SEXP field_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Field>&>::type field(field_sexp);
return Rcpp::wrap(Field__name(field));
END_RCPP
}
#else
RcppExport SEXP _arrow_Field__name(SEXP field_sexp){
Rf_error("Cannot call Field__name(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// field.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Field__Equals(const std::shared_ptr<arrow::Field>& field, const std::shared_ptr<arrow::Field>& other);
RcppExport SEXP _arrow_Field__Equals(SEXP field_sexp, SEXP other_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Field>&>::type field(field_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Field>&>::type other(other_sexp);
return Rcpp::wrap(Field__Equals(field, other));
END_RCPP
}
#else
RcppExport SEXP _arrow_Field__Equals(SEXP field_sexp, SEXP other_sexp){
Rf_error("Cannot call Field__Equals(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// field.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Field__nullable(const std::shared_ptr<arrow::Field>& field);
RcppExport SEXP _arrow_Field__nullable(SEXP field_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Field>&>::type field(field_sexp);
return Rcpp::wrap(Field__nullable(field));
END_RCPP
}
#else
RcppExport SEXP _arrow_Field__nullable(SEXP field_sexp){
Rf_error("Cannot call Field__nullable(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// field.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Field__type(const std::shared_ptr<arrow::Field>& field);
RcppExport SEXP _arrow_Field__type(SEXP field_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Field>&>::type field(field_sexp);
return Rcpp::wrap(Field__type(field));
END_RCPP
}
#else
RcppExport SEXP _arrow_Field__type(SEXP field_sexp){
Rf_error("Cannot call Field__type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
fs::FileType fs___FileInfo__type(const std::shared_ptr<fs::FileInfo>& x);
RcppExport SEXP _arrow_fs___FileInfo__type(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp);
return Rcpp::wrap(fs___FileInfo__type(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileInfo__type(SEXP x_sexp){
Rf_error("Cannot call fs___FileInfo__type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
void fs___FileInfo__set_type(const std::shared_ptr<fs::FileInfo>& x, fs::FileType type);
RcppExport SEXP _arrow_fs___FileInfo__set_type(SEXP x_sexp, SEXP type_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp);
Rcpp::traits::input_parameter<fs::FileType>::type type(type_sexp);
fs___FileInfo__set_type(x, type);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileInfo__set_type(SEXP x_sexp, SEXP type_sexp){
Rf_error("Cannot call fs___FileInfo__set_type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string fs___FileInfo__path(const std::shared_ptr<fs::FileInfo>& x);
RcppExport SEXP _arrow_fs___FileInfo__path(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp);
return Rcpp::wrap(fs___FileInfo__path(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileInfo__path(SEXP x_sexp){
Rf_error("Cannot call fs___FileInfo__path(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
void fs___FileInfo__set_path(const std::shared_ptr<fs::FileInfo>& x, const std::string& path);
RcppExport SEXP _arrow_fs___FileInfo__set_path(SEXP x_sexp, SEXP path_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp);
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
fs___FileInfo__set_path(x, path);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileInfo__set_path(SEXP x_sexp, SEXP path_sexp){
Rf_error("Cannot call fs___FileInfo__set_path(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t fs___FileInfo__size(const std::shared_ptr<fs::FileInfo>& x);
RcppExport SEXP _arrow_fs___FileInfo__size(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp);
return Rcpp::wrap(fs___FileInfo__size(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileInfo__size(SEXP x_sexp){
Rf_error("Cannot call fs___FileInfo__size(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
void fs___FileInfo__set_size(const std::shared_ptr<fs::FileInfo>& x, int64_t size);
RcppExport SEXP _arrow_fs___FileInfo__set_size(SEXP x_sexp, SEXP size_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp);
Rcpp::traits::input_parameter<int64_t>::type size(size_sexp);
fs___FileInfo__set_size(x, size);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileInfo__set_size(SEXP x_sexp, SEXP size_sexp){
Rf_error("Cannot call fs___FileInfo__set_size(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string fs___FileInfo__base_name(const std::shared_ptr<fs::FileInfo>& x);
RcppExport SEXP _arrow_fs___FileInfo__base_name(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp);
return Rcpp::wrap(fs___FileInfo__base_name(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileInfo__base_name(SEXP x_sexp){
Rf_error("Cannot call fs___FileInfo__base_name(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string fs___FileInfo__extension(const std::shared_ptr<fs::FileInfo>& x);
RcppExport SEXP _arrow_fs___FileInfo__extension(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp);
return Rcpp::wrap(fs___FileInfo__extension(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileInfo__extension(SEXP x_sexp){
Rf_error("Cannot call fs___FileInfo__extension(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
SEXP fs___FileInfo__mtime(const std::shared_ptr<fs::FileInfo>& x);
RcppExport SEXP _arrow_fs___FileInfo__mtime(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp);
return Rcpp::wrap(fs___FileInfo__mtime(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileInfo__mtime(SEXP x_sexp){
Rf_error("Cannot call fs___FileInfo__mtime(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
void fs___FileInfo__set_mtime(const std::shared_ptr<fs::FileInfo>& x, SEXP time);
RcppExport SEXP _arrow_fs___FileInfo__set_mtime(SEXP x_sexp, SEXP time_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileInfo>&>::type x(x_sexp);
Rcpp::traits::input_parameter<SEXP>::type time(time_sexp);
fs___FileInfo__set_mtime(x, time);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileInfo__set_mtime(SEXP x_sexp, SEXP time_sexp){
Rf_error("Cannot call fs___FileInfo__set_mtime(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string fs___FileSelector__base_dir(const std::shared_ptr<fs::FileSelector>& selector);
RcppExport SEXP _arrow_fs___FileSelector__base_dir(SEXP selector_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSelector>&>::type selector(selector_sexp);
return Rcpp::wrap(fs___FileSelector__base_dir(selector));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSelector__base_dir(SEXP selector_sexp){
Rf_error("Cannot call fs___FileSelector__base_dir(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
bool fs___FileSelector__allow_not_found(const std::shared_ptr<fs::FileSelector>& selector);
RcppExport SEXP _arrow_fs___FileSelector__allow_not_found(SEXP selector_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSelector>&>::type selector(selector_sexp);
return Rcpp::wrap(fs___FileSelector__allow_not_found(selector));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSelector__allow_not_found(SEXP selector_sexp){
Rf_error("Cannot call fs___FileSelector__allow_not_found(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
bool fs___FileSelector__recursive(const std::shared_ptr<fs::FileSelector>& selector);
RcppExport SEXP _arrow_fs___FileSelector__recursive(SEXP selector_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSelector>&>::type selector(selector_sexp);
return Rcpp::wrap(fs___FileSelector__recursive(selector));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSelector__recursive(SEXP selector_sexp){
Rf_error("Cannot call fs___FileSelector__recursive(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<fs::FileSelector> fs___FileSelector__create(const std::string& base_dir, bool allow_not_found, bool recursive);
RcppExport SEXP _arrow_fs___FileSelector__create(SEXP base_dir_sexp, SEXP allow_not_found_sexp, SEXP recursive_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::string&>::type base_dir(base_dir_sexp);
Rcpp::traits::input_parameter<bool>::type allow_not_found(allow_not_found_sexp);
Rcpp::traits::input_parameter<bool>::type recursive(recursive_sexp);
return Rcpp::wrap(fs___FileSelector__create(base_dir, allow_not_found, recursive));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSelector__create(SEXP base_dir_sexp, SEXP allow_not_found_sexp, SEXP recursive_sexp){
Rf_error("Cannot call fs___FileSelector__create(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::vector<std::shared_ptr<fs::FileInfo>> fs___FileSystem__GetTargetInfos_Paths(const std::shared_ptr<fs::FileSystem>& file_system, const std::vector<std::string>& paths);
RcppExport SEXP _arrow_fs___FileSystem__GetTargetInfos_Paths(SEXP file_system_sexp, SEXP paths_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::vector<std::string>&>::type paths(paths_sexp);
return Rcpp::wrap(fs___FileSystem__GetTargetInfos_Paths(file_system, paths));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__GetTargetInfos_Paths(SEXP file_system_sexp, SEXP paths_sexp){
Rf_error("Cannot call fs___FileSystem__GetTargetInfos_Paths(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::vector<std::shared_ptr<fs::FileInfo>> fs___FileSystem__GetTargetInfos_FileSelector(const std::shared_ptr<fs::FileSystem>& file_system, const std::shared_ptr<fs::FileSelector>& selector);
RcppExport SEXP _arrow_fs___FileSystem__GetTargetInfos_FileSelector(SEXP file_system_sexp, SEXP selector_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSelector>&>::type selector(selector_sexp);
return Rcpp::wrap(fs___FileSystem__GetTargetInfos_FileSelector(file_system, selector));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__GetTargetInfos_FileSelector(SEXP file_system_sexp, SEXP selector_sexp){
Rf_error("Cannot call fs___FileSystem__GetTargetInfos_FileSelector(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
void fs___FileSystem__CreateDir(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path, bool recursive);
RcppExport SEXP _arrow_fs___FileSystem__CreateDir(SEXP file_system_sexp, SEXP path_sexp, SEXP recursive_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
Rcpp::traits::input_parameter<bool>::type recursive(recursive_sexp);
fs___FileSystem__CreateDir(file_system, path, recursive);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__CreateDir(SEXP file_system_sexp, SEXP path_sexp, SEXP recursive_sexp){
Rf_error("Cannot call fs___FileSystem__CreateDir(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
void fs___FileSystem__DeleteDir(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path);
RcppExport SEXP _arrow_fs___FileSystem__DeleteDir(SEXP file_system_sexp, SEXP path_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
fs___FileSystem__DeleteDir(file_system, path);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__DeleteDir(SEXP file_system_sexp, SEXP path_sexp){
Rf_error("Cannot call fs___FileSystem__DeleteDir(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
void fs___FileSystem__DeleteDirContents(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path);
RcppExport SEXP _arrow_fs___FileSystem__DeleteDirContents(SEXP file_system_sexp, SEXP path_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
fs___FileSystem__DeleteDirContents(file_system, path);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__DeleteDirContents(SEXP file_system_sexp, SEXP path_sexp){
Rf_error("Cannot call fs___FileSystem__DeleteDirContents(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
void fs___FileSystem__DeleteFile(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path);
RcppExport SEXP _arrow_fs___FileSystem__DeleteFile(SEXP file_system_sexp, SEXP path_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
fs___FileSystem__DeleteFile(file_system, path);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__DeleteFile(SEXP file_system_sexp, SEXP path_sexp){
Rf_error("Cannot call fs___FileSystem__DeleteFile(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
void fs___FileSystem__DeleteFiles(const std::shared_ptr<fs::FileSystem>& file_system, const std::vector<std::string>& paths);
RcppExport SEXP _arrow_fs___FileSystem__DeleteFiles(SEXP file_system_sexp, SEXP paths_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::vector<std::string>&>::type paths(paths_sexp);
fs___FileSystem__DeleteFiles(file_system, paths);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__DeleteFiles(SEXP file_system_sexp, SEXP paths_sexp){
Rf_error("Cannot call fs___FileSystem__DeleteFiles(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
void fs___FileSystem__Move(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& src, const std::string& dest);
RcppExport SEXP _arrow_fs___FileSystem__Move(SEXP file_system_sexp, SEXP src_sexp, SEXP dest_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::string&>::type src(src_sexp);
Rcpp::traits::input_parameter<const std::string&>::type dest(dest_sexp);
fs___FileSystem__Move(file_system, src, dest);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__Move(SEXP file_system_sexp, SEXP src_sexp, SEXP dest_sexp){
Rf_error("Cannot call fs___FileSystem__Move(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
void fs___FileSystem__CopyFile(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& src, const std::string& dest);
RcppExport SEXP _arrow_fs___FileSystem__CopyFile(SEXP file_system_sexp, SEXP src_sexp, SEXP dest_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::string&>::type src(src_sexp);
Rcpp::traits::input_parameter<const std::string&>::type dest(dest_sexp);
fs___FileSystem__CopyFile(file_system, src, dest);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__CopyFile(SEXP file_system_sexp, SEXP src_sexp, SEXP dest_sexp){
Rf_error("Cannot call fs___FileSystem__CopyFile(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::io::InputStream> fs___FileSystem__OpenInputStream(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path);
RcppExport SEXP _arrow_fs___FileSystem__OpenInputStream(SEXP file_system_sexp, SEXP path_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
return Rcpp::wrap(fs___FileSystem__OpenInputStream(file_system, path));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__OpenInputStream(SEXP file_system_sexp, SEXP path_sexp){
Rf_error("Cannot call fs___FileSystem__OpenInputStream(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::io::RandomAccessFile> fs___FileSystem__OpenInputFile(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path);
RcppExport SEXP _arrow_fs___FileSystem__OpenInputFile(SEXP file_system_sexp, SEXP path_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
return Rcpp::wrap(fs___FileSystem__OpenInputFile(file_system, path));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__OpenInputFile(SEXP file_system_sexp, SEXP path_sexp){
Rf_error("Cannot call fs___FileSystem__OpenInputFile(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::io::OutputStream> fs___FileSystem__OpenOutputStream(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path);
RcppExport SEXP _arrow_fs___FileSystem__OpenOutputStream(SEXP file_system_sexp, SEXP path_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
return Rcpp::wrap(fs___FileSystem__OpenOutputStream(file_system, path));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__OpenOutputStream(SEXP file_system_sexp, SEXP path_sexp){
Rf_error("Cannot call fs___FileSystem__OpenOutputStream(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::io::OutputStream> fs___FileSystem__OpenAppendStream(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path);
RcppExport SEXP _arrow_fs___FileSystem__OpenAppendStream(SEXP file_system_sexp, SEXP path_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
return Rcpp::wrap(fs___FileSystem__OpenAppendStream(file_system, path));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__OpenAppendStream(SEXP file_system_sexp, SEXP path_sexp){
Rf_error("Cannot call fs___FileSystem__OpenAppendStream(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string fs___FileSystem__type_name(const std::shared_ptr<fs::FileSystem>& file_system);
RcppExport SEXP _arrow_fs___FileSystem__type_name(SEXP file_system_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
return Rcpp::wrap(fs___FileSystem__type_name(file_system));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystem__type_name(SEXP file_system_sexp){
Rf_error("Cannot call fs___FileSystem__type_name(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<fs::LocalFileSystem> fs___LocalFileSystem__create();
RcppExport SEXP _arrow_fs___LocalFileSystem__create(){
BEGIN_RCPP
return Rcpp::wrap(fs___LocalFileSystem__create());
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___LocalFileSystem__create(){
Rf_error("Cannot call fs___LocalFileSystem__create(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<fs::SubTreeFileSystem> fs___SubTreeFileSystem__create(const std::string& base_path, const std::shared_ptr<fs::FileSystem>& base_fs);
RcppExport SEXP _arrow_fs___SubTreeFileSystem__create(SEXP base_path_sexp, SEXP base_fs_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::string&>::type base_path(base_path_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<fs::FileSystem>&>::type base_fs(base_fs_sexp);
return Rcpp::wrap(fs___SubTreeFileSystem__create(base_path, base_fs));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___SubTreeFileSystem__create(SEXP base_path_sexp, SEXP base_fs_sexp){
Rf_error("Cannot call fs___SubTreeFileSystem__create(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_ARROW)
Rcpp::List fs___FileSystemFromUri(const std::string& path);
RcppExport SEXP _arrow_fs___FileSystemFromUri(SEXP path_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
return Rcpp::wrap(fs___FileSystemFromUri(path));
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___FileSystemFromUri(SEXP path_sexp){
Rf_error("Cannot call fs___FileSystemFromUri(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_S3)
void fs___EnsureS3Initialized();
RcppExport SEXP _arrow_fs___EnsureS3Initialized(){
BEGIN_RCPP
fs___EnsureS3Initialized();
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___EnsureS3Initialized(){
Rf_error("Cannot call fs___EnsureS3Initialized(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// filesystem.cpp
#if defined(ARROW_R_WITH_S3)
std::shared_ptr<fs::S3FileSystem> fs___S3FileSystem__create();
RcppExport SEXP _arrow_fs___S3FileSystem__create(){
BEGIN_RCPP
return Rcpp::wrap(fs___S3FileSystem__create());
END_RCPP
}
#else
RcppExport SEXP _arrow_fs___S3FileSystem__create(){
Rf_error("Cannot call fs___S3FileSystem__create(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Buffer> io___Readable__Read(const std::shared_ptr<arrow::io::Readable>& x, int64_t nbytes);
RcppExport SEXP _arrow_io___Readable__Read(SEXP x_sexp, SEXP nbytes_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::Readable>&>::type x(x_sexp);
Rcpp::traits::input_parameter<int64_t>::type nbytes(nbytes_sexp);
return Rcpp::wrap(io___Readable__Read(x, nbytes));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___Readable__Read(SEXP x_sexp, SEXP nbytes_sexp){
Rf_error("Cannot call io___Readable__Read(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
void io___InputStream__Close(const std::shared_ptr<arrow::io::InputStream>& x);
RcppExport SEXP _arrow_io___InputStream__Close(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::InputStream>&>::type x(x_sexp);
io___InputStream__Close(x);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_io___InputStream__Close(SEXP x_sexp){
Rf_error("Cannot call io___InputStream__Close(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
void io___OutputStream__Close(const std::shared_ptr<arrow::io::OutputStream>& x);
RcppExport SEXP _arrow_io___OutputStream__Close(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::OutputStream>&>::type x(x_sexp);
io___OutputStream__Close(x);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_io___OutputStream__Close(SEXP x_sexp){
Rf_error("Cannot call io___OutputStream__Close(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t io___RandomAccessFile__GetSize(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
RcppExport SEXP _arrow_io___RandomAccessFile__GetSize(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp);
return Rcpp::wrap(io___RandomAccessFile__GetSize(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___RandomAccessFile__GetSize(SEXP x_sexp){
Rf_error("Cannot call io___RandomAccessFile__GetSize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
bool io___RandomAccessFile__supports_zero_copy(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
RcppExport SEXP _arrow_io___RandomAccessFile__supports_zero_copy(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp);
return Rcpp::wrap(io___RandomAccessFile__supports_zero_copy(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___RandomAccessFile__supports_zero_copy(SEXP x_sexp){
Rf_error("Cannot call io___RandomAccessFile__supports_zero_copy(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
void io___RandomAccessFile__Seek(const std::shared_ptr<arrow::io::RandomAccessFile>& x, int64_t position);
RcppExport SEXP _arrow_io___RandomAccessFile__Seek(SEXP x_sexp, SEXP position_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp);
Rcpp::traits::input_parameter<int64_t>::type position(position_sexp);
io___RandomAccessFile__Seek(x, position);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_io___RandomAccessFile__Seek(SEXP x_sexp, SEXP position_sexp){
Rf_error("Cannot call io___RandomAccessFile__Seek(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t io___RandomAccessFile__Tell(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
RcppExport SEXP _arrow_io___RandomAccessFile__Tell(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp);
return Rcpp::wrap(io___RandomAccessFile__Tell(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___RandomAccessFile__Tell(SEXP x_sexp){
Rf_error("Cannot call io___RandomAccessFile__Tell(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Buffer> io___RandomAccessFile__Read0(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
RcppExport SEXP _arrow_io___RandomAccessFile__Read0(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp);
return Rcpp::wrap(io___RandomAccessFile__Read0(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___RandomAccessFile__Read0(SEXP x_sexp){
Rf_error("Cannot call io___RandomAccessFile__Read0(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Buffer> io___RandomAccessFile__ReadAt(const std::shared_ptr<arrow::io::RandomAccessFile>& x, int64_t position, int64_t nbytes);
RcppExport SEXP _arrow_io___RandomAccessFile__ReadAt(SEXP x_sexp, SEXP position_sexp, SEXP nbytes_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp);
Rcpp::traits::input_parameter<int64_t>::type position(position_sexp);
Rcpp::traits::input_parameter<int64_t>::type nbytes(nbytes_sexp);
return Rcpp::wrap(io___RandomAccessFile__ReadAt(x, position, nbytes));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___RandomAccessFile__ReadAt(SEXP x_sexp, SEXP position_sexp, SEXP nbytes_sexp){
Rf_error("Cannot call io___RandomAccessFile__ReadAt(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::io::MemoryMappedFile> io___MemoryMappedFile__Create(const std::string& path, int64_t size);
RcppExport SEXP _arrow_io___MemoryMappedFile__Create(SEXP path_sexp, SEXP size_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
Rcpp::traits::input_parameter<int64_t>::type size(size_sexp);
return Rcpp::wrap(io___MemoryMappedFile__Create(path, size));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___MemoryMappedFile__Create(SEXP path_sexp, SEXP size_sexp){
Rf_error("Cannot call io___MemoryMappedFile__Create(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::io::MemoryMappedFile> io___MemoryMappedFile__Open(const std::string& path, arrow::io::FileMode::type mode);
RcppExport SEXP _arrow_io___MemoryMappedFile__Open(SEXP path_sexp, SEXP mode_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
Rcpp::traits::input_parameter<arrow::io::FileMode::type>::type mode(mode_sexp);
return Rcpp::wrap(io___MemoryMappedFile__Open(path, mode));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___MemoryMappedFile__Open(SEXP path_sexp, SEXP mode_sexp){
Rf_error("Cannot call io___MemoryMappedFile__Open(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
void io___MemoryMappedFile__Resize(const std::shared_ptr<arrow::io::MemoryMappedFile>& x, int64_t size);
RcppExport SEXP _arrow_io___MemoryMappedFile__Resize(SEXP x_sexp, SEXP size_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::MemoryMappedFile>&>::type x(x_sexp);
Rcpp::traits::input_parameter<int64_t>::type size(size_sexp);
io___MemoryMappedFile__Resize(x, size);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_io___MemoryMappedFile__Resize(SEXP x_sexp, SEXP size_sexp){
Rf_error("Cannot call io___MemoryMappedFile__Resize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::io::ReadableFile> io___ReadableFile__Open(const std::string& path);
RcppExport SEXP _arrow_io___ReadableFile__Open(SEXP path_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
return Rcpp::wrap(io___ReadableFile__Open(path));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___ReadableFile__Open(SEXP path_sexp){
Rf_error("Cannot call io___ReadableFile__Open(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::io::BufferReader> io___BufferReader__initialize(const std::shared_ptr<arrow::Buffer>& buffer);
RcppExport SEXP _arrow_io___BufferReader__initialize(SEXP buffer_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Buffer>&>::type buffer(buffer_sexp);
return Rcpp::wrap(io___BufferReader__initialize(buffer));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___BufferReader__initialize(SEXP buffer_sexp){
Rf_error("Cannot call io___BufferReader__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
void io___Writable__write(const std::shared_ptr<arrow::io::Writable>& stream, const std::shared_ptr<arrow::Buffer>& buf);
RcppExport SEXP _arrow_io___Writable__write(SEXP stream_sexp, SEXP buf_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::Writable>&>::type stream(stream_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Buffer>&>::type buf(buf_sexp);
io___Writable__write(stream, buf);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_io___Writable__write(SEXP stream_sexp, SEXP buf_sexp){
Rf_error("Cannot call io___Writable__write(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t io___OutputStream__Tell(const std::shared_ptr<arrow::io::OutputStream>& stream);
RcppExport SEXP _arrow_io___OutputStream__Tell(SEXP stream_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::OutputStream>&>::type stream(stream_sexp);
return Rcpp::wrap(io___OutputStream__Tell(stream));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___OutputStream__Tell(SEXP stream_sexp){
Rf_error("Cannot call io___OutputStream__Tell(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::io::FileOutputStream> io___FileOutputStream__Open(const std::string& path);
RcppExport SEXP _arrow_io___FileOutputStream__Open(SEXP path_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::string&>::type path(path_sexp);
return Rcpp::wrap(io___FileOutputStream__Open(path));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___FileOutputStream__Open(SEXP path_sexp){
Rf_error("Cannot call io___FileOutputStream__Open(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::io::BufferOutputStream> io___BufferOutputStream__Create(int64_t initial_capacity);
RcppExport SEXP _arrow_io___BufferOutputStream__Create(SEXP initial_capacity_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<int64_t>::type initial_capacity(initial_capacity_sexp);
return Rcpp::wrap(io___BufferOutputStream__Create(initial_capacity));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___BufferOutputStream__Create(SEXP initial_capacity_sexp){
Rf_error("Cannot call io___BufferOutputStream__Create(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t io___BufferOutputStream__capacity(const std::shared_ptr<arrow::io::BufferOutputStream>& stream);
RcppExport SEXP _arrow_io___BufferOutputStream__capacity(SEXP stream_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp);
return Rcpp::wrap(io___BufferOutputStream__capacity(stream));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___BufferOutputStream__capacity(SEXP stream_sexp){
Rf_error("Cannot call io___BufferOutputStream__capacity(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Buffer> io___BufferOutputStream__Finish(const std::shared_ptr<arrow::io::BufferOutputStream>& stream);
RcppExport SEXP _arrow_io___BufferOutputStream__Finish(SEXP stream_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp);
return Rcpp::wrap(io___BufferOutputStream__Finish(stream));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___BufferOutputStream__Finish(SEXP stream_sexp){
Rf_error("Cannot call io___BufferOutputStream__Finish(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t io___BufferOutputStream__Tell(const std::shared_ptr<arrow::io::BufferOutputStream>& stream);
RcppExport SEXP _arrow_io___BufferOutputStream__Tell(SEXP stream_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp);
return Rcpp::wrap(io___BufferOutputStream__Tell(stream));
END_RCPP
}
#else
RcppExport SEXP _arrow_io___BufferOutputStream__Tell(SEXP stream_sexp){
Rf_error("Cannot call io___BufferOutputStream__Tell(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// io.cpp
#if defined(ARROW_R_WITH_ARROW)
void io___BufferOutputStream__Write(const std::shared_ptr<arrow::io::BufferOutputStream>& stream, RawVector_ bytes);
RcppExport SEXP _arrow_io___BufferOutputStream__Write(SEXP stream_sexp, SEXP bytes_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp);
Rcpp::traits::input_parameter<RawVector_>::type bytes(bytes_sexp);
io___BufferOutputStream__Write(stream, bytes);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_io___BufferOutputStream__Write(SEXP stream_sexp, SEXP bytes_sexp){
Rf_error("Cannot call io___BufferOutputStream__Write(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// json.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::json::ReadOptions> json___ReadOptions__initialize(List_ options);
RcppExport SEXP _arrow_json___ReadOptions__initialize(SEXP options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<List_>::type options(options_sexp);
return Rcpp::wrap(json___ReadOptions__initialize(options));
END_RCPP
}
#else
RcppExport SEXP _arrow_json___ReadOptions__initialize(SEXP options_sexp){
Rf_error("Cannot call json___ReadOptions__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// json.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::json::ParseOptions> json___ParseOptions__initialize(List_ options);
RcppExport SEXP _arrow_json___ParseOptions__initialize(SEXP options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<List_>::type options(options_sexp);
return Rcpp::wrap(json___ParseOptions__initialize(options));
END_RCPP
}
#else
RcppExport SEXP _arrow_json___ParseOptions__initialize(SEXP options_sexp){
Rf_error("Cannot call json___ParseOptions__initialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// json.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::json::TableReader> json___TableReader__Make(const std::shared_ptr<arrow::io::InputStream>& input, const std::shared_ptr<arrow::json::ReadOptions>& read_options, const std::shared_ptr<arrow::json::ParseOptions>& parse_options);
RcppExport SEXP _arrow_json___TableReader__Make(SEXP input_sexp, SEXP read_options_sexp, SEXP parse_options_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::InputStream>&>::type input(input_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::json::ReadOptions>&>::type read_options(read_options_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::json::ParseOptions>&>::type parse_options(parse_options_sexp);
return Rcpp::wrap(json___TableReader__Make(input, read_options, parse_options));
END_RCPP
}
#else
RcppExport SEXP _arrow_json___TableReader__Make(SEXP input_sexp, SEXP read_options_sexp, SEXP parse_options_sexp){
Rf_error("Cannot call json___TableReader__Make(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// json.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> json___TableReader__Read(const std::shared_ptr<arrow::json::TableReader>& table_reader);
RcppExport SEXP _arrow_json___TableReader__Read(SEXP table_reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::json::TableReader>&>::type table_reader(table_reader_sexp);
return Rcpp::wrap(json___TableReader__Read(table_reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_json___TableReader__Read(SEXP table_reader_sexp){
Rf_error("Cannot call json___TableReader__Read(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// memorypool.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::MemoryPool> MemoryPool__default();
RcppExport SEXP _arrow_MemoryPool__default(){
BEGIN_RCPP
return Rcpp::wrap(MemoryPool__default());
END_RCPP
}
#else
RcppExport SEXP _arrow_MemoryPool__default(){
Rf_error("Cannot call MemoryPool__default(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// memorypool.cpp
#if defined(ARROW_R_WITH_ARROW)
int MemoryPool__bytes_allocated(const std::shared_ptr<arrow::MemoryPool>& pool);
RcppExport SEXP _arrow_MemoryPool__bytes_allocated(SEXP pool_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::MemoryPool>&>::type pool(pool_sexp);
return Rcpp::wrap(MemoryPool__bytes_allocated(pool));
END_RCPP
}
#else
RcppExport SEXP _arrow_MemoryPool__bytes_allocated(SEXP pool_sexp){
Rf_error("Cannot call MemoryPool__bytes_allocated(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// memorypool.cpp
#if defined(ARROW_R_WITH_ARROW)
int MemoryPool__max_memory(const std::shared_ptr<arrow::MemoryPool>& pool);
RcppExport SEXP _arrow_MemoryPool__max_memory(SEXP pool_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::MemoryPool>&>::type pool(pool_sexp);
return Rcpp::wrap(MemoryPool__max_memory(pool));
END_RCPP
}
#else
RcppExport SEXP _arrow_MemoryPool__max_memory(SEXP pool_sexp){
Rf_error("Cannot call MemoryPool__max_memory(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// message.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t ipc___Message__body_length(const std::unique_ptr<arrow::ipc::Message>& message);
RcppExport SEXP _arrow_ipc___Message__body_length(SEXP message_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::unique_ptr<arrow::ipc::Message>&>::type message(message_sexp);
return Rcpp::wrap(ipc___Message__body_length(message));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___Message__body_length(SEXP message_sexp){
Rf_error("Cannot call ipc___Message__body_length(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// message.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Buffer> ipc___Message__metadata(const std::unique_ptr<arrow::ipc::Message>& message);
RcppExport SEXP _arrow_ipc___Message__metadata(SEXP message_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::unique_ptr<arrow::ipc::Message>&>::type message(message_sexp);
return Rcpp::wrap(ipc___Message__metadata(message));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___Message__metadata(SEXP message_sexp){
Rf_error("Cannot call ipc___Message__metadata(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// message.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Buffer> ipc___Message__body(const std::unique_ptr<arrow::ipc::Message>& message);
RcppExport SEXP _arrow_ipc___Message__body(SEXP message_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::unique_ptr<arrow::ipc::Message>&>::type message(message_sexp);
return Rcpp::wrap(ipc___Message__body(message));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___Message__body(SEXP message_sexp){
Rf_error("Cannot call ipc___Message__body(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// message.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t ipc___Message__Verify(const std::unique_ptr<arrow::ipc::Message>& message);
RcppExport SEXP _arrow_ipc___Message__Verify(SEXP message_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::unique_ptr<arrow::ipc::Message>&>::type message(message_sexp);
return Rcpp::wrap(ipc___Message__Verify(message));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___Message__Verify(SEXP message_sexp){
Rf_error("Cannot call ipc___Message__Verify(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// message.cpp
#if defined(ARROW_R_WITH_ARROW)
arrow::ipc::MessageType ipc___Message__type(const std::unique_ptr<arrow::ipc::Message>& message);
RcppExport SEXP _arrow_ipc___Message__type(SEXP message_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::unique_ptr<arrow::ipc::Message>&>::type message(message_sexp);
return Rcpp::wrap(ipc___Message__type(message));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___Message__type(SEXP message_sexp){
Rf_error("Cannot call ipc___Message__type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// message.cpp
#if defined(ARROW_R_WITH_ARROW)
bool ipc___Message__Equals(const std::unique_ptr<arrow::ipc::Message>& x, const std::unique_ptr<arrow::ipc::Message>& y);
RcppExport SEXP _arrow_ipc___Message__Equals(SEXP x_sexp, SEXP y_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::unique_ptr<arrow::ipc::Message>&>::type x(x_sexp);
Rcpp::traits::input_parameter<const std::unique_ptr<arrow::ipc::Message>&>::type y(y_sexp);
return Rcpp::wrap(ipc___Message__Equals(x, y));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___Message__Equals(SEXP x_sexp, SEXP y_sexp){
Rf_error("Cannot call ipc___Message__Equals(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// message.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> ipc___ReadRecordBatch__Message__Schema(const std::unique_ptr<arrow::ipc::Message>& message, const std::shared_ptr<arrow::Schema>& schema);
RcppExport SEXP _arrow_ipc___ReadRecordBatch__Message__Schema(SEXP message_sexp, SEXP schema_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::unique_ptr<arrow::ipc::Message>&>::type message(message_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
return Rcpp::wrap(ipc___ReadRecordBatch__Message__Schema(message, schema));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___ReadRecordBatch__Message__Schema(SEXP message_sexp, SEXP schema_sexp){
Rf_error("Cannot call ipc___ReadRecordBatch__Message__Schema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// message.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> ipc___ReadSchema_InputStream(const std::shared_ptr<arrow::io::InputStream>& stream);
RcppExport SEXP _arrow_ipc___ReadSchema_InputStream(SEXP stream_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::InputStream>&>::type stream(stream_sexp);
return Rcpp::wrap(ipc___ReadSchema_InputStream(stream));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___ReadSchema_InputStream(SEXP stream_sexp){
Rf_error("Cannot call ipc___ReadSchema_InputStream(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// message.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> ipc___ReadSchema_Message(const std::unique_ptr<arrow::ipc::Message>& message);
RcppExport SEXP _arrow_ipc___ReadSchema_Message(SEXP message_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::unique_ptr<arrow::ipc::Message>&>::type message(message_sexp);
return Rcpp::wrap(ipc___ReadSchema_Message(message));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___ReadSchema_Message(SEXP message_sexp){
Rf_error("Cannot call ipc___ReadSchema_Message(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// message.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ipc::MessageReader> ipc___MessageReader__Open(const std::shared_ptr<arrow::io::InputStream>& stream);
RcppExport SEXP _arrow_ipc___MessageReader__Open(SEXP stream_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::InputStream>&>::type stream(stream_sexp);
return Rcpp::wrap(ipc___MessageReader__Open(stream));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___MessageReader__Open(SEXP stream_sexp){
Rf_error("Cannot call ipc___MessageReader__Open(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// message.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ipc::Message> ipc___MessageReader__ReadNextMessage(const std::unique_ptr<arrow::ipc::MessageReader>& reader);
RcppExport SEXP _arrow_ipc___MessageReader__ReadNextMessage(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::unique_ptr<arrow::ipc::MessageReader>&>::type reader(reader_sexp);
return Rcpp::wrap(ipc___MessageReader__ReadNextMessage(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___MessageReader__ReadNextMessage(SEXP reader_sexp){
Rf_error("Cannot call ipc___MessageReader__ReadNextMessage(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// message.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ipc::Message> ipc___ReadMessage(const std::shared_ptr<arrow::io::InputStream>& stream);
RcppExport SEXP _arrow_ipc___ReadMessage(SEXP stream_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::InputStream>&>::type stream(stream_sexp);
return Rcpp::wrap(ipc___ReadMessage(stream));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___ReadMessage(SEXP stream_sexp){
Rf_error("Cannot call ipc___ReadMessage(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<parquet::ArrowReaderProperties> parquet___arrow___ArrowReaderProperties__Make(bool use_threads);
RcppExport SEXP _arrow_parquet___arrow___ArrowReaderProperties__Make(SEXP use_threads_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<bool>::type use_threads(use_threads_sexp);
return Rcpp::wrap(parquet___arrow___ArrowReaderProperties__Make(use_threads));
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___ArrowReaderProperties__Make(SEXP use_threads_sexp){
Rf_error("Cannot call parquet___arrow___ArrowReaderProperties__Make(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
void parquet___arrow___ArrowReaderProperties__set_use_threads(const std::shared_ptr<parquet::ArrowReaderProperties>& properties, bool use_threads);
RcppExport SEXP _arrow_parquet___arrow___ArrowReaderProperties__set_use_threads(SEXP properties_sexp, SEXP use_threads_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::ArrowReaderProperties>&>::type properties(properties_sexp);
Rcpp::traits::input_parameter<bool>::type use_threads(use_threads_sexp);
parquet___arrow___ArrowReaderProperties__set_use_threads(properties, use_threads);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___ArrowReaderProperties__set_use_threads(SEXP properties_sexp, SEXP use_threads_sexp){
Rf_error("Cannot call parquet___arrow___ArrowReaderProperties__set_use_threads(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
bool parquet___arrow___ArrowReaderProperties__get_use_threads(const std::shared_ptr<parquet::ArrowReaderProperties>& properties, bool use_threads);
RcppExport SEXP _arrow_parquet___arrow___ArrowReaderProperties__get_use_threads(SEXP properties_sexp, SEXP use_threads_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::ArrowReaderProperties>&>::type properties(properties_sexp);
Rcpp::traits::input_parameter<bool>::type use_threads(use_threads_sexp);
return Rcpp::wrap(parquet___arrow___ArrowReaderProperties__get_use_threads(properties, use_threads));
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___ArrowReaderProperties__get_use_threads(SEXP properties_sexp, SEXP use_threads_sexp){
Rf_error("Cannot call parquet___arrow___ArrowReaderProperties__get_use_threads(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
bool parquet___arrow___ArrowReaderProperties__get_read_dictionary(const std::shared_ptr<parquet::ArrowReaderProperties>& properties, int column_index);
RcppExport SEXP _arrow_parquet___arrow___ArrowReaderProperties__get_read_dictionary(SEXP properties_sexp, SEXP column_index_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::ArrowReaderProperties>&>::type properties(properties_sexp);
Rcpp::traits::input_parameter<int>::type column_index(column_index_sexp);
return Rcpp::wrap(parquet___arrow___ArrowReaderProperties__get_read_dictionary(properties, column_index));
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___ArrowReaderProperties__get_read_dictionary(SEXP properties_sexp, SEXP column_index_sexp){
Rf_error("Cannot call parquet___arrow___ArrowReaderProperties__get_read_dictionary(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
void parquet___arrow___ArrowReaderProperties__set_read_dictionary(const std::shared_ptr<parquet::ArrowReaderProperties>& properties, int column_index, bool read_dict);
RcppExport SEXP _arrow_parquet___arrow___ArrowReaderProperties__set_read_dictionary(SEXP properties_sexp, SEXP column_index_sexp, SEXP read_dict_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::ArrowReaderProperties>&>::type properties(properties_sexp);
Rcpp::traits::input_parameter<int>::type column_index(column_index_sexp);
Rcpp::traits::input_parameter<bool>::type read_dict(read_dict_sexp);
parquet___arrow___ArrowReaderProperties__set_read_dictionary(properties, column_index, read_dict);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___ArrowReaderProperties__set_read_dictionary(SEXP properties_sexp, SEXP column_index_sexp, SEXP read_dict_sexp){
Rf_error("Cannot call parquet___arrow___ArrowReaderProperties__set_read_dictionary(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<parquet::arrow::FileReader> parquet___arrow___FileReader__OpenFile(const std::shared_ptr<arrow::io::RandomAccessFile>& file, const std::shared_ptr<parquet::ArrowReaderProperties>& props);
RcppExport SEXP _arrow_parquet___arrow___FileReader__OpenFile(SEXP file_sexp, SEXP props_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type file(file_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::ArrowReaderProperties>&>::type props(props_sexp);
return Rcpp::wrap(parquet___arrow___FileReader__OpenFile(file, props));
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___FileReader__OpenFile(SEXP file_sexp, SEXP props_sexp){
Rf_error("Cannot call parquet___arrow___FileReader__OpenFile(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadTable1(const std::shared_ptr<parquet::arrow::FileReader>& reader);
RcppExport SEXP _arrow_parquet___arrow___FileReader__ReadTable1(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp);
return Rcpp::wrap(parquet___arrow___FileReader__ReadTable1(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___FileReader__ReadTable1(SEXP reader_sexp){
Rf_error("Cannot call parquet___arrow___FileReader__ReadTable1(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadTable2(const std::shared_ptr<parquet::arrow::FileReader>& reader, const std::vector<int>& column_indices);
RcppExport SEXP _arrow_parquet___arrow___FileReader__ReadTable2(SEXP reader_sexp, SEXP column_indices_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp);
Rcpp::traits::input_parameter<const std::vector<int>&>::type column_indices(column_indices_sexp);
return Rcpp::wrap(parquet___arrow___FileReader__ReadTable2(reader, column_indices));
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___FileReader__ReadTable2(SEXP reader_sexp, SEXP column_indices_sexp){
Rf_error("Cannot call parquet___arrow___FileReader__ReadTable2(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
int64_t parquet___arrow___FileReader__num_rows(const std::shared_ptr<parquet::arrow::FileReader>& reader);
RcppExport SEXP _arrow_parquet___arrow___FileReader__num_rows(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp);
return Rcpp::wrap(parquet___arrow___FileReader__num_rows(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___FileReader__num_rows(SEXP reader_sexp){
Rf_error("Cannot call parquet___arrow___FileReader__num_rows(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<parquet::ArrowWriterProperties> parquet___ArrowWriterProperties___create(bool allow_truncated_timestamps, bool use_deprecated_int96_timestamps, int timestamp_unit);
RcppExport SEXP _arrow_parquet___ArrowWriterProperties___create(SEXP allow_truncated_timestamps_sexp, SEXP use_deprecated_int96_timestamps_sexp, SEXP timestamp_unit_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<bool>::type allow_truncated_timestamps(allow_truncated_timestamps_sexp);
Rcpp::traits::input_parameter<bool>::type use_deprecated_int96_timestamps(use_deprecated_int96_timestamps_sexp);
Rcpp::traits::input_parameter<int>::type timestamp_unit(timestamp_unit_sexp);
return Rcpp::wrap(parquet___ArrowWriterProperties___create(allow_truncated_timestamps, use_deprecated_int96_timestamps, timestamp_unit));
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___ArrowWriterProperties___create(SEXP allow_truncated_timestamps_sexp, SEXP use_deprecated_int96_timestamps_sexp, SEXP timestamp_unit_sexp){
Rf_error("Cannot call parquet___ArrowWriterProperties___create(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<parquet::WriterPropertiesBuilder> parquet___WriterProperties___Builder__create();
RcppExport SEXP _arrow_parquet___WriterProperties___Builder__create(){
BEGIN_RCPP
return Rcpp::wrap(parquet___WriterProperties___Builder__create());
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___WriterProperties___Builder__create(){
Rf_error("Cannot call parquet___WriterProperties___Builder__create(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
void parquet___WriterProperties___Builder__version(const std::shared_ptr<parquet::WriterPropertiesBuilder>& builder, const parquet::ParquetVersion::type& version);
RcppExport SEXP _arrow_parquet___WriterProperties___Builder__version(SEXP builder_sexp, SEXP version_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::WriterPropertiesBuilder>&>::type builder(builder_sexp);
Rcpp::traits::input_parameter<const parquet::ParquetVersion::type&>::type version(version_sexp);
parquet___WriterProperties___Builder__version(builder, version);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___WriterProperties___Builder__version(SEXP builder_sexp, SEXP version_sexp){
Rf_error("Cannot call parquet___WriterProperties___Builder__version(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
void parquet___ArrowWriterProperties___Builder__set_compressions(const std::shared_ptr<parquet::WriterPropertiesBuilder>& builder, const std::vector<std::string>& paths, const Rcpp::IntegerVector& types);
RcppExport SEXP _arrow_parquet___ArrowWriterProperties___Builder__set_compressions(SEXP builder_sexp, SEXP paths_sexp, SEXP types_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::WriterPropertiesBuilder>&>::type builder(builder_sexp);
Rcpp::traits::input_parameter<const std::vector<std::string>&>::type paths(paths_sexp);
Rcpp::traits::input_parameter<const Rcpp::IntegerVector&>::type types(types_sexp);
parquet___ArrowWriterProperties___Builder__set_compressions(builder, paths, types);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___ArrowWriterProperties___Builder__set_compressions(SEXP builder_sexp, SEXP paths_sexp, SEXP types_sexp){
Rf_error("Cannot call parquet___ArrowWriterProperties___Builder__set_compressions(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
void parquet___ArrowWriterProperties___Builder__set_compression_levels(const std::shared_ptr<parquet::WriterPropertiesBuilder>& builder, const std::vector<std::string>& paths, const Rcpp::IntegerVector& levels);
RcppExport SEXP _arrow_parquet___ArrowWriterProperties___Builder__set_compression_levels(SEXP builder_sexp, SEXP paths_sexp, SEXP levels_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::WriterPropertiesBuilder>&>::type builder(builder_sexp);
Rcpp::traits::input_parameter<const std::vector<std::string>&>::type paths(paths_sexp);
Rcpp::traits::input_parameter<const Rcpp::IntegerVector&>::type levels(levels_sexp);
parquet___ArrowWriterProperties___Builder__set_compression_levels(builder, paths, levels);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___ArrowWriterProperties___Builder__set_compression_levels(SEXP builder_sexp, SEXP paths_sexp, SEXP levels_sexp){
Rf_error("Cannot call parquet___ArrowWriterProperties___Builder__set_compression_levels(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
void parquet___ArrowWriterProperties___Builder__set_use_dictionary(const std::shared_ptr<parquet::WriterPropertiesBuilder>& builder, const std::vector<std::string>& paths, const Rcpp::LogicalVector& use_dictionary);
RcppExport SEXP _arrow_parquet___ArrowWriterProperties___Builder__set_use_dictionary(SEXP builder_sexp, SEXP paths_sexp, SEXP use_dictionary_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::WriterPropertiesBuilder>&>::type builder(builder_sexp);
Rcpp::traits::input_parameter<const std::vector<std::string>&>::type paths(paths_sexp);
Rcpp::traits::input_parameter<const Rcpp::LogicalVector&>::type use_dictionary(use_dictionary_sexp);
parquet___ArrowWriterProperties___Builder__set_use_dictionary(builder, paths, use_dictionary);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___ArrowWriterProperties___Builder__set_use_dictionary(SEXP builder_sexp, SEXP paths_sexp, SEXP use_dictionary_sexp){
Rf_error("Cannot call parquet___ArrowWriterProperties___Builder__set_use_dictionary(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
void parquet___ArrowWriterProperties___Builder__set_write_statistics(const std::shared_ptr<parquet::WriterPropertiesBuilder>& builder, const std::vector<std::string>& paths, const Rcpp::LogicalVector& write_statistics);
RcppExport SEXP _arrow_parquet___ArrowWriterProperties___Builder__set_write_statistics(SEXP builder_sexp, SEXP paths_sexp, SEXP write_statistics_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::WriterPropertiesBuilder>&>::type builder(builder_sexp);
Rcpp::traits::input_parameter<const std::vector<std::string>&>::type paths(paths_sexp);
Rcpp::traits::input_parameter<const Rcpp::LogicalVector&>::type write_statistics(write_statistics_sexp);
parquet___ArrowWriterProperties___Builder__set_write_statistics(builder, paths, write_statistics);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___ArrowWriterProperties___Builder__set_write_statistics(SEXP builder_sexp, SEXP paths_sexp, SEXP write_statistics_sexp){
Rf_error("Cannot call parquet___ArrowWriterProperties___Builder__set_write_statistics(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
void parquet___ArrowWriterProperties___Builder__data_page_size(const std::shared_ptr<parquet::WriterPropertiesBuilder>& builder, int64_t data_page_size);
RcppExport SEXP _arrow_parquet___ArrowWriterProperties___Builder__data_page_size(SEXP builder_sexp, SEXP data_page_size_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::WriterPropertiesBuilder>&>::type builder(builder_sexp);
Rcpp::traits::input_parameter<int64_t>::type data_page_size(data_page_size_sexp);
parquet___ArrowWriterProperties___Builder__data_page_size(builder, data_page_size);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___ArrowWriterProperties___Builder__data_page_size(SEXP builder_sexp, SEXP data_page_size_sexp){
Rf_error("Cannot call parquet___ArrowWriterProperties___Builder__data_page_size(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<parquet::WriterProperties> parquet___WriterProperties___Builder__build(const std::shared_ptr<parquet::WriterPropertiesBuilder>& builder);
RcppExport SEXP _arrow_parquet___WriterProperties___Builder__build(SEXP builder_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::WriterPropertiesBuilder>&>::type builder(builder_sexp);
return Rcpp::wrap(parquet___WriterProperties___Builder__build(builder));
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___WriterProperties___Builder__build(SEXP builder_sexp){
Rf_error("Cannot call parquet___WriterProperties___Builder__build(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<parquet::arrow::FileWriter> parquet___arrow___ParquetFileWriter__Open(const std::shared_ptr<arrow::Schema>& schema, const std::shared_ptr<arrow::io::OutputStream>& sink, const std::shared_ptr<parquet::WriterProperties>& properties, const std::shared_ptr<parquet::ArrowWriterProperties>& arrow_properties);
RcppExport SEXP _arrow_parquet___arrow___ParquetFileWriter__Open(SEXP schema_sexp, SEXP sink_sexp, SEXP properties_sexp, SEXP arrow_properties_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::OutputStream>&>::type sink(sink_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::WriterProperties>&>::type properties(properties_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::ArrowWriterProperties>&>::type arrow_properties(arrow_properties_sexp);
return Rcpp::wrap(parquet___arrow___ParquetFileWriter__Open(schema, sink, properties, arrow_properties));
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___ParquetFileWriter__Open(SEXP schema_sexp, SEXP sink_sexp, SEXP properties_sexp, SEXP arrow_properties_sexp){
Rf_error("Cannot call parquet___arrow___ParquetFileWriter__Open(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
void parquet___arrow___FileWriter__WriteTable(const std::shared_ptr<parquet::arrow::FileWriter>& writer, const std::shared_ptr<arrow::Table>& table, int64_t chunk_size);
RcppExport SEXP _arrow_parquet___arrow___FileWriter__WriteTable(SEXP writer_sexp, SEXP table_sexp, SEXP chunk_size_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::arrow::FileWriter>&>::type writer(writer_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
Rcpp::traits::input_parameter<int64_t>::type chunk_size(chunk_size_sexp);
parquet___arrow___FileWriter__WriteTable(writer, table, chunk_size);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___FileWriter__WriteTable(SEXP writer_sexp, SEXP table_sexp, SEXP chunk_size_sexp){
Rf_error("Cannot call parquet___arrow___FileWriter__WriteTable(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
void parquet___arrow___FileWriter__Close(const std::shared_ptr<parquet::arrow::FileWriter>& writer);
RcppExport SEXP _arrow_parquet___arrow___FileWriter__Close(SEXP writer_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::arrow::FileWriter>&>::type writer(writer_sexp);
parquet___arrow___FileWriter__Close(writer);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___FileWriter__Close(SEXP writer_sexp){
Rf_error("Cannot call parquet___arrow___FileWriter__Close(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
void parquet___arrow___WriteTable(const std::shared_ptr<arrow::Table>& table, const std::shared_ptr<arrow::io::OutputStream>& sink, const std::shared_ptr<parquet::WriterProperties>& properties, const std::shared_ptr<parquet::ArrowWriterProperties>& arrow_properties);
RcppExport SEXP _arrow_parquet___arrow___WriteTable(SEXP table_sexp, SEXP sink_sexp, SEXP properties_sexp, SEXP arrow_properties_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::OutputStream>&>::type sink(sink_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::WriterProperties>&>::type properties(properties_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::ArrowWriterProperties>&>::type arrow_properties(arrow_properties_sexp);
parquet___arrow___WriteTable(table, sink, properties, arrow_properties);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___WriteTable(SEXP table_sexp, SEXP sink_sexp, SEXP properties_sexp, SEXP arrow_properties_sexp){
Rf_error("Cannot call parquet___arrow___WriteTable(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// parquet.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> parquet___arrow___FileReader__GetSchema(const std::shared_ptr<parquet::arrow::FileReader>& reader);
RcppExport SEXP _arrow_parquet___arrow___FileReader__GetSchema(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp);
return Rcpp::wrap(parquet___arrow___FileReader__GetSchema(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_parquet___arrow___FileReader__GetSchema(SEXP reader_sexp){
Rf_error("Cannot call parquet___arrow___FileReader__GetSchema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// py-to-r.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> ImportArray(uintptr_t array, uintptr_t schema);
RcppExport SEXP _arrow_ImportArray(SEXP array_sexp, SEXP schema_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<uintptr_t>::type array(array_sexp);
Rcpp::traits::input_parameter<uintptr_t>::type schema(schema_sexp);
return Rcpp::wrap(ImportArray(array, schema));
END_RCPP
}
#else
RcppExport SEXP _arrow_ImportArray(SEXP array_sexp, SEXP schema_sexp){
Rf_error("Cannot call ImportArray(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// py-to-r.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> ImportRecordBatch(uintptr_t array, uintptr_t schema);
RcppExport SEXP _arrow_ImportRecordBatch(SEXP array_sexp, SEXP schema_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<uintptr_t>::type array(array_sexp);
Rcpp::traits::input_parameter<uintptr_t>::type schema(schema_sexp);
return Rcpp::wrap(ImportRecordBatch(array, schema));
END_RCPP
}
#else
RcppExport SEXP _arrow_ImportRecordBatch(SEXP array_sexp, SEXP schema_sexp){
Rf_error("Cannot call ImportRecordBatch(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// py-to-r.cpp
#if defined(ARROW_R_WITH_ARROW)
uintptr_t allocate_arrow_schema();
RcppExport SEXP _arrow_allocate_arrow_schema(){
BEGIN_RCPP
return Rcpp::wrap(allocate_arrow_schema());
END_RCPP
}
#else
RcppExport SEXP _arrow_allocate_arrow_schema(){
Rf_error("Cannot call allocate_arrow_schema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// py-to-r.cpp
#if defined(ARROW_R_WITH_ARROW)
void delete_arrow_schema(uintptr_t ptr);
RcppExport SEXP _arrow_delete_arrow_schema(SEXP ptr_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<uintptr_t>::type ptr(ptr_sexp);
delete_arrow_schema(ptr);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_delete_arrow_schema(SEXP ptr_sexp){
Rf_error("Cannot call delete_arrow_schema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// py-to-r.cpp
#if defined(ARROW_R_WITH_ARROW)
uintptr_t allocate_arrow_array();
RcppExport SEXP _arrow_allocate_arrow_array(){
BEGIN_RCPP
return Rcpp::wrap(allocate_arrow_array());
END_RCPP
}
#else
RcppExport SEXP _arrow_allocate_arrow_array(){
Rf_error("Cannot call allocate_arrow_array(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// py-to-r.cpp
#if defined(ARROW_R_WITH_ARROW)
void delete_arrow_array(uintptr_t ptr);
RcppExport SEXP _arrow_delete_arrow_array(SEXP ptr_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<uintptr_t>::type ptr(ptr_sexp);
delete_arrow_array(ptr);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_delete_arrow_array(SEXP ptr_sexp){
Rf_error("Cannot call delete_arrow_array(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// py-to-r.cpp
#if defined(ARROW_R_WITH_ARROW)
void ExportType(const std::shared_ptr<arrow::DataType>& type, uintptr_t ptr);
RcppExport SEXP _arrow_ExportType(SEXP type_sexp, SEXP ptr_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type type(type_sexp);
Rcpp::traits::input_parameter<uintptr_t>::type ptr(ptr_sexp);
ExportType(type, ptr);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_ExportType(SEXP type_sexp, SEXP ptr_sexp){
Rf_error("Cannot call ExportType(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// py-to-r.cpp
#if defined(ARROW_R_WITH_ARROW)
void ExportSchema(const std::shared_ptr<arrow::Schema>& schema, uintptr_t ptr);
RcppExport SEXP _arrow_ExportSchema(SEXP schema_sexp, SEXP ptr_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
Rcpp::traits::input_parameter<uintptr_t>::type ptr(ptr_sexp);
ExportSchema(schema, ptr);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_ExportSchema(SEXP schema_sexp, SEXP ptr_sexp){
Rf_error("Cannot call ExportSchema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// py-to-r.cpp
#if defined(ARROW_R_WITH_ARROW)
void ExportArray(const std::shared_ptr<arrow::Array>& array, uintptr_t ptr, uintptr_t schema_ptr);
RcppExport SEXP _arrow_ExportArray(SEXP array_sexp, SEXP ptr_sexp, SEXP schema_ptr_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type array(array_sexp);
Rcpp::traits::input_parameter<uintptr_t>::type ptr(ptr_sexp);
Rcpp::traits::input_parameter<uintptr_t>::type schema_ptr(schema_ptr_sexp);
ExportArray(array, ptr, schema_ptr);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_ExportArray(SEXP array_sexp, SEXP ptr_sexp, SEXP schema_ptr_sexp){
Rf_error("Cannot call ExportArray(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// py-to-r.cpp
#if defined(ARROW_R_WITH_ARROW)
void ExportRecordBatch(const std::shared_ptr<arrow::RecordBatch>& batch, uintptr_t ptr, uintptr_t schema_ptr);
RcppExport SEXP _arrow_ExportRecordBatch(SEXP batch_sexp, SEXP ptr_sexp, SEXP schema_ptr_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
Rcpp::traits::input_parameter<uintptr_t>::type ptr(ptr_sexp);
Rcpp::traits::input_parameter<uintptr_t>::type schema_ptr(schema_ptr_sexp);
ExportRecordBatch(batch, ptr, schema_ptr);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_ExportRecordBatch(SEXP batch_sexp, SEXP ptr_sexp, SEXP schema_ptr_sexp){
Rf_error("Cannot call ExportRecordBatch(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
int RecordBatch__num_columns(const std::shared_ptr<arrow::RecordBatch>& x);
RcppExport SEXP _arrow_RecordBatch__num_columns(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp);
return Rcpp::wrap(RecordBatch__num_columns(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__num_columns(SEXP x_sexp){
Rf_error("Cannot call RecordBatch__num_columns(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
int RecordBatch__num_rows(const std::shared_ptr<arrow::RecordBatch>& x);
RcppExport SEXP _arrow_RecordBatch__num_rows(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp);
return Rcpp::wrap(RecordBatch__num_rows(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__num_rows(SEXP x_sexp){
Rf_error("Cannot call RecordBatch__num_rows(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> RecordBatch__schema(const std::shared_ptr<arrow::RecordBatch>& x);
RcppExport SEXP _arrow_RecordBatch__schema(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp);
return Rcpp::wrap(RecordBatch__schema(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__schema(SEXP x_sexp){
Rf_error("Cannot call RecordBatch__schema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> RecordBatch__ReplaceSchemaMetadata(const std::shared_ptr<arrow::RecordBatch>& x, Rcpp::CharacterVector metadata);
RcppExport SEXP _arrow_RecordBatch__ReplaceSchemaMetadata(SEXP x_sexp, SEXP metadata_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp);
Rcpp::traits::input_parameter<Rcpp::CharacterVector>::type metadata(metadata_sexp);
return Rcpp::wrap(RecordBatch__ReplaceSchemaMetadata(x, metadata));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__ReplaceSchemaMetadata(SEXP x_sexp, SEXP metadata_sexp){
Rf_error("Cannot call RecordBatch__ReplaceSchemaMetadata(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
arrow::ArrayVector RecordBatch__columns(const std::shared_ptr<arrow::RecordBatch>& batch);
RcppExport SEXP _arrow_RecordBatch__columns(SEXP batch_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
return Rcpp::wrap(RecordBatch__columns(batch));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__columns(SEXP batch_sexp){
Rf_error("Cannot call RecordBatch__columns(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> RecordBatch__column(const std::shared_ptr<arrow::RecordBatch>& batch, int i);
RcppExport SEXP _arrow_RecordBatch__column(SEXP batch_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
Rcpp::traits::input_parameter<int>::type i(i_sexp);
return Rcpp::wrap(RecordBatch__column(batch, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__column(SEXP batch_sexp, SEXP i_sexp){
Rf_error("Cannot call RecordBatch__column(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Array> RecordBatch__GetColumnByName(const std::shared_ptr<arrow::RecordBatch>& batch, const std::string& name);
RcppExport SEXP _arrow_RecordBatch__GetColumnByName(SEXP batch_sexp, SEXP name_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
Rcpp::traits::input_parameter<const std::string&>::type name(name_sexp);
return Rcpp::wrap(RecordBatch__GetColumnByName(batch, name));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__GetColumnByName(SEXP batch_sexp, SEXP name_sexp){
Rf_error("Cannot call RecordBatch__GetColumnByName(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> RecordBatch__select(const std::shared_ptr<arrow::RecordBatch>& batch, const Rcpp::IntegerVector& indices);
RcppExport SEXP _arrow_RecordBatch__select(SEXP batch_sexp, SEXP indices_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
Rcpp::traits::input_parameter<const Rcpp::IntegerVector&>::type indices(indices_sexp);
return Rcpp::wrap(RecordBatch__select(batch, indices));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__select(SEXP batch_sexp, SEXP indices_sexp){
Rf_error("Cannot call RecordBatch__select(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> RecordBatch__from_dataframe(Rcpp::DataFrame tbl);
RcppExport SEXP _arrow_RecordBatch__from_dataframe(SEXP tbl_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<Rcpp::DataFrame>::type tbl(tbl_sexp);
return Rcpp::wrap(RecordBatch__from_dataframe(tbl));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__from_dataframe(SEXP tbl_sexp){
Rf_error("Cannot call RecordBatch__from_dataframe(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
bool RecordBatch__Equals(const std::shared_ptr<arrow::RecordBatch>& self, const std::shared_ptr<arrow::RecordBatch>& other, bool check_metadata);
RcppExport SEXP _arrow_RecordBatch__Equals(SEXP self_sexp, SEXP other_sexp, SEXP check_metadata_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type self(self_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type other(other_sexp);
Rcpp::traits::input_parameter<bool>::type check_metadata(check_metadata_sexp);
return Rcpp::wrap(RecordBatch__Equals(self, other, check_metadata));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__Equals(SEXP self_sexp, SEXP other_sexp, SEXP check_metadata_sexp){
Rf_error("Cannot call RecordBatch__Equals(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> RecordBatch__RemoveColumn(const std::shared_ptr<arrow::RecordBatch>& batch, int i);
RcppExport SEXP _arrow_RecordBatch__RemoveColumn(SEXP batch_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
Rcpp::traits::input_parameter<int>::type i(i_sexp);
return Rcpp::wrap(RecordBatch__RemoveColumn(batch, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__RemoveColumn(SEXP batch_sexp, SEXP i_sexp){
Rf_error("Cannot call RecordBatch__RemoveColumn(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string RecordBatch__column_name(const std::shared_ptr<arrow::RecordBatch>& batch, int i);
RcppExport SEXP _arrow_RecordBatch__column_name(SEXP batch_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
Rcpp::traits::input_parameter<int>::type i(i_sexp);
return Rcpp::wrap(RecordBatch__column_name(batch, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__column_name(SEXP batch_sexp, SEXP i_sexp){
Rf_error("Cannot call RecordBatch__column_name(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
Rcpp::CharacterVector RecordBatch__names(const std::shared_ptr<arrow::RecordBatch>& batch);
RcppExport SEXP _arrow_RecordBatch__names(SEXP batch_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
return Rcpp::wrap(RecordBatch__names(batch));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__names(SEXP batch_sexp){
Rf_error("Cannot call RecordBatch__names(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> RecordBatch__Slice1(const std::shared_ptr<arrow::RecordBatch>& self, int offset);
RcppExport SEXP _arrow_RecordBatch__Slice1(SEXP self_sexp, SEXP offset_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type self(self_sexp);
Rcpp::traits::input_parameter<int>::type offset(offset_sexp);
return Rcpp::wrap(RecordBatch__Slice1(self, offset));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__Slice1(SEXP self_sexp, SEXP offset_sexp){
Rf_error("Cannot call RecordBatch__Slice1(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> RecordBatch__Slice2(const std::shared_ptr<arrow::RecordBatch>& self, int offset, int length);
RcppExport SEXP _arrow_RecordBatch__Slice2(SEXP self_sexp, SEXP offset_sexp, SEXP length_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type self(self_sexp);
Rcpp::traits::input_parameter<int>::type offset(offset_sexp);
Rcpp::traits::input_parameter<int>::type length(length_sexp);
return Rcpp::wrap(RecordBatch__Slice2(self, offset, length));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__Slice2(SEXP self_sexp, SEXP offset_sexp, SEXP length_sexp){
Rf_error("Cannot call RecordBatch__Slice2(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
Rcpp::RawVector ipc___SerializeRecordBatch__Raw(const std::shared_ptr<arrow::RecordBatch>& batch);
RcppExport SEXP _arrow_ipc___SerializeRecordBatch__Raw(SEXP batch_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
return Rcpp::wrap(ipc___SerializeRecordBatch__Raw(batch));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___SerializeRecordBatch__Raw(SEXP batch_sexp){
Rf_error("Cannot call ipc___SerializeRecordBatch__Raw(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> ipc___ReadRecordBatch__InputStream__Schema(const std::shared_ptr<arrow::io::InputStream>& stream, const std::shared_ptr<arrow::Schema>& schema);
RcppExport SEXP _arrow_ipc___ReadRecordBatch__InputStream__Schema(SEXP stream_sexp, SEXP schema_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::InputStream>&>::type stream(stream_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
return Rcpp::wrap(ipc___ReadRecordBatch__InputStream__Schema(stream, schema));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___ReadRecordBatch__InputStream__Schema(SEXP stream_sexp, SEXP schema_sexp){
Rf_error("Cannot call ipc___ReadRecordBatch__InputStream__Schema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatch.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> RecordBatch__from_arrays(SEXP schema_sxp, SEXP lst);
RcppExport SEXP _arrow_RecordBatch__from_arrays(SEXP schema_sxp_sexp, SEXP lst_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<SEXP>::type schema_sxp(schema_sxp_sexp);
Rcpp::traits::input_parameter<SEXP>::type lst(lst_sexp);
return Rcpp::wrap(RecordBatch__from_arrays(schema_sxp, lst));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatch__from_arrays(SEXP schema_sxp_sexp, SEXP lst_sexp){
Rf_error("Cannot call RecordBatch__from_arrays(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchreader.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> RecordBatchReader__schema(const std::shared_ptr<arrow::RecordBatchReader>& reader);
RcppExport SEXP _arrow_RecordBatchReader__schema(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatchReader>&>::type reader(reader_sexp);
return Rcpp::wrap(RecordBatchReader__schema(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatchReader__schema(SEXP reader_sexp){
Rf_error("Cannot call RecordBatchReader__schema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchreader.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> RecordBatchReader__ReadNext(const std::shared_ptr<arrow::RecordBatchReader>& reader);
RcppExport SEXP _arrow_RecordBatchReader__ReadNext(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatchReader>&>::type reader(reader_sexp);
return Rcpp::wrap(RecordBatchReader__ReadNext(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_RecordBatchReader__ReadNext(SEXP reader_sexp){
Rf_error("Cannot call RecordBatchReader__ReadNext(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchreader.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatchReader> ipc___RecordBatchStreamReader__Open(const std::shared_ptr<arrow::io::InputStream>& stream);
RcppExport SEXP _arrow_ipc___RecordBatchStreamReader__Open(SEXP stream_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::InputStream>&>::type stream(stream_sexp);
return Rcpp::wrap(ipc___RecordBatchStreamReader__Open(stream));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___RecordBatchStreamReader__Open(SEXP stream_sexp){
Rf_error("Cannot call ipc___RecordBatchStreamReader__Open(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchreader.cpp
#if defined(ARROW_R_WITH_ARROW)
std::vector<std::shared_ptr<arrow::RecordBatch>> ipc___RecordBatchStreamReader__batches(const std::shared_ptr<arrow::ipc::RecordBatchStreamReader>& reader);
RcppExport SEXP _arrow_ipc___RecordBatchStreamReader__batches(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::RecordBatchStreamReader>&>::type reader(reader_sexp);
return Rcpp::wrap(ipc___RecordBatchStreamReader__batches(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___RecordBatchStreamReader__batches(SEXP reader_sexp){
Rf_error("Cannot call ipc___RecordBatchStreamReader__batches(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchreader.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> ipc___RecordBatchFileReader__schema(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader);
RcppExport SEXP _arrow_ipc___RecordBatchFileReader__schema(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp);
return Rcpp::wrap(ipc___RecordBatchFileReader__schema(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___RecordBatchFileReader__schema(SEXP reader_sexp){
Rf_error("Cannot call ipc___RecordBatchFileReader__schema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchreader.cpp
#if defined(ARROW_R_WITH_ARROW)
int ipc___RecordBatchFileReader__num_record_batches(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader);
RcppExport SEXP _arrow_ipc___RecordBatchFileReader__num_record_batches(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp);
return Rcpp::wrap(ipc___RecordBatchFileReader__num_record_batches(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___RecordBatchFileReader__num_record_batches(SEXP reader_sexp){
Rf_error("Cannot call ipc___RecordBatchFileReader__num_record_batches(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchreader.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::RecordBatch> ipc___RecordBatchFileReader__ReadRecordBatch(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader, int i);
RcppExport SEXP _arrow_ipc___RecordBatchFileReader__ReadRecordBatch(SEXP reader_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp);
Rcpp::traits::input_parameter<int>::type i(i_sexp);
return Rcpp::wrap(ipc___RecordBatchFileReader__ReadRecordBatch(reader, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___RecordBatchFileReader__ReadRecordBatch(SEXP reader_sexp, SEXP i_sexp){
Rf_error("Cannot call ipc___RecordBatchFileReader__ReadRecordBatch(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchreader.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ipc::RecordBatchFileReader> ipc___RecordBatchFileReader__Open(const std::shared_ptr<arrow::io::RandomAccessFile>& file);
RcppExport SEXP _arrow_ipc___RecordBatchFileReader__Open(SEXP file_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type file(file_sexp);
return Rcpp::wrap(ipc___RecordBatchFileReader__Open(file));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___RecordBatchFileReader__Open(SEXP file_sexp){
Rf_error("Cannot call ipc___RecordBatchFileReader__Open(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchreader.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> Table__from_RecordBatchFileReader(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader);
RcppExport SEXP _arrow_Table__from_RecordBatchFileReader(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp);
return Rcpp::wrap(Table__from_RecordBatchFileReader(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__from_RecordBatchFileReader(SEXP reader_sexp){
Rf_error("Cannot call Table__from_RecordBatchFileReader(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchreader.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> Table__from_RecordBatchStreamReader(const std::shared_ptr<arrow::ipc::RecordBatchStreamReader>& reader);
RcppExport SEXP _arrow_Table__from_RecordBatchStreamReader(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::RecordBatchStreamReader>&>::type reader(reader_sexp);
return Rcpp::wrap(Table__from_RecordBatchStreamReader(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__from_RecordBatchStreamReader(SEXP reader_sexp){
Rf_error("Cannot call Table__from_RecordBatchStreamReader(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchreader.cpp
#if defined(ARROW_R_WITH_ARROW)
std::vector<std::shared_ptr<arrow::RecordBatch>> ipc___RecordBatchFileReader__batches(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader);
RcppExport SEXP _arrow_ipc___RecordBatchFileReader__batches(SEXP reader_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp);
return Rcpp::wrap(ipc___RecordBatchFileReader__batches(reader));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___RecordBatchFileReader__batches(SEXP reader_sexp){
Rf_error("Cannot call ipc___RecordBatchFileReader__batches(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchwriter.cpp
#if defined(ARROW_R_WITH_ARROW)
void ipc___RecordBatchWriter__WriteRecordBatch(const std::shared_ptr<arrow::ipc::RecordBatchWriter>& batch_writer, const std::shared_ptr<arrow::RecordBatch>& batch);
RcppExport SEXP _arrow_ipc___RecordBatchWriter__WriteRecordBatch(SEXP batch_writer_sexp, SEXP batch_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::RecordBatchWriter>&>::type batch_writer(batch_writer_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
ipc___RecordBatchWriter__WriteRecordBatch(batch_writer, batch);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___RecordBatchWriter__WriteRecordBatch(SEXP batch_writer_sexp, SEXP batch_sexp){
Rf_error("Cannot call ipc___RecordBatchWriter__WriteRecordBatch(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchwriter.cpp
#if defined(ARROW_R_WITH_ARROW)
void ipc___RecordBatchWriter__WriteTable(const std::shared_ptr<arrow::ipc::RecordBatchWriter>& batch_writer, const std::shared_ptr<arrow::Table>& table);
RcppExport SEXP _arrow_ipc___RecordBatchWriter__WriteTable(SEXP batch_writer_sexp, SEXP table_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::RecordBatchWriter>&>::type batch_writer(batch_writer_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
ipc___RecordBatchWriter__WriteTable(batch_writer, table);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___RecordBatchWriter__WriteTable(SEXP batch_writer_sexp, SEXP table_sexp){
Rf_error("Cannot call ipc___RecordBatchWriter__WriteTable(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchwriter.cpp
#if defined(ARROW_R_WITH_ARROW)
void ipc___RecordBatchWriter__Close(const std::shared_ptr<arrow::ipc::RecordBatchWriter>& batch_writer);
RcppExport SEXP _arrow_ipc___RecordBatchWriter__Close(SEXP batch_writer_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::ipc::RecordBatchWriter>&>::type batch_writer(batch_writer_sexp);
ipc___RecordBatchWriter__Close(batch_writer);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___RecordBatchWriter__Close(SEXP batch_writer_sexp){
Rf_error("Cannot call ipc___RecordBatchWriter__Close(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchwriter.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ipc::RecordBatchWriter> ipc___RecordBatchFileWriter__Open(const std::shared_ptr<arrow::io::OutputStream>& stream, const std::shared_ptr<arrow::Schema>& schema, bool use_legacy_format, arrow::ipc::MetadataVersion metadata_version);
RcppExport SEXP _arrow_ipc___RecordBatchFileWriter__Open(SEXP stream_sexp, SEXP schema_sexp, SEXP use_legacy_format_sexp, SEXP metadata_version_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::OutputStream>&>::type stream(stream_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
Rcpp::traits::input_parameter<bool>::type use_legacy_format(use_legacy_format_sexp);
Rcpp::traits::input_parameter<arrow::ipc::MetadataVersion>::type metadata_version(metadata_version_sexp);
return Rcpp::wrap(ipc___RecordBatchFileWriter__Open(stream, schema, use_legacy_format, metadata_version));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___RecordBatchFileWriter__Open(SEXP stream_sexp, SEXP schema_sexp, SEXP use_legacy_format_sexp, SEXP metadata_version_sexp){
Rf_error("Cannot call ipc___RecordBatchFileWriter__Open(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// recordbatchwriter.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ipc::RecordBatchWriter> ipc___RecordBatchStreamWriter__Open(const std::shared_ptr<arrow::io::OutputStream>& stream, const std::shared_ptr<arrow::Schema>& schema, bool use_legacy_format, arrow::ipc::MetadataVersion metadata_version);
RcppExport SEXP _arrow_ipc___RecordBatchStreamWriter__Open(SEXP stream_sexp, SEXP schema_sexp, SEXP use_legacy_format_sexp, SEXP metadata_version_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::io::OutputStream>&>::type stream(stream_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
Rcpp::traits::input_parameter<bool>::type use_legacy_format(use_legacy_format_sexp);
Rcpp::traits::input_parameter<arrow::ipc::MetadataVersion>::type metadata_version(metadata_version_sexp);
return Rcpp::wrap(ipc___RecordBatchStreamWriter__Open(stream, schema, use_legacy_format, metadata_version));
END_RCPP
}
#else
RcppExport SEXP _arrow_ipc___RecordBatchStreamWriter__Open(SEXP stream_sexp, SEXP schema_sexp, SEXP use_legacy_format_sexp, SEXP metadata_version_sexp){
Rf_error("Cannot call ipc___RecordBatchStreamWriter__Open(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// scalar.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Scalar> Array__GetScalar(const std::shared_ptr<arrow::Array>& x, int64_t i);
RcppExport SEXP _arrow_Array__GetScalar(SEXP x_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Array>&>::type x(x_sexp);
Rcpp::traits::input_parameter<int64_t>::type i(i_sexp);
return Rcpp::wrap(Array__GetScalar(x, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_Array__GetScalar(SEXP x_sexp, SEXP i_sexp){
Rf_error("Cannot call Array__GetScalar(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// scalar.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string Scalar__ToString(const std::shared_ptr<arrow::Scalar>& s);
RcppExport SEXP _arrow_Scalar__ToString(SEXP s_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Scalar>&>::type s(s_sexp);
return Rcpp::wrap(Scalar__ToString(s));
END_RCPP
}
#else
RcppExport SEXP _arrow_Scalar__ToString(SEXP s_sexp){
Rf_error("Cannot call Scalar__ToString(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// scalar.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Scalar> Scalar__CastTo(const std::shared_ptr<arrow::Scalar>& s, const std::shared_ptr<arrow::DataType>& t);
RcppExport SEXP _arrow_Scalar__CastTo(SEXP s_sexp, SEXP t_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Scalar>&>::type s(s_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::DataType>&>::type t(t_sexp);
return Rcpp::wrap(Scalar__CastTo(s, t));
END_RCPP
}
#else
RcppExport SEXP _arrow_Scalar__CastTo(SEXP s_sexp, SEXP t_sexp){
Rf_error("Cannot call Scalar__CastTo(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// scalar.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Scalar> StructScalar__field(const std::shared_ptr<arrow::StructScalar>& s, int i);
RcppExport SEXP _arrow_StructScalar__field(SEXP s_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::StructScalar>&>::type s(s_sexp);
Rcpp::traits::input_parameter<int>::type i(i_sexp);
return Rcpp::wrap(StructScalar__field(s, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_StructScalar__field(SEXP s_sexp, SEXP i_sexp){
Rf_error("Cannot call StructScalar__field(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// scalar.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Scalar> StructScalar__GetFieldByName(const std::shared_ptr<arrow::StructScalar>& s, const std::string& name);
RcppExport SEXP _arrow_StructScalar__GetFieldByName(SEXP s_sexp, SEXP name_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::StructScalar>&>::type s(s_sexp);
Rcpp::traits::input_parameter<const std::string&>::type name(name_sexp);
return Rcpp::wrap(StructScalar__GetFieldByName(s, name));
END_RCPP
}
#else
RcppExport SEXP _arrow_StructScalar__GetFieldByName(SEXP s_sexp, SEXP name_sexp){
Rf_error("Cannot call StructScalar__GetFieldByName(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// scalar.cpp
#if defined(ARROW_R_WITH_ARROW)
SEXP Scalar__as_vector(const std::shared_ptr<arrow::Scalar>& scalar);
RcppExport SEXP _arrow_Scalar__as_vector(SEXP scalar_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Scalar>&>::type scalar(scalar_sexp);
return Rcpp::wrap(Scalar__as_vector(scalar));
END_RCPP
}
#else
RcppExport SEXP _arrow_Scalar__as_vector(SEXP scalar_sexp){
Rf_error("Cannot call Scalar__as_vector(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// scalar.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Scalar__is_valid(const std::shared_ptr<arrow::Scalar>& s);
RcppExport SEXP _arrow_Scalar__is_valid(SEXP s_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Scalar>&>::type s(s_sexp);
return Rcpp::wrap(Scalar__is_valid(s));
END_RCPP
}
#else
RcppExport SEXP _arrow_Scalar__is_valid(SEXP s_sexp){
Rf_error("Cannot call Scalar__is_valid(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// scalar.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::DataType> Scalar__type(const std::shared_ptr<arrow::Scalar>& s);
RcppExport SEXP _arrow_Scalar__type(SEXP s_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Scalar>&>::type s(s_sexp);
return Rcpp::wrap(Scalar__type(s));
END_RCPP
}
#else
RcppExport SEXP _arrow_Scalar__type(SEXP s_sexp){
Rf_error("Cannot call Scalar__type(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> schema_(Rcpp::List fields);
RcppExport SEXP _arrow_schema_(SEXP fields_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<Rcpp::List>::type fields(fields_sexp);
return Rcpp::wrap(schema_(fields));
END_RCPP
}
#else
RcppExport SEXP _arrow_schema_(SEXP fields_sexp){
Rf_error("Cannot call schema_(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
std::string Schema__ToString(const std::shared_ptr<arrow::Schema>& s);
RcppExport SEXP _arrow_Schema__ToString(SEXP s_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type s(s_sexp);
return Rcpp::wrap(Schema__ToString(s));
END_RCPP
}
#else
RcppExport SEXP _arrow_Schema__ToString(SEXP s_sexp){
Rf_error("Cannot call Schema__ToString(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
int Schema__num_fields(const std::shared_ptr<arrow::Schema>& s);
RcppExport SEXP _arrow_Schema__num_fields(SEXP s_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type s(s_sexp);
return Rcpp::wrap(Schema__num_fields(s));
END_RCPP
}
#else
RcppExport SEXP _arrow_Schema__num_fields(SEXP s_sexp){
Rf_error("Cannot call Schema__num_fields(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Field> Schema__field(const std::shared_ptr<arrow::Schema>& s, int i);
RcppExport SEXP _arrow_Schema__field(SEXP s_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type s(s_sexp);
Rcpp::traits::input_parameter<int>::type i(i_sexp);
return Rcpp::wrap(Schema__field(s, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_Schema__field(SEXP s_sexp, SEXP i_sexp){
Rf_error("Cannot call Schema__field(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Field> Schema__GetFieldByName(const std::shared_ptr<arrow::Schema>& s, std::string x);
RcppExport SEXP _arrow_Schema__GetFieldByName(SEXP s_sexp, SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type s(s_sexp);
Rcpp::traits::input_parameter<std::string>::type x(x_sexp);
return Rcpp::wrap(Schema__GetFieldByName(s, x));
END_RCPP
}
#else
RcppExport SEXP _arrow_Schema__GetFieldByName(SEXP s_sexp, SEXP x_sexp){
Rf_error("Cannot call Schema__GetFieldByName(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
std::vector<std::shared_ptr<arrow::Field>> Schema__fields(const std::shared_ptr<arrow::Schema>& schema);
RcppExport SEXP _arrow_Schema__fields(SEXP schema_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
return Rcpp::wrap(Schema__fields(schema));
END_RCPP
}
#else
RcppExport SEXP _arrow_Schema__fields(SEXP schema_sexp){
Rf_error("Cannot call Schema__fields(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
std::vector<std::string> Schema__field_names(const std::shared_ptr<arrow::Schema>& schema);
RcppExport SEXP _arrow_Schema__field_names(SEXP schema_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
return Rcpp::wrap(Schema__field_names(schema));
END_RCPP
}
#else
RcppExport SEXP _arrow_Schema__field_names(SEXP schema_sexp){
Rf_error("Cannot call Schema__field_names(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Schema__HasMetadata(const std::shared_ptr<arrow::Schema>& schema);
RcppExport SEXP _arrow_Schema__HasMetadata(SEXP schema_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
return Rcpp::wrap(Schema__HasMetadata(schema));
END_RCPP
}
#else
RcppExport SEXP _arrow_Schema__HasMetadata(SEXP schema_sexp){
Rf_error("Cannot call Schema__HasMetadata(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
Rcpp::List Schema__metadata(const std::shared_ptr<arrow::Schema>& schema);
RcppExport SEXP _arrow_Schema__metadata(SEXP schema_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
return Rcpp::wrap(Schema__metadata(schema));
END_RCPP
}
#else
RcppExport SEXP _arrow_Schema__metadata(SEXP schema_sexp){
Rf_error("Cannot call Schema__metadata(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> Schema__WithMetadata(const std::shared_ptr<arrow::Schema>& schema, Rcpp::CharacterVector metadata);
RcppExport SEXP _arrow_Schema__WithMetadata(SEXP schema_sexp, SEXP metadata_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
Rcpp::traits::input_parameter<Rcpp::CharacterVector>::type metadata(metadata_sexp);
return Rcpp::wrap(Schema__WithMetadata(schema, metadata));
END_RCPP
}
#else
RcppExport SEXP _arrow_Schema__WithMetadata(SEXP schema_sexp, SEXP metadata_sexp){
Rf_error("Cannot call Schema__WithMetadata(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
Rcpp::RawVector Schema__serialize(const std::shared_ptr<arrow::Schema>& schema);
RcppExport SEXP _arrow_Schema__serialize(SEXP schema_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
return Rcpp::wrap(Schema__serialize(schema));
END_RCPP
}
#else
RcppExport SEXP _arrow_Schema__serialize(SEXP schema_sexp){
Rf_error("Cannot call Schema__serialize(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Schema__Equals(const std::shared_ptr<arrow::Schema>& schema, const std::shared_ptr<arrow::Schema>& other, bool check_metadata);
RcppExport SEXP _arrow_Schema__Equals(SEXP schema_sexp, SEXP other_sexp, SEXP check_metadata_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Schema>&>::type other(other_sexp);
Rcpp::traits::input_parameter<bool>::type check_metadata(check_metadata_sexp);
return Rcpp::wrap(Schema__Equals(schema, other, check_metadata));
END_RCPP
}
#else
RcppExport SEXP _arrow_Schema__Equals(SEXP schema_sexp, SEXP other_sexp, SEXP check_metadata_sexp){
Rf_error("Cannot call Schema__Equals(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// schema.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> arrow__UnifySchemas(const std::vector<std::shared_ptr<arrow::Schema>>& schemas);
RcppExport SEXP _arrow_arrow__UnifySchemas(SEXP schemas_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::vector<std::shared_ptr<arrow::Schema>>&>::type schemas(schemas_sexp);
return Rcpp::wrap(arrow__UnifySchemas(schemas));
END_RCPP
}
#else
RcppExport SEXP _arrow_arrow__UnifySchemas(SEXP schemas_sexp){
Rf_error("Cannot call arrow__UnifySchemas(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> Table__from_dataframe(DataFrame tbl);
RcppExport SEXP _arrow_Table__from_dataframe(SEXP tbl_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<DataFrame>::type tbl(tbl_sexp);
return Rcpp::wrap(Table__from_dataframe(tbl));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__from_dataframe(SEXP tbl_sexp){
Rf_error("Cannot call Table__from_dataframe(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
int Table__num_columns(const std::shared_ptr<arrow::Table>& x);
RcppExport SEXP _arrow_Table__num_columns(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type x(x_sexp);
return Rcpp::wrap(Table__num_columns(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__num_columns(SEXP x_sexp){
Rf_error("Cannot call Table__num_columns(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
int Table__num_rows(const std::shared_ptr<arrow::Table>& x);
RcppExport SEXP _arrow_Table__num_rows(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type x(x_sexp);
return Rcpp::wrap(Table__num_rows(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__num_rows(SEXP x_sexp){
Rf_error("Cannot call Table__num_rows(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Schema> Table__schema(const std::shared_ptr<arrow::Table>& x);
RcppExport SEXP _arrow_Table__schema(SEXP x_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type x(x_sexp);
return Rcpp::wrap(Table__schema(x));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__schema(SEXP x_sexp){
Rf_error("Cannot call Table__schema(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> Table__ReplaceSchemaMetadata(const std::shared_ptr<arrow::Table>& x, Rcpp::CharacterVector metadata);
RcppExport SEXP _arrow_Table__ReplaceSchemaMetadata(SEXP x_sexp, SEXP metadata_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type x(x_sexp);
Rcpp::traits::input_parameter<Rcpp::CharacterVector>::type metadata(metadata_sexp);
return Rcpp::wrap(Table__ReplaceSchemaMetadata(x, metadata));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__ReplaceSchemaMetadata(SEXP x_sexp, SEXP metadata_sexp){
Rf_error("Cannot call Table__ReplaceSchemaMetadata(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ChunkedArray> Table__column(const std::shared_ptr<arrow::Table>& table, int i);
RcppExport SEXP _arrow_Table__column(SEXP table_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
Rcpp::traits::input_parameter<int>::type i(i_sexp);
return Rcpp::wrap(Table__column(table, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__column(SEXP table_sexp, SEXP i_sexp){
Rf_error("Cannot call Table__column(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Field> Table__field(const std::shared_ptr<arrow::Table>& table, int i);
RcppExport SEXP _arrow_Table__field(SEXP table_sexp, SEXP i_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
Rcpp::traits::input_parameter<int>::type i(i_sexp);
return Rcpp::wrap(Table__field(table, i));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__field(SEXP table_sexp, SEXP i_sexp){
Rf_error("Cannot call Table__field(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
std::vector<std::shared_ptr<arrow::ChunkedArray>> Table__columns(const std::shared_ptr<arrow::Table>& table);
RcppExport SEXP _arrow_Table__columns(SEXP table_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
return Rcpp::wrap(Table__columns(table));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__columns(SEXP table_sexp){
Rf_error("Cannot call Table__columns(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
std::vector<std::string> Table__ColumnNames(const std::shared_ptr<arrow::Table>& table);
RcppExport SEXP _arrow_Table__ColumnNames(SEXP table_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
return Rcpp::wrap(Table__ColumnNames(table));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__ColumnNames(SEXP table_sexp){
Rf_error("Cannot call Table__ColumnNames(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> Table__Slice1(const std::shared_ptr<arrow::Table>& table, int offset);
RcppExport SEXP _arrow_Table__Slice1(SEXP table_sexp, SEXP offset_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
Rcpp::traits::input_parameter<int>::type offset(offset_sexp);
return Rcpp::wrap(Table__Slice1(table, offset));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__Slice1(SEXP table_sexp, SEXP offset_sexp){
Rf_error("Cannot call Table__Slice1(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> Table__Slice2(const std::shared_ptr<arrow::Table>& table, int offset, int length);
RcppExport SEXP _arrow_Table__Slice2(SEXP table_sexp, SEXP offset_sexp, SEXP length_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
Rcpp::traits::input_parameter<int>::type offset(offset_sexp);
Rcpp::traits::input_parameter<int>::type length(length_sexp);
return Rcpp::wrap(Table__Slice2(table, offset, length));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__Slice2(SEXP table_sexp, SEXP offset_sexp, SEXP length_sexp){
Rf_error("Cannot call Table__Slice2(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Table__Equals(const std::shared_ptr<arrow::Table>& lhs, const std::shared_ptr<arrow::Table>& rhs, bool check_metadata);
RcppExport SEXP _arrow_Table__Equals(SEXP lhs_sexp, SEXP rhs_sexp, SEXP check_metadata_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type lhs(lhs_sexp);
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type rhs(rhs_sexp);
Rcpp::traits::input_parameter<bool>::type check_metadata(check_metadata_sexp);
return Rcpp::wrap(Table__Equals(lhs, rhs, check_metadata));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__Equals(SEXP lhs_sexp, SEXP rhs_sexp, SEXP check_metadata_sexp){
Rf_error("Cannot call Table__Equals(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Table__Validate(const std::shared_ptr<arrow::Table>& table);
RcppExport SEXP _arrow_Table__Validate(SEXP table_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
return Rcpp::wrap(Table__Validate(table));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__Validate(SEXP table_sexp){
Rf_error("Cannot call Table__Validate(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
bool Table__ValidateFull(const std::shared_ptr<arrow::Table>& table);
RcppExport SEXP _arrow_Table__ValidateFull(SEXP table_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
return Rcpp::wrap(Table__ValidateFull(table));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__ValidateFull(SEXP table_sexp){
Rf_error("Cannot call Table__ValidateFull(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::ChunkedArray> Table__GetColumnByName(const std::shared_ptr<arrow::Table>& table, const std::string& name);
RcppExport SEXP _arrow_Table__GetColumnByName(SEXP table_sexp, SEXP name_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
Rcpp::traits::input_parameter<const std::string&>::type name(name_sexp);
return Rcpp::wrap(Table__GetColumnByName(table, name));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__GetColumnByName(SEXP table_sexp, SEXP name_sexp){
Rf_error("Cannot call Table__GetColumnByName(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> Table__select(const std::shared_ptr<arrow::Table>& table, const Rcpp::IntegerVector& indices);
RcppExport SEXP _arrow_Table__select(SEXP table_sexp, SEXP indices_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
Rcpp::traits::input_parameter<const Rcpp::IntegerVector&>::type indices(indices_sexp);
return Rcpp::wrap(Table__select(table, indices));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__select(SEXP table_sexp, SEXP indices_sexp){
Rf_error("Cannot call Table__select(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// table.cpp
#if defined(ARROW_R_WITH_ARROW)
std::shared_ptr<arrow::Table> Table__from_dots(SEXP lst, SEXP schema_sxp);
RcppExport SEXP _arrow_Table__from_dots(SEXP lst_sexp, SEXP schema_sxp_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<SEXP>::type lst(lst_sexp);
Rcpp::traits::input_parameter<SEXP>::type schema_sxp(schema_sxp_sexp);
return Rcpp::wrap(Table__from_dots(lst, schema_sxp));
END_RCPP
}
#else
RcppExport SEXP _arrow_Table__from_dots(SEXP lst_sexp, SEXP schema_sxp_sexp){
Rf_error("Cannot call Table__from_dots(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// threadpool.cpp
#if defined(ARROW_R_WITH_ARROW)
int GetCpuThreadPoolCapacity();
RcppExport SEXP _arrow_GetCpuThreadPoolCapacity(){
BEGIN_RCPP
return Rcpp::wrap(GetCpuThreadPoolCapacity());
END_RCPP
}
#else
RcppExport SEXP _arrow_GetCpuThreadPoolCapacity(){
Rf_error("Cannot call GetCpuThreadPoolCapacity(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
// threadpool.cpp
#if defined(ARROW_R_WITH_ARROW)
void SetCpuThreadPoolCapacity(int threads);
RcppExport SEXP _arrow_SetCpuThreadPoolCapacity(SEXP threads_sexp){
BEGIN_RCPP
Rcpp::traits::input_parameter<int>::type threads(threads_sexp);
SetCpuThreadPoolCapacity(threads);
return R_NilValue;
END_RCPP
}
#else
RcppExport SEXP _arrow_SetCpuThreadPoolCapacity(SEXP threads_sexp){
Rf_error("Cannot call SetCpuThreadPoolCapacity(). Please use arrow::install_arrow() to install required runtime libraries. ");
}
#endif
extern "C" SEXP _arrow_available() {
return Rf_ScalarLogical(
#if defined(ARROW_R_WITH_ARROW)
TRUE
#else
FALSE
#endif
);
}
extern "C" SEXP _s3_available() {
return Rf_ScalarLogical(
#if defined(ARROW_R_WITH_S3)
TRUE
#else
FALSE
#endif
);
}
static const R_CallMethodDef CallEntries[] = {
{ "_arrow_available", (DL_FUNC)& _arrow_available, 0 },
{ "_s3_available", (DL_FUNC)& _s3_available, 0 },
{ "_arrow_Array__Slice1", (DL_FUNC) &_arrow_Array__Slice1, 2},
{ "_arrow_Array__Slice2", (DL_FUNC) &_arrow_Array__Slice2, 3},
{ "_arrow_Array__IsNull", (DL_FUNC) &_arrow_Array__IsNull, 2},
{ "_arrow_Array__IsValid", (DL_FUNC) &_arrow_Array__IsValid, 2},
{ "_arrow_Array__length", (DL_FUNC) &_arrow_Array__length, 1},
{ "_arrow_Array__offset", (DL_FUNC) &_arrow_Array__offset, 1},
{ "_arrow_Array__null_count", (DL_FUNC) &_arrow_Array__null_count, 1},
{ "_arrow_Array__type", (DL_FUNC) &_arrow_Array__type, 1},
{ "_arrow_Array__ToString", (DL_FUNC) &_arrow_Array__ToString, 1},
{ "_arrow_Array__type_id", (DL_FUNC) &_arrow_Array__type_id, 1},
{ "_arrow_Array__Equals", (DL_FUNC) &_arrow_Array__Equals, 2},
{ "_arrow_Array__ApproxEquals", (DL_FUNC) &_arrow_Array__ApproxEquals, 2},
{ "_arrow_Array__data", (DL_FUNC) &_arrow_Array__data, 1},
{ "_arrow_Array__RangeEquals", (DL_FUNC) &_arrow_Array__RangeEquals, 5},
{ "_arrow_Array__View", (DL_FUNC) &_arrow_Array__View, 2},
{ "_arrow_Array__Mask", (DL_FUNC) &_arrow_Array__Mask, 1},
{ "_arrow_Array__Validate", (DL_FUNC) &_arrow_Array__Validate, 1},
{ "_arrow_DictionaryArray__indices", (DL_FUNC) &_arrow_DictionaryArray__indices, 1},
{ "_arrow_DictionaryArray__dictionary", (DL_FUNC) &_arrow_DictionaryArray__dictionary, 1},
{ "_arrow_StructArray__field", (DL_FUNC) &_arrow_StructArray__field, 2},
{ "_arrow_StructArray__GetFieldByName", (DL_FUNC) &_arrow_StructArray__GetFieldByName, 2},
{ "_arrow_StructArray__Flatten", (DL_FUNC) &_arrow_StructArray__Flatten, 1},
{ "_arrow_ListArray__value_type", (DL_FUNC) &_arrow_ListArray__value_type, 1},
{ "_arrow_LargeListArray__value_type", (DL_FUNC) &_arrow_LargeListArray__value_type, 1},
{ "_arrow_ListArray__values", (DL_FUNC) &_arrow_ListArray__values, 1},
{ "_arrow_LargeListArray__values", (DL_FUNC) &_arrow_LargeListArray__values, 1},
{ "_arrow_ListArray__value_length", (DL_FUNC) &_arrow_ListArray__value_length, 2},
{ "_arrow_LargeListArray__value_length", (DL_FUNC) &_arrow_LargeListArray__value_length, 2},
{ "_arrow_FixedSizeListArray__value_length", (DL_FUNC) &_arrow_FixedSizeListArray__value_length, 2},
{ "_arrow_ListArray__value_offset", (DL_FUNC) &_arrow_ListArray__value_offset, 2},
{ "_arrow_LargeListArray__value_offset", (DL_FUNC) &_arrow_LargeListArray__value_offset, 2},
{ "_arrow_FixedSizeListArray__value_offset", (DL_FUNC) &_arrow_FixedSizeListArray__value_offset, 2},
{ "_arrow_ListArray__raw_value_offsets", (DL_FUNC) &_arrow_ListArray__raw_value_offsets, 1},
{ "_arrow_LargeListArray__raw_value_offsets", (DL_FUNC) &_arrow_LargeListArray__raw_value_offsets, 1},
{ "_arrow_Array__infer_type", (DL_FUNC) &_arrow_Array__infer_type, 1},
{ "_arrow_Array__from_vector", (DL_FUNC) &_arrow_Array__from_vector, 2},
{ "_arrow_ChunkedArray__from_list", (DL_FUNC) &_arrow_ChunkedArray__from_list, 2},
{ "_arrow_DictionaryArray__FromArrays", (DL_FUNC) &_arrow_DictionaryArray__FromArrays, 3},
{ "_arrow_Array__as_vector", (DL_FUNC) &_arrow_Array__as_vector, 1},
{ "_arrow_ChunkedArray__as_vector", (DL_FUNC) &_arrow_ChunkedArray__as_vector, 1},
{ "_arrow_RecordBatch__to_dataframe", (DL_FUNC) &_arrow_RecordBatch__to_dataframe, 2},
{ "_arrow_Table__to_dataframe", (DL_FUNC) &_arrow_Table__to_dataframe, 2},
{ "_arrow_ArrayData__get_type", (DL_FUNC) &_arrow_ArrayData__get_type, 1},
{ "_arrow_ArrayData__get_length", (DL_FUNC) &_arrow_ArrayData__get_length, 1},
{ "_arrow_ArrayData__get_null_count", (DL_FUNC) &_arrow_ArrayData__get_null_count, 1},
{ "_arrow_ArrayData__get_offset", (DL_FUNC) &_arrow_ArrayData__get_offset, 1},
{ "_arrow_ArrayData__buffers", (DL_FUNC) &_arrow_ArrayData__buffers, 1},
{ "_arrow_Buffer__is_mutable", (DL_FUNC) &_arrow_Buffer__is_mutable, 1},
{ "_arrow_Buffer__ZeroPadding", (DL_FUNC) &_arrow_Buffer__ZeroPadding, 1},
{ "_arrow_Buffer__capacity", (DL_FUNC) &_arrow_Buffer__capacity, 1},
{ "_arrow_Buffer__size", (DL_FUNC) &_arrow_Buffer__size, 1},
{ "_arrow_r___RBuffer__initialize", (DL_FUNC) &_arrow_r___RBuffer__initialize, 1},
{ "_arrow_Buffer__data", (DL_FUNC) &_arrow_Buffer__data, 1},
{ "_arrow_Buffer__Equals", (DL_FUNC) &_arrow_Buffer__Equals, 2},
{ "_arrow_ChunkedArray__length", (DL_FUNC) &_arrow_ChunkedArray__length, 1},
{ "_arrow_ChunkedArray__null_count", (DL_FUNC) &_arrow_ChunkedArray__null_count, 1},
{ "_arrow_ChunkedArray__num_chunks", (DL_FUNC) &_arrow_ChunkedArray__num_chunks, 1},
{ "_arrow_ChunkedArray__chunk", (DL_FUNC) &_arrow_ChunkedArray__chunk, 2},
{ "_arrow_ChunkedArray__chunks", (DL_FUNC) &_arrow_ChunkedArray__chunks, 1},
{ "_arrow_ChunkedArray__type", (DL_FUNC) &_arrow_ChunkedArray__type, 1},
{ "_arrow_ChunkedArray__Slice1", (DL_FUNC) &_arrow_ChunkedArray__Slice1, 2},
{ "_arrow_ChunkedArray__Slice2", (DL_FUNC) &_arrow_ChunkedArray__Slice2, 3},
{ "_arrow_ChunkedArray__View", (DL_FUNC) &_arrow_ChunkedArray__View, 2},
{ "_arrow_ChunkedArray__Validate", (DL_FUNC) &_arrow_ChunkedArray__Validate, 1},
{ "_arrow_ChunkedArray__Equals", (DL_FUNC) &_arrow_ChunkedArray__Equals, 2},
{ "_arrow_ChunkedArray__ToString", (DL_FUNC) &_arrow_ChunkedArray__ToString, 1},
{ "_arrow_util___Codec__Create", (DL_FUNC) &_arrow_util___Codec__Create, 2},
{ "_arrow_util___Codec__name", (DL_FUNC) &_arrow_util___Codec__name, 1},
{ "_arrow_util___Codec__IsAvailable", (DL_FUNC) &_arrow_util___Codec__IsAvailable, 1},
{ "_arrow_io___CompressedOutputStream__Make", (DL_FUNC) &_arrow_io___CompressedOutputStream__Make, 2},
{ "_arrow_io___CompressedInputStream__Make", (DL_FUNC) &_arrow_io___CompressedInputStream__Make, 2},
{ "_arrow_compute___CastOptions__initialize", (DL_FUNC) &_arrow_compute___CastOptions__initialize, 3},
{ "_arrow_Array__cast", (DL_FUNC) &_arrow_Array__cast, 3},
{ "_arrow_ChunkedArray__cast", (DL_FUNC) &_arrow_ChunkedArray__cast, 3},
{ "_arrow_RecordBatch__cast", (DL_FUNC) &_arrow_RecordBatch__cast, 3},
{ "_arrow_Table__cast", (DL_FUNC) &_arrow_Table__cast, 3},
{ "_arrow_compute__CallFunction", (DL_FUNC) &_arrow_compute__CallFunction, 3},
{ "_arrow_csv___ReadOptions__initialize", (DL_FUNC) &_arrow_csv___ReadOptions__initialize, 1},
{ "_arrow_csv___ParseOptions__initialize", (DL_FUNC) &_arrow_csv___ParseOptions__initialize, 1},
{ "_arrow_csv___ConvertOptions__initialize", (DL_FUNC) &_arrow_csv___ConvertOptions__initialize, 1},
{ "_arrow_csv___TableReader__Make", (DL_FUNC) &_arrow_csv___TableReader__Make, 4},
{ "_arrow_csv___TableReader__Read", (DL_FUNC) &_arrow_csv___TableReader__Read, 1},
{ "_arrow_dataset___Dataset__NewScan", (DL_FUNC) &_arrow_dataset___Dataset__NewScan, 1},
{ "_arrow_dataset___Dataset__schema", (DL_FUNC) &_arrow_dataset___Dataset__schema, 1},
{ "_arrow_dataset___Dataset__type_name", (DL_FUNC) &_arrow_dataset___Dataset__type_name, 1},
{ "_arrow_dataset___Dataset__ReplaceSchema", (DL_FUNC) &_arrow_dataset___Dataset__ReplaceSchema, 2},
{ "_arrow_dataset___UnionDataset__create", (DL_FUNC) &_arrow_dataset___UnionDataset__create, 2},
{ "_arrow_dataset___UnionDataset__children", (DL_FUNC) &_arrow_dataset___UnionDataset__children, 1},
{ "_arrow_dataset___FileSystemDataset__format", (DL_FUNC) &_arrow_dataset___FileSystemDataset__format, 1},
{ "_arrow_dataset___FileSystemDataset__files", (DL_FUNC) &_arrow_dataset___FileSystemDataset__files, 1},
{ "_arrow_dataset___DatasetFactory__Finish1", (DL_FUNC) &_arrow_dataset___DatasetFactory__Finish1, 2},
{ "_arrow_dataset___DatasetFactory__Finish2", (DL_FUNC) &_arrow_dataset___DatasetFactory__Finish2, 2},
{ "_arrow_dataset___DatasetFactory__Inspect", (DL_FUNC) &_arrow_dataset___DatasetFactory__Inspect, 2},
{ "_arrow_dataset___UnionDatasetFactory__Make", (DL_FUNC) &_arrow_dataset___UnionDatasetFactory__Make, 1},
{ "_arrow_dataset___FileSystemDatasetFactory__Make2", (DL_FUNC) &_arrow_dataset___FileSystemDatasetFactory__Make2, 4},
{ "_arrow_dataset___FileSystemDatasetFactory__Make1", (DL_FUNC) &_arrow_dataset___FileSystemDatasetFactory__Make1, 3},
{ "_arrow_dataset___FileSystemDatasetFactory__Make3", (DL_FUNC) &_arrow_dataset___FileSystemDatasetFactory__Make3, 4},
{ "_arrow_dataset___FileFormat__type_name", (DL_FUNC) &_arrow_dataset___FileFormat__type_name, 1},
{ "_arrow_dataset___ParquetFileFormat__Make", (DL_FUNC) &_arrow_dataset___ParquetFileFormat__Make, 3},
{ "_arrow_dataset___IpcFileFormat__Make", (DL_FUNC) &_arrow_dataset___IpcFileFormat__Make, 0},
{ "_arrow_dataset___CsvFileFormat__Make", (DL_FUNC) &_arrow_dataset___CsvFileFormat__Make, 1},
{ "_arrow_dataset___DirectoryPartitioning", (DL_FUNC) &_arrow_dataset___DirectoryPartitioning, 1},
{ "_arrow_dataset___DirectoryPartitioning__MakeFactory", (DL_FUNC) &_arrow_dataset___DirectoryPartitioning__MakeFactory, 1},
{ "_arrow_dataset___HivePartitioning", (DL_FUNC) &_arrow_dataset___HivePartitioning, 1},
{ "_arrow_dataset___HivePartitioning__MakeFactory", (DL_FUNC) &_arrow_dataset___HivePartitioning__MakeFactory, 0},
{ "_arrow_dataset___ScannerBuilder__Project", (DL_FUNC) &_arrow_dataset___ScannerBuilder__Project, 2},
{ "_arrow_dataset___ScannerBuilder__Filter", (DL_FUNC) &_arrow_dataset___ScannerBuilder__Filter, 2},
{ "_arrow_dataset___ScannerBuilder__UseThreads", (DL_FUNC) &_arrow_dataset___ScannerBuilder__UseThreads, 2},
{ "_arrow_dataset___ScannerBuilder__BatchSize", (DL_FUNC) &_arrow_dataset___ScannerBuilder__BatchSize, 2},
{ "_arrow_dataset___ScannerBuilder__schema", (DL_FUNC) &_arrow_dataset___ScannerBuilder__schema, 1},
{ "_arrow_dataset___ScannerBuilder__Finish", (DL_FUNC) &_arrow_dataset___ScannerBuilder__Finish, 1},
{ "_arrow_dataset___Scanner__ToTable", (DL_FUNC) &_arrow_dataset___Scanner__ToTable, 1},
{ "_arrow_dataset___Scanner__Scan", (DL_FUNC) &_arrow_dataset___Scanner__Scan, 1},
{ "_arrow_dataset___ScanTask__get_batches", (DL_FUNC) &_arrow_dataset___ScanTask__get_batches, 1},
{ "_arrow_shared_ptr_is_null", (DL_FUNC) &_arrow_shared_ptr_is_null, 1},
{ "_arrow_unique_ptr_is_null", (DL_FUNC) &_arrow_unique_ptr_is_null, 1},
{ "_arrow_Int8__initialize", (DL_FUNC) &_arrow_Int8__initialize, 0},
{ "_arrow_Int16__initialize", (DL_FUNC) &_arrow_Int16__initialize, 0},
{ "_arrow_Int32__initialize", (DL_FUNC) &_arrow_Int32__initialize, 0},
{ "_arrow_Int64__initialize", (DL_FUNC) &_arrow_Int64__initialize, 0},
{ "_arrow_UInt8__initialize", (DL_FUNC) &_arrow_UInt8__initialize, 0},
{ "_arrow_UInt16__initialize", (DL_FUNC) &_arrow_UInt16__initialize, 0},
{ "_arrow_UInt32__initialize", (DL_FUNC) &_arrow_UInt32__initialize, 0},
{ "_arrow_UInt64__initialize", (DL_FUNC) &_arrow_UInt64__initialize, 0},
{ "_arrow_Float16__initialize", (DL_FUNC) &_arrow_Float16__initialize, 0},
{ "_arrow_Float32__initialize", (DL_FUNC) &_arrow_Float32__initialize, 0},
{ "_arrow_Float64__initialize", (DL_FUNC) &_arrow_Float64__initialize, 0},
{ "_arrow_Boolean__initialize", (DL_FUNC) &_arrow_Boolean__initialize, 0},
{ "_arrow_Utf8__initialize", (DL_FUNC) &_arrow_Utf8__initialize, 0},
{ "_arrow_LargeUtf8__initialize", (DL_FUNC) &_arrow_LargeUtf8__initialize, 0},
{ "_arrow_Binary__initialize", (DL_FUNC) &_arrow_Binary__initialize, 0},
{ "_arrow_LargeBinary__initialize", (DL_FUNC) &_arrow_LargeBinary__initialize, 0},
{ "_arrow_Date32__initialize", (DL_FUNC) &_arrow_Date32__initialize, 0},
{ "_arrow_Date64__initialize", (DL_FUNC) &_arrow_Date64__initialize, 0},
{ "_arrow_Null__initialize", (DL_FUNC) &_arrow_Null__initialize, 0},
{ "_arrow_Decimal128Type__initialize", (DL_FUNC) &_arrow_Decimal128Type__initialize, 2},
{ "_arrow_FixedSizeBinary__initialize", (DL_FUNC) &_arrow_FixedSizeBinary__initialize, 1},
{ "_arrow_Timestamp__initialize", (DL_FUNC) &_arrow_Timestamp__initialize, 2},
{ "_arrow_Time32__initialize", (DL_FUNC) &_arrow_Time32__initialize, 1},
{ "_arrow_Time64__initialize", (DL_FUNC) &_arrow_Time64__initialize, 1},
{ "_arrow_list__", (DL_FUNC) &_arrow_list__, 1},
{ "_arrow_large_list__", (DL_FUNC) &_arrow_large_list__, 1},
{ "_arrow_fixed_size_list__", (DL_FUNC) &_arrow_fixed_size_list__, 2},
{ "_arrow_struct_", (DL_FUNC) &_arrow_struct_, 1},
{ "_arrow_DataType__ToString", (DL_FUNC) &_arrow_DataType__ToString, 1},
{ "_arrow_DataType__name", (DL_FUNC) &_arrow_DataType__name, 1},
{ "_arrow_DataType__Equals", (DL_FUNC) &_arrow_DataType__Equals, 2},
{ "_arrow_DataType__num_children", (DL_FUNC) &_arrow_DataType__num_children, 1},
{ "_arrow_DataType__children_pointer", (DL_FUNC) &_arrow_DataType__children_pointer, 1},
{ "_arrow_DataType__id", (DL_FUNC) &_arrow_DataType__id, 1},
{ "_arrow_ListType__ToString", (DL_FUNC) &_arrow_ListType__ToString, 1},
{ "_arrow_FixedWidthType__bit_width", (DL_FUNC) &_arrow_FixedWidthType__bit_width, 1},
{ "_arrow_DateType__unit", (DL_FUNC) &_arrow_DateType__unit, 1},
{ "_arrow_TimeType__unit", (DL_FUNC) &_arrow_TimeType__unit, 1},
{ "_arrow_DecimalType__precision", (DL_FUNC) &_arrow_DecimalType__precision, 1},
{ "_arrow_DecimalType__scale", (DL_FUNC) &_arrow_DecimalType__scale, 1},
{ "_arrow_TimestampType__timezone", (DL_FUNC) &_arrow_TimestampType__timezone, 1},
{ "_arrow_TimestampType__unit", (DL_FUNC) &_arrow_TimestampType__unit, 1},
{ "_arrow_DictionaryType__initialize", (DL_FUNC) &_arrow_DictionaryType__initialize, 3},
{ "_arrow_DictionaryType__index_type", (DL_FUNC) &_arrow_DictionaryType__index_type, 1},
{ "_arrow_DictionaryType__value_type", (DL_FUNC) &_arrow_DictionaryType__value_type, 1},
{ "_arrow_DictionaryType__name", (DL_FUNC) &_arrow_DictionaryType__name, 1},
{ "_arrow_DictionaryType__ordered", (DL_FUNC) &_arrow_DictionaryType__ordered, 1},
{ "_arrow_StructType__GetFieldByName", (DL_FUNC) &_arrow_StructType__GetFieldByName, 2},
{ "_arrow_StructType__GetFieldIndex", (DL_FUNC) &_arrow_StructType__GetFieldIndex, 2},
{ "_arrow_ListType__value_field", (DL_FUNC) &_arrow_ListType__value_field, 1},
{ "_arrow_ListType__value_type", (DL_FUNC) &_arrow_ListType__value_type, 1},
{ "_arrow_LargeListType__value_field", (DL_FUNC) &_arrow_LargeListType__value_field, 1},
{ "_arrow_LargeListType__value_type", (DL_FUNC) &_arrow_LargeListType__value_type, 1},
{ "_arrow_FixedSizeListType__value_field", (DL_FUNC) &_arrow_FixedSizeListType__value_field, 1},
{ "_arrow_FixedSizeListType__value_type", (DL_FUNC) &_arrow_FixedSizeListType__value_type, 1},
{ "_arrow_FixedSizeListType__list_size", (DL_FUNC) &_arrow_FixedSizeListType__list_size, 1},
{ "_arrow_dataset___expr__field_ref", (DL_FUNC) &_arrow_dataset___expr__field_ref, 1},
{ "_arrow_dataset___expr__equal", (DL_FUNC) &_arrow_dataset___expr__equal, 2},
{ "_arrow_dataset___expr__not_equal", (DL_FUNC) &_arrow_dataset___expr__not_equal, 2},
{ "_arrow_dataset___expr__greater", (DL_FUNC) &_arrow_dataset___expr__greater, 2},
{ "_arrow_dataset___expr__greater_equal", (DL_FUNC) &_arrow_dataset___expr__greater_equal, 2},
{ "_arrow_dataset___expr__less", (DL_FUNC) &_arrow_dataset___expr__less, 2},
{ "_arrow_dataset___expr__less_equal", (DL_FUNC) &_arrow_dataset___expr__less_equal, 2},
{ "_arrow_dataset___expr__in", (DL_FUNC) &_arrow_dataset___expr__in, 2},
{ "_arrow_dataset___expr__and", (DL_FUNC) &_arrow_dataset___expr__and, 2},
{ "_arrow_dataset___expr__or", (DL_FUNC) &_arrow_dataset___expr__or, 2},
{ "_arrow_dataset___expr__not", (DL_FUNC) &_arrow_dataset___expr__not, 1},
{ "_arrow_dataset___expr__is_valid", (DL_FUNC) &_arrow_dataset___expr__is_valid, 1},
{ "_arrow_dataset___expr__scalar", (DL_FUNC) &_arrow_dataset___expr__scalar, 1},
{ "_arrow_dataset___expr__ToString", (DL_FUNC) &_arrow_dataset___expr__ToString, 1},
{ "_arrow_ipc___WriteFeather__Table", (DL_FUNC) &_arrow_ipc___WriteFeather__Table, 6},
{ "_arrow_ipc___feather___Reader__version", (DL_FUNC) &_arrow_ipc___feather___Reader__version, 1},
{ "_arrow_ipc___feather___Reader__Read", (DL_FUNC) &_arrow_ipc___feather___Reader__Read, 2},
{ "_arrow_ipc___feather___Reader__Open", (DL_FUNC) &_arrow_ipc___feather___Reader__Open, 1},
{ "_arrow_ipc___feather___Reader__column_names", (DL_FUNC) &_arrow_ipc___feather___Reader__column_names, 1},
{ "_arrow_Field__initialize", (DL_FUNC) &_arrow_Field__initialize, 3},
{ "_arrow_Field__ToString", (DL_FUNC) &_arrow_Field__ToString, 1},
{ "_arrow_Field__name", (DL_FUNC) &_arrow_Field__name, 1},
{ "_arrow_Field__Equals", (DL_FUNC) &_arrow_Field__Equals, 2},
{ "_arrow_Field__nullable", (DL_FUNC) &_arrow_Field__nullable, 1},
{ "_arrow_Field__type", (DL_FUNC) &_arrow_Field__type, 1},
{ "_arrow_fs___FileInfo__type", (DL_FUNC) &_arrow_fs___FileInfo__type, 1},
{ "_arrow_fs___FileInfo__set_type", (DL_FUNC) &_arrow_fs___FileInfo__set_type, 2},
{ "_arrow_fs___FileInfo__path", (DL_FUNC) &_arrow_fs___FileInfo__path, 1},
{ "_arrow_fs___FileInfo__set_path", (DL_FUNC) &_arrow_fs___FileInfo__set_path, 2},
{ "_arrow_fs___FileInfo__size", (DL_FUNC) &_arrow_fs___FileInfo__size, 1},
{ "_arrow_fs___FileInfo__set_size", (DL_FUNC) &_arrow_fs___FileInfo__set_size, 2},
{ "_arrow_fs___FileInfo__base_name", (DL_FUNC) &_arrow_fs___FileInfo__base_name, 1},
{ "_arrow_fs___FileInfo__extension", (DL_FUNC) &_arrow_fs___FileInfo__extension, 1},
{ "_arrow_fs___FileInfo__mtime", (DL_FUNC) &_arrow_fs___FileInfo__mtime, 1},
{ "_arrow_fs___FileInfo__set_mtime", (DL_FUNC) &_arrow_fs___FileInfo__set_mtime, 2},
{ "_arrow_fs___FileSelector__base_dir", (DL_FUNC) &_arrow_fs___FileSelector__base_dir, 1},
{ "_arrow_fs___FileSelector__allow_not_found", (DL_FUNC) &_arrow_fs___FileSelector__allow_not_found, 1},
{ "_arrow_fs___FileSelector__recursive", (DL_FUNC) &_arrow_fs___FileSelector__recursive, 1},
{ "_arrow_fs___FileSelector__create", (DL_FUNC) &_arrow_fs___FileSelector__create, 3},
{ "_arrow_fs___FileSystem__GetTargetInfos_Paths", (DL_FUNC) &_arrow_fs___FileSystem__GetTargetInfos_Paths, 2},
{ "_arrow_fs___FileSystem__GetTargetInfos_FileSelector", (DL_FUNC) &_arrow_fs___FileSystem__GetTargetInfos_FileSelector, 2},
{ "_arrow_fs___FileSystem__CreateDir", (DL_FUNC) &_arrow_fs___FileSystem__CreateDir, 3},
{ "_arrow_fs___FileSystem__DeleteDir", (DL_FUNC) &_arrow_fs___FileSystem__DeleteDir, 2},
{ "_arrow_fs___FileSystem__DeleteDirContents", (DL_FUNC) &_arrow_fs___FileSystem__DeleteDirContents, 2},
{ "_arrow_fs___FileSystem__DeleteFile", (DL_FUNC) &_arrow_fs___FileSystem__DeleteFile, 2},
{ "_arrow_fs___FileSystem__DeleteFiles", (DL_FUNC) &_arrow_fs___FileSystem__DeleteFiles, 2},
{ "_arrow_fs___FileSystem__Move", (DL_FUNC) &_arrow_fs___FileSystem__Move, 3},
{ "_arrow_fs___FileSystem__CopyFile", (DL_FUNC) &_arrow_fs___FileSystem__CopyFile, 3},
{ "_arrow_fs___FileSystem__OpenInputStream", (DL_FUNC) &_arrow_fs___FileSystem__OpenInputStream, 2},
{ "_arrow_fs___FileSystem__OpenInputFile", (DL_FUNC) &_arrow_fs___FileSystem__OpenInputFile, 2},
{ "_arrow_fs___FileSystem__OpenOutputStream", (DL_FUNC) &_arrow_fs___FileSystem__OpenOutputStream, 2},
{ "_arrow_fs___FileSystem__OpenAppendStream", (DL_FUNC) &_arrow_fs___FileSystem__OpenAppendStream, 2},
{ "_arrow_fs___FileSystem__type_name", (DL_FUNC) &_arrow_fs___FileSystem__type_name, 1},
{ "_arrow_fs___LocalFileSystem__create", (DL_FUNC) &_arrow_fs___LocalFileSystem__create, 0},
{ "_arrow_fs___SubTreeFileSystem__create", (DL_FUNC) &_arrow_fs___SubTreeFileSystem__create, 2},
{ "_arrow_fs___FileSystemFromUri", (DL_FUNC) &_arrow_fs___FileSystemFromUri, 1},
{ "_arrow_fs___EnsureS3Initialized", (DL_FUNC) &_arrow_fs___EnsureS3Initialized, 0},
{ "_arrow_fs___S3FileSystem__create", (DL_FUNC) &_arrow_fs___S3FileSystem__create, 0},
{ "_arrow_io___Readable__Read", (DL_FUNC) &_arrow_io___Readable__Read, 2},
{ "_arrow_io___InputStream__Close", (DL_FUNC) &_arrow_io___InputStream__Close, 1},
{ "_arrow_io___OutputStream__Close", (DL_FUNC) &_arrow_io___OutputStream__Close, 1},
{ "_arrow_io___RandomAccessFile__GetSize", (DL_FUNC) &_arrow_io___RandomAccessFile__GetSize, 1},
{ "_arrow_io___RandomAccessFile__supports_zero_copy", (DL_FUNC) &_arrow_io___RandomAccessFile__supports_zero_copy, 1},
{ "_arrow_io___RandomAccessFile__Seek", (DL_FUNC) &_arrow_io___RandomAccessFile__Seek, 2},
{ "_arrow_io___RandomAccessFile__Tell", (DL_FUNC) &_arrow_io___RandomAccessFile__Tell, 1},
{ "_arrow_io___RandomAccessFile__Read0", (DL_FUNC) &_arrow_io___RandomAccessFile__Read0, 1},
{ "_arrow_io___RandomAccessFile__ReadAt", (DL_FUNC) &_arrow_io___RandomAccessFile__ReadAt, 3},
{ "_arrow_io___MemoryMappedFile__Create", (DL_FUNC) &_arrow_io___MemoryMappedFile__Create, 2},
{ "_arrow_io___MemoryMappedFile__Open", (DL_FUNC) &_arrow_io___MemoryMappedFile__Open, 2},
{ "_arrow_io___MemoryMappedFile__Resize", (DL_FUNC) &_arrow_io___MemoryMappedFile__Resize, 2},
{ "_arrow_io___ReadableFile__Open", (DL_FUNC) &_arrow_io___ReadableFile__Open, 1},
{ "_arrow_io___BufferReader__initialize", (DL_FUNC) &_arrow_io___BufferReader__initialize, 1},
{ "_arrow_io___Writable__write", (DL_FUNC) &_arrow_io___Writable__write, 2},
{ "_arrow_io___OutputStream__Tell", (DL_FUNC) &_arrow_io___OutputStream__Tell, 1},
{ "_arrow_io___FileOutputStream__Open", (DL_FUNC) &_arrow_io___FileOutputStream__Open, 1},
{ "_arrow_io___BufferOutputStream__Create", (DL_FUNC) &_arrow_io___BufferOutputStream__Create, 1},
{ "_arrow_io___BufferOutputStream__capacity", (DL_FUNC) &_arrow_io___BufferOutputStream__capacity, 1},
{ "_arrow_io___BufferOutputStream__Finish", (DL_FUNC) &_arrow_io___BufferOutputStream__Finish, 1},
{ "_arrow_io___BufferOutputStream__Tell", (DL_FUNC) &_arrow_io___BufferOutputStream__Tell, 1},
{ "_arrow_io___BufferOutputStream__Write", (DL_FUNC) &_arrow_io___BufferOutputStream__Write, 2},
{ "_arrow_json___ReadOptions__initialize", (DL_FUNC) &_arrow_json___ReadOptions__initialize, 1},
{ "_arrow_json___ParseOptions__initialize", (DL_FUNC) &_arrow_json___ParseOptions__initialize, 1},
{ "_arrow_json___TableReader__Make", (DL_FUNC) &_arrow_json___TableReader__Make, 3},
{ "_arrow_json___TableReader__Read", (DL_FUNC) &_arrow_json___TableReader__Read, 1},
{ "_arrow_MemoryPool__default", (DL_FUNC) &_arrow_MemoryPool__default, 0},
{ "_arrow_MemoryPool__bytes_allocated", (DL_FUNC) &_arrow_MemoryPool__bytes_allocated, 1},
{ "_arrow_MemoryPool__max_memory", (DL_FUNC) &_arrow_MemoryPool__max_memory, 1},
{ "_arrow_ipc___Message__body_length", (DL_FUNC) &_arrow_ipc___Message__body_length, 1},
{ "_arrow_ipc___Message__metadata", (DL_FUNC) &_arrow_ipc___Message__metadata, 1},
{ "_arrow_ipc___Message__body", (DL_FUNC) &_arrow_ipc___Message__body, 1},
{ "_arrow_ipc___Message__Verify", (DL_FUNC) &_arrow_ipc___Message__Verify, 1},
{ "_arrow_ipc___Message__type", (DL_FUNC) &_arrow_ipc___Message__type, 1},
{ "_arrow_ipc___Message__Equals", (DL_FUNC) &_arrow_ipc___Message__Equals, 2},
{ "_arrow_ipc___ReadRecordBatch__Message__Schema", (DL_FUNC) &_arrow_ipc___ReadRecordBatch__Message__Schema, 2},
{ "_arrow_ipc___ReadSchema_InputStream", (DL_FUNC) &_arrow_ipc___ReadSchema_InputStream, 1},
{ "_arrow_ipc___ReadSchema_Message", (DL_FUNC) &_arrow_ipc___ReadSchema_Message, 1},
{ "_arrow_ipc___MessageReader__Open", (DL_FUNC) &_arrow_ipc___MessageReader__Open, 1},
{ "_arrow_ipc___MessageReader__ReadNextMessage", (DL_FUNC) &_arrow_ipc___MessageReader__ReadNextMessage, 1},
{ "_arrow_ipc___ReadMessage", (DL_FUNC) &_arrow_ipc___ReadMessage, 1},
{ "_arrow_parquet___arrow___ArrowReaderProperties__Make", (DL_FUNC) &_arrow_parquet___arrow___ArrowReaderProperties__Make, 1},
{ "_arrow_parquet___arrow___ArrowReaderProperties__set_use_threads", (DL_FUNC) &_arrow_parquet___arrow___ArrowReaderProperties__set_use_threads, 2},
{ "_arrow_parquet___arrow___ArrowReaderProperties__get_use_threads", (DL_FUNC) &_arrow_parquet___arrow___ArrowReaderProperties__get_use_threads, 2},
{ "_arrow_parquet___arrow___ArrowReaderProperties__get_read_dictionary", (DL_FUNC) &_arrow_parquet___arrow___ArrowReaderProperties__get_read_dictionary, 2},
{ "_arrow_parquet___arrow___ArrowReaderProperties__set_read_dictionary", (DL_FUNC) &_arrow_parquet___arrow___ArrowReaderProperties__set_read_dictionary, 3},
{ "_arrow_parquet___arrow___FileReader__OpenFile", (DL_FUNC) &_arrow_parquet___arrow___FileReader__OpenFile, 2},
{ "_arrow_parquet___arrow___FileReader__ReadTable1", (DL_FUNC) &_arrow_parquet___arrow___FileReader__ReadTable1, 1},
{ "_arrow_parquet___arrow___FileReader__ReadTable2", (DL_FUNC) &_arrow_parquet___arrow___FileReader__ReadTable2, 2},
{ "_arrow_parquet___arrow___FileReader__num_rows", (DL_FUNC) &_arrow_parquet___arrow___FileReader__num_rows, 1},
{ "_arrow_parquet___ArrowWriterProperties___create", (DL_FUNC) &_arrow_parquet___ArrowWriterProperties___create, 3},
{ "_arrow_parquet___WriterProperties___Builder__create", (DL_FUNC) &_arrow_parquet___WriterProperties___Builder__create, 0},
{ "_arrow_parquet___WriterProperties___Builder__version", (DL_FUNC) &_arrow_parquet___WriterProperties___Builder__version, 2},
{ "_arrow_parquet___ArrowWriterProperties___Builder__set_compressions", (DL_FUNC) &_arrow_parquet___ArrowWriterProperties___Builder__set_compressions, 3},
{ "_arrow_parquet___ArrowWriterProperties___Builder__set_compression_levels", (DL_FUNC) &_arrow_parquet___ArrowWriterProperties___Builder__set_compression_levels, 3},
{ "_arrow_parquet___ArrowWriterProperties___Builder__set_use_dictionary", (DL_FUNC) &_arrow_parquet___ArrowWriterProperties___Builder__set_use_dictionary, 3},
{ "_arrow_parquet___ArrowWriterProperties___Builder__set_write_statistics", (DL_FUNC) &_arrow_parquet___ArrowWriterProperties___Builder__set_write_statistics, 3},
{ "_arrow_parquet___ArrowWriterProperties___Builder__data_page_size", (DL_FUNC) &_arrow_parquet___ArrowWriterProperties___Builder__data_page_size, 2},
{ "_arrow_parquet___WriterProperties___Builder__build", (DL_FUNC) &_arrow_parquet___WriterProperties___Builder__build, 1},
{ "_arrow_parquet___arrow___ParquetFileWriter__Open", (DL_FUNC) &_arrow_parquet___arrow___ParquetFileWriter__Open, 4},
{ "_arrow_parquet___arrow___FileWriter__WriteTable", (DL_FUNC) &_arrow_parquet___arrow___FileWriter__WriteTable, 3},
{ "_arrow_parquet___arrow___FileWriter__Close", (DL_FUNC) &_arrow_parquet___arrow___FileWriter__Close, 1},
{ "_arrow_parquet___arrow___WriteTable", (DL_FUNC) &_arrow_parquet___arrow___WriteTable, 4},
{ "_arrow_parquet___arrow___FileReader__GetSchema", (DL_FUNC) &_arrow_parquet___arrow___FileReader__GetSchema, 1},
{ "_arrow_ImportArray", (DL_FUNC) &_arrow_ImportArray, 2},
{ "_arrow_ImportRecordBatch", (DL_FUNC) &_arrow_ImportRecordBatch, 2},
{ "_arrow_allocate_arrow_schema", (DL_FUNC) &_arrow_allocate_arrow_schema, 0},
{ "_arrow_delete_arrow_schema", (DL_FUNC) &_arrow_delete_arrow_schema, 1},
{ "_arrow_allocate_arrow_array", (DL_FUNC) &_arrow_allocate_arrow_array, 0},
{ "_arrow_delete_arrow_array", (DL_FUNC) &_arrow_delete_arrow_array, 1},
{ "_arrow_ExportType", (DL_FUNC) &_arrow_ExportType, 2},
{ "_arrow_ExportSchema", (DL_FUNC) &_arrow_ExportSchema, 2},
{ "_arrow_ExportArray", (DL_FUNC) &_arrow_ExportArray, 3},
{ "_arrow_ExportRecordBatch", (DL_FUNC) &_arrow_ExportRecordBatch, 3},
{ "_arrow_RecordBatch__num_columns", (DL_FUNC) &_arrow_RecordBatch__num_columns, 1},
{ "_arrow_RecordBatch__num_rows", (DL_FUNC) &_arrow_RecordBatch__num_rows, 1},
{ "_arrow_RecordBatch__schema", (DL_FUNC) &_arrow_RecordBatch__schema, 1},
{ "_arrow_RecordBatch__ReplaceSchemaMetadata", (DL_FUNC) &_arrow_RecordBatch__ReplaceSchemaMetadata, 2},
{ "_arrow_RecordBatch__columns", (DL_FUNC) &_arrow_RecordBatch__columns, 1},
{ "_arrow_RecordBatch__column", (DL_FUNC) &_arrow_RecordBatch__column, 2},
{ "_arrow_RecordBatch__GetColumnByName", (DL_FUNC) &_arrow_RecordBatch__GetColumnByName, 2},
{ "_arrow_RecordBatch__select", (DL_FUNC) &_arrow_RecordBatch__select, 2},
{ "_arrow_RecordBatch__from_dataframe", (DL_FUNC) &_arrow_RecordBatch__from_dataframe, 1},
{ "_arrow_RecordBatch__Equals", (DL_FUNC) &_arrow_RecordBatch__Equals, 3},
{ "_arrow_RecordBatch__RemoveColumn", (DL_FUNC) &_arrow_RecordBatch__RemoveColumn, 2},
{ "_arrow_RecordBatch__column_name", (DL_FUNC) &_arrow_RecordBatch__column_name, 2},
{ "_arrow_RecordBatch__names", (DL_FUNC) &_arrow_RecordBatch__names, 1},
{ "_arrow_RecordBatch__Slice1", (DL_FUNC) &_arrow_RecordBatch__Slice1, 2},
{ "_arrow_RecordBatch__Slice2", (DL_FUNC) &_arrow_RecordBatch__Slice2, 3},
{ "_arrow_ipc___SerializeRecordBatch__Raw", (DL_FUNC) &_arrow_ipc___SerializeRecordBatch__Raw, 1},
{ "_arrow_ipc___ReadRecordBatch__InputStream__Schema", (DL_FUNC) &_arrow_ipc___ReadRecordBatch__InputStream__Schema, 2},
{ "_arrow_RecordBatch__from_arrays", (DL_FUNC) &_arrow_RecordBatch__from_arrays, 2},
{ "_arrow_RecordBatchReader__schema", (DL_FUNC) &_arrow_RecordBatchReader__schema, 1},
{ "_arrow_RecordBatchReader__ReadNext", (DL_FUNC) &_arrow_RecordBatchReader__ReadNext, 1},
{ "_arrow_ipc___RecordBatchStreamReader__Open", (DL_FUNC) &_arrow_ipc___RecordBatchStreamReader__Open, 1},
{ "_arrow_ipc___RecordBatchStreamReader__batches", (DL_FUNC) &_arrow_ipc___RecordBatchStreamReader__batches, 1},
{ "_arrow_ipc___RecordBatchFileReader__schema", (DL_FUNC) &_arrow_ipc___RecordBatchFileReader__schema, 1},
{ "_arrow_ipc___RecordBatchFileReader__num_record_batches", (DL_FUNC) &_arrow_ipc___RecordBatchFileReader__num_record_batches, 1},
{ "_arrow_ipc___RecordBatchFileReader__ReadRecordBatch", (DL_FUNC) &_arrow_ipc___RecordBatchFileReader__ReadRecordBatch, 2},
{ "_arrow_ipc___RecordBatchFileReader__Open", (DL_FUNC) &_arrow_ipc___RecordBatchFileReader__Open, 1},
{ "_arrow_Table__from_RecordBatchFileReader", (DL_FUNC) &_arrow_Table__from_RecordBatchFileReader, 1},
{ "_arrow_Table__from_RecordBatchStreamReader", (DL_FUNC) &_arrow_Table__from_RecordBatchStreamReader, 1},
{ "_arrow_ipc___RecordBatchFileReader__batches", (DL_FUNC) &_arrow_ipc___RecordBatchFileReader__batches, 1},
{ "_arrow_ipc___RecordBatchWriter__WriteRecordBatch", (DL_FUNC) &_arrow_ipc___RecordBatchWriter__WriteRecordBatch, 2},
{ "_arrow_ipc___RecordBatchWriter__WriteTable", (DL_FUNC) &_arrow_ipc___RecordBatchWriter__WriteTable, 2},
{ "_arrow_ipc___RecordBatchWriter__Close", (DL_FUNC) &_arrow_ipc___RecordBatchWriter__Close, 1},
{ "_arrow_ipc___RecordBatchFileWriter__Open", (DL_FUNC) &_arrow_ipc___RecordBatchFileWriter__Open, 4},
{ "_arrow_ipc___RecordBatchStreamWriter__Open", (DL_FUNC) &_arrow_ipc___RecordBatchStreamWriter__Open, 4},
{ "_arrow_Array__GetScalar", (DL_FUNC) &_arrow_Array__GetScalar, 2},
{ "_arrow_Scalar__ToString", (DL_FUNC) &_arrow_Scalar__ToString, 1},
{ "_arrow_Scalar__CastTo", (DL_FUNC) &_arrow_Scalar__CastTo, 2},
{ "_arrow_StructScalar__field", (DL_FUNC) &_arrow_StructScalar__field, 2},
{ "_arrow_StructScalar__GetFieldByName", (DL_FUNC) &_arrow_StructScalar__GetFieldByName, 2},
{ "_arrow_Scalar__as_vector", (DL_FUNC) &_arrow_Scalar__as_vector, 1},
{ "_arrow_Scalar__is_valid", (DL_FUNC) &_arrow_Scalar__is_valid, 1},
{ "_arrow_Scalar__type", (DL_FUNC) &_arrow_Scalar__type, 1},
{ "_arrow_schema_", (DL_FUNC) &_arrow_schema_, 1},
{ "_arrow_Schema__ToString", (DL_FUNC) &_arrow_Schema__ToString, 1},
{ "_arrow_Schema__num_fields", (DL_FUNC) &_arrow_Schema__num_fields, 1},
{ "_arrow_Schema__field", (DL_FUNC) &_arrow_Schema__field, 2},
{ "_arrow_Schema__GetFieldByName", (DL_FUNC) &_arrow_Schema__GetFieldByName, 2},
{ "_arrow_Schema__fields", (DL_FUNC) &_arrow_Schema__fields, 1},
{ "_arrow_Schema__field_names", (DL_FUNC) &_arrow_Schema__field_names, 1},
{ "_arrow_Schema__HasMetadata", (DL_FUNC) &_arrow_Schema__HasMetadata, 1},
{ "_arrow_Schema__metadata", (DL_FUNC) &_arrow_Schema__metadata, 1},
{ "_arrow_Schema__WithMetadata", (DL_FUNC) &_arrow_Schema__WithMetadata, 2},
{ "_arrow_Schema__serialize", (DL_FUNC) &_arrow_Schema__serialize, 1},
{ "_arrow_Schema__Equals", (DL_FUNC) &_arrow_Schema__Equals, 3},
{ "_arrow_arrow__UnifySchemas", (DL_FUNC) &_arrow_arrow__UnifySchemas, 1},
{ "_arrow_Table__from_dataframe", (DL_FUNC) &_arrow_Table__from_dataframe, 1},
{ "_arrow_Table__num_columns", (DL_FUNC) &_arrow_Table__num_columns, 1},
{ "_arrow_Table__num_rows", (DL_FUNC) &_arrow_Table__num_rows, 1},
{ "_arrow_Table__schema", (DL_FUNC) &_arrow_Table__schema, 1},
{ "_arrow_Table__ReplaceSchemaMetadata", (DL_FUNC) &_arrow_Table__ReplaceSchemaMetadata, 2},
{ "_arrow_Table__column", (DL_FUNC) &_arrow_Table__column, 2},
{ "_arrow_Table__field", (DL_FUNC) &_arrow_Table__field, 2},
{ "_arrow_Table__columns", (DL_FUNC) &_arrow_Table__columns, 1},
{ "_arrow_Table__ColumnNames", (DL_FUNC) &_arrow_Table__ColumnNames, 1},
{ "_arrow_Table__Slice1", (DL_FUNC) &_arrow_Table__Slice1, 2},
{ "_arrow_Table__Slice2", (DL_FUNC) &_arrow_Table__Slice2, 3},
{ "_arrow_Table__Equals", (DL_FUNC) &_arrow_Table__Equals, 3},
{ "_arrow_Table__Validate", (DL_FUNC) &_arrow_Table__Validate, 1},
{ "_arrow_Table__ValidateFull", (DL_FUNC) &_arrow_Table__ValidateFull, 1},
{ "_arrow_Table__GetColumnByName", (DL_FUNC) &_arrow_Table__GetColumnByName, 2},
{ "_arrow_Table__select", (DL_FUNC) &_arrow_Table__select, 2},
{ "_arrow_Table__from_dots", (DL_FUNC) &_arrow_Table__from_dots, 2},
{ "_arrow_GetCpuThreadPoolCapacity", (DL_FUNC) &_arrow_GetCpuThreadPoolCapacity, 0},
{ "_arrow_SetCpuThreadPoolCapacity", (DL_FUNC) &_arrow_SetCpuThreadPoolCapacity, 1},
{NULL, NULL, 0}
};
RcppExport void R_init_arrow(DllInfo* dll){
R_registerRoutines(dll, NULL, CallEntries, NULL, NULL);
R_useDynamicSymbols(dll, FALSE);
}