You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// parse ORDER BY
if(node.getOrderBy().isEmpty()){
for(SortItem si : node.getOrderBy()/*.get().getSortItems()*/){
OrderBy ob = si.accept(orderOarser, state);
if(state.hasException()) return new ParseResult(state.getException());
orderings.add(ob);
}
}
isEmpty => isNotEmpty
The text was updated successfully, but these errors were encountered:
isEmpty => isNotEmpty
The text was updated successfully, but these errors were encountered: