Crysda::BigDecimalCol
Inherits Crysda::DataCol / Struct / Value / Object
=========================================================================== BigDecimal Column - high precision decimal storage
Constructors
Instance methods
<(val : BigDecimalCol)
Source<=(val : BigDecimalCol)
Source==(val : BigDecimalCol)
Source>(val : BigDecimalCol)
Source>=(val : BigDecimalCol)
Sourcediv(val)
Sourceeach
Sourceeach_non_null
Sourceeach_with_index
Sourcehas_nulls?
Sourceminus(val)
Sourceopt_max(remove_na = false) : BigDecimal
Sourceopt_mean(remove_na = false) : BigDecimal
Sourceopt_median(remove_na = false) : BigDecimal
Sourceopt_min(remove_na = false) : BigDecimal
Sourceopt_sd(remove_na = false) : BigDecimal
Sourceopt_sum(remove_na = false) : BigDecimal
Sourceplus(val)
Sourcetimes(val)
Sourcevalues
Source