eva.interfaces.relational.relation.EVARelation.order#

EVARelation.order(order_expr: str) EVARelation[source]#

Reorder the relation based on the order_expr

Parameters:

order_expr (str) – sql expression to order the relation

Returns:

A EVARelation ordered based on the order_expr.

Return type:

EVARelation