Module: Google::Cloud::Spanner::V1::KeyRecipe::Part::Order

Defined in:
proto_docs/google/spanner/v1/location.rb

Overview

The remaining fields encode column values.

Constant Summary collapse

ORDER_UNSPECIFIED =

Default value, equivalent to ASCENDING.

0
ASCENDING =

The key is ascending - corresponds to ASC in the schema definition.

1
DESCENDING =

The key is descending - corresponds to DESC in the schema definition.

2