Skip to contents

Builds a % Convert type <value> query fragment.

Usage

Convert(type = NULL, ...)

Arguments

type

Target type as a character scalar (e.g. "Int64", "Float32"). Positional.

...

Optional piped DafrQuery.

Value

A DafrQuery.

See also

Examples

Convert(type = "Int64")
#> <DafrQuery> % Convert type: Int64