Enum KeyRecipe.Part.NullOrder (6.107.0)

public enum KeyRecipe.Part.NullOrder extends Enum<KeyRecipe.Part.NullOrder> implements ProtocolMessageEnum

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.

Protobuf enum google.spanner.v1.KeyRecipe.Part.NullOrder

Implements

ProtocolMessageEnum

Static Fields

Name Description
NOT_NULL

The column does not support NULL values.

NOT_NULL = 3;

NOT_NULL_VALUE

The column does not support NULL values.

NOT_NULL = 3;

NULLS_FIRST

NULL values sort before any non-NULL values.

NULLS_FIRST = 1;

NULLS_FIRST_VALUE

NULL values sort before any non-NULL values.

NULLS_FIRST = 1;

NULLS_LAST

NULL values sort after any non-NULL values.

NULLS_LAST = 2;

NULLS_LAST_VALUE

NULL values sort after any non-NULL values.

NULLS_LAST = 2;

NULL_ORDER_UNSPECIFIED

Default value. This value is unused.

NULL_ORDER_UNSPECIFIED = 0;

NULL_ORDER_UNSPECIFIED_VALUE

Default value. This value is unused.

NULL_ORDER_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()