Uses of Class
org.apache.datafusion.SortExpr
Packages that use SortExpr
-
Uses of SortExpr in org.apache.datafusion
Methods in org.apache.datafusion that return SortExprModifier and TypeMethodDescriptionstatic SortExprSort the given column ascending, with NULLs placed last.static SortExprSort the given column descending, with NULLs placed first.SortExpr.nullsFirst(boolean v) Override the default NULL placement.Methods in org.apache.datafusion with parameters of type SortExpr