arrow.sort_key

Module for [SortKey] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
SortKey self() nothrowReturns `this`, for use in `with` statements.
SortKeyGidBuilder builder() static nothrowGet builder for [arrow.sort_key.SortKey] Returns: New builder object
arrow.types.SortOrder order() @property nothrowGet `order` property. Returns: How to order values.
string target() @property nothrowGet `target` property. Returns: A name or dot path for the sort target.
bool equal(arrow.sort_key.SortKey otherSortKey) nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(string target, arrow.types.SortOrder order)

Fluent builder implementation template for arrow.sort_key.SortKey

Methods
T order(arrow.types.SortOrder propval) nothrowSet `order` property. Params: propval = How to order values. Returns: Builder instance for fluent chaining

Fluent builder for arrow.sort_key.SortKey

Methods
SortKey build() nothrowCreate object from builder. Returns: New object