Skip to contents

Builds a % Sum query fragment (optionally % Sum type: <T>).

Usage

Sum(type = NULL, ...)

Arguments

type

Optional output type (character scalar) or a piped DafrQuery.

...

Optional piped DafrQuery.

Value

A DafrQuery.

See also

Examples

Sum()
#> <DafrQuery> >> Sum 
Sum(type = "Float64")
#> <DafrQuery> >> Sum type: Float64