Builder

class Builder

Properties

Link copied to clipboard

The sort direction. Valid values are asc for ascending order or desc for descending order.

Link copied to clipboard

Specifies how null values are ordered. Valid values are nulls-first to place nulls before non-null values, or nulls-last to place nulls after non-null values.

Link copied to clipboard

The ID of the source schema field to sort by. This must reference a valid field ID from the table schema.

Link copied to clipboard

The transform to apply to the source field before sorting. Use identity to sort by the field value directly, or specify other transforms as needed.