
public class OSQLFunctionMedian extends OSQLFunctionPercentile
OSQLFunctionPercentile with the 50th percentile.| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
quantilesmaxParams, minParams, name| Constructor and Description |
|---|
OSQLFunctionMedian() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSyntax()
Returns a convinient SQL String representation of the function.
|
aggregateResults, execute, getResult, mergeDistributedResultconfig, filterResult, getDistributedStorageId, getMaxParams, getMinParams, getName, returnDistributedResult, setResult, shouldMergeDistributedResult, toStringpublic static final String NAME
public String getSyntax()
OSQLFunctionExample :
myFunction( param1, param2, [optionalParam3])This text will be used in exception messages.
getSyntax in interface OSQLFunctiongetSyntax in class OSQLFunctionPercentileCopyright © 2009–2025 OrientDB. All rights reserved.