Child object of QueryDefinition.

Attribute

Type

Description

alias

String

The alias of the union query.

orderBy

String

The order by clause of the union query.

selects

List

A list of Tuple of Boolean and QueryDefinition containing whether the next QueryDefinition and if it is with a distinct union.

  • No labels