Home
last modified time | relevance | path

Searched defs:DecimalToIntegerMixin (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dscalar_cast_numeric.cc304 struct DecimalToIntegerMixin { struct
306 OutValue ToInteger(KernelContext* ctx, const Decimal128& val) const { in ToInteger()
318 DecimalToIntegerMixin(int32_t in_scale, bool allow_int_overflow) in DecimalToIntegerMixin() function
321 int32_t in_scale_;
322 bool allow_int_overflow_;
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dscalar_cast_numeric.cc308 struct DecimalToIntegerMixin { struct
322 DecimalToIntegerMixin(int32_t in_scale, bool allow_int_overflow) in DecimalToIntegerMixin() function
325 int32_t in_scale_;
326 bool allow_int_overflow_;