| Name | Description | Type | Package | Framework |
| OSQLFunctionMedian | Computes the median for a field. | Class | com.orientechnologies.orient.core.sql.functions.stat | Orientdb |
| OSQLFunctionMode | Compute the mode (or multimodal) value for a field. | Class | com.orientechnologies.orient.core.sql.functions.stat | Orientdb |
| OSQLFunctionPercentile | Computes the percentile for a field. | Class | com.orientechnologies.orient.core.sql.functions.stat | Orientdb |
| OSQLFunctionStandardDeviation | Compute the standard deviation for a given field. | Class | com.orientechnologies.orient.core.sql.functions.stat | Orientdb |
| OSQLFunctionVariance | Compute the variance estimation for a given field. | Class | com.orientechnologies.orient.core.sql.functions.stat | Orientdb |