Explore Arquero Op Functions
mainArquero provides a wide range of operation functions (op) used within table transformations. These are categorized into several functional groups:
- Standard Functions: Includes Array, Date, JSON, Math, Object, and String functions.
- Aggregate Functions: Used for summarizing data (e.g.,
sum,mean,count,max,min,stdev,corr). - Window Functions: Used for calculations over a window of rows (e.g.,
row_number,rank,lag,lead,fill_down).