ColumnStatistic Class
An R6Class
generator object
name
character [optional]
new()
ColumnStatistic$new(name = NULL, ...)
toJSON()
ColumnStatistic$toJSON()
fromJSON()
ColumnStatistic$fromJSON(ColumnStatisticJson)
toJSONString()
ColumnStatistic$toJSONString()
fromJSONString()
ColumnStatistic$fromJSONString(ColumnStatisticJson)
clone()
The objects of this class are cloneable with this method.
ColumnStatistic$clone(deep = FALSE)
deep
Whether to make a deep clone.