Cloud Spanner V1 API - Module Google::Cloud::Spanner::V1::KeyRecipe::Part::NullOrder (v1.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-20 UTC."],[],[]]