sum
def sum(arg: LazyNode) -> LazyNodeWrap arg in a sum aggregation node.
count
def count(arg: LazyNode) -> LazyNodeWrap arg in a count aggregation node.
first
def first(arg: LazyNode) -> LazyNodeWrap arg in a first-value aggregation node.
last
def last(arg: LazyNode) -> LazyNodeWrap arg in a last-value aggregation node.
list
def list(arg: LazyNode) -> LazyNodeWrap arg in a list (collect) aggregation node.
Last updated on