I want to check whether a column in a table is strictly monotonically increasing. How can I do this? Is the expression a>=prev(a) valid in DolphinDB? Does anyone know a built-in function for this purpose? If so, can you share some best practices? Thanks in advance.
How to check whether a column in a table is strictly monotonically increasing?
56 Views Asked by Eva Gao At
2
You can try
isSorted, for example: