Reference documentation and code samples for the Cloud Spanner V1 API module Google::Cloud::Spanner::V1::KeyRecipe::Part::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.
Constants
NULL_ORDER_UNSPECIFIED
value: 0 Default value. This value is unused.
NULLS_FIRST
value: 1 NULL values sort before any non-NULL values.
NULLS_LAST
value: 2 NULL values sort after any non-NULL values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-20 UTC."],[],[]]