def
avg(property : String, as name : String)
#
def
count_distinct(property : String, as name : String)
#
def
count_distinctish(property : String, as name : String)
#
def
first_value(property : String, by order_property : String, order :
Order, as name : String)
#
def
first_value(property : String, by order_property : String, order :
Order)
#
def
first_value(property : String, as name : String)
#
def
max(property : String, as name : String)
#
def
min(property : String, as name : String)
#
def
quantile(property : String, quantile : Float64, as name : String)
#
def
quantile(property : String, quantile : String, as name : String)
#
def
quantile(property : String, quantile : Float64)
#
def
quantile(property : String, quantile : String)
#
def
random_sample(property : String, sample_size : Int, as name : String)
#
def
random_sample(property : String, sample_size : String, as name : String)
#
def
random_sample(property : String, sample_size : Int)
#
def
random_sample(property : String, sample_size : String)
#
def
stddev(property : String, as name : String)
#
def
sum(property : String, as name : String)
#
def
tolist(property : String, as name : String)
#