public static interface AnalyticQuerySteps.FullAnalyticQuerySteps.OrderByOptionalStep
Modifier and Type | Method | Description |
---|---|---|
AnalyticQuerySteps.DefineWindowFame |
orderBy(String... columnNames) |
Set the Order by Columns.
|
AnalyticQuerySteps.DefineWindowFame orderBy(String... columnNames)
if column name starts with - then sort that column descending otherwise sort ascending
columnNames
- column names to order by. If no column names are supplied the query will
skip this step.Copyright © 2022. All rights reserved.