Topic Comparative Order
data class TopicComparativeOrder(val specifedOrder: List<String>? = null, val treatUndefinedSpecifiedValues: TopicUndefinedSpecifiedValueType? = null, val useOrdering: TopicColumnOrderingType? = null)
Constructors
Link copied to clipboard
constructor(specifedOrder: List<String>? = null, treatUndefinedSpecifiedValues: TopicUndefinedSpecifiedValueType? = null, useOrdering: TopicColumnOrderingType? = null)
Properties
Link copied to clipboard
The list of columns to be used in the ordering.
Link copied to clipboard
The treat of undefined specified values. Valid values for this structure are LEAST
and MOST
.
Link copied to clipboard
The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER
, LESSER_IS_BETTER
and SPECIFIED
.