Query Node Manifest

Overview

Data Source

Typegen

Mapping

The mapping field may be one of the following supported mapping manifests:

Handler

Range

Range is an open, semi-open, or closed interval. An interval can either be finite or infinite. It is represented by a string as below

From X to Y, inclusive: [X, Y]

From X to Y, exclusive: (X, Y)

From X (excl) to Y, incl: (X, Y]

From X (excl) to infinity: (X, )

Last updated