struct

Crysda::BigDecimalCol

Inherits Crysda::DataCol / Struct / Value / Object

=========================================================================== BigDecimal Column - high precision decimal storage

Constructors

new(name : String, val : Array(BigDecimal | Nil))
Source

Instance methods

<(val : Number)
Source
<(val : BigDecimalCol)
Source
<=(val : Number)
Source
<=(val : BigDecimalCol)
Source
==(val : Number)
Source
==(val : BigDecimalCol)
Source
>(val : Number)
Source
>(val : BigDecimalCol)
Source
>=(val : Number)
Source
>=(val : BigDecimalCol)
Source
compare(left : Int32, right : Int32, null_last = true) : Int32
Source
div(val)
Source
each
Source
each_non_null
Source
each_with_index
Source
has_nulls?
Source
minus(val)
Source
opt_max(remove_na = false) : BigDecimal
Source
opt_mean(remove_na = false) : BigDecimal
Source
opt_median(remove_na = false) : BigDecimal
Source
opt_min(remove_na = false) : BigDecimal
Source
opt_sd(remove_na = false) : BigDecimal
Source
opt_sum(remove_na = false) : BigDecimal
Source
plus(val)
Source
times(val)
Source
to_f64(name : String = @name) : Float64Col
Source
unsafe_fetch(index : Int32) : BigDecimal | Nil
Source
values
Source