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
- 'name' is json record field and second option is initial sorting order.
219
220
- While streaming if you want to enable live sorting then set option to 'auto_sorting' to 'true' in streamtable options.
220
221
- Default auto sorting is disabled while streaming.
221
222
- If you streaming large amount of data then preferable to set auto_sorting off because sorting will happened every time data add so it will take time to sort.
223
+
- You can specify the data type as 'number' if you want to sort numbers instead of strings
0 commit comments