Google Cloud Spanner v1 API - Enum KeyRecipe.Types.Part.Types.NullOrder (5.10.0)

public enum KeyRecipe.Types.Part.Types.NullOrder

Reference documentation and code samples for the Google Cloud Spanner v1 API enum KeyRecipe.Types.Part.Types.NullOrder.

The null order of the key column. This dictates where NULL values sort in the sorted order. Note that columns which are NOT NULL can have a special encoding.

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Fields

Name Description
NotNull

The column does not support NULL values.

NullsFirst

NULL values sort before any non-NULL values.

NullsLast

NULL values sort after any non-NULL values.

Unspecified

Default value. This value is unused.