
public class OSQLFunctionStandardDeviation extends OSQLFunctionVariance
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
maxParams, minParams, name| Constructor and Description |
|---|
OSQLFunctionStandardDeviation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResult()
Only called when function aggregates results after all records have been passed to the function.
|
String |
getSyntax()
Returns a convenient SQL String representation of the function.
|
Object |
mergeDistributedResult(List<Object> resultsToMerge)
This method correspond to distributed query execution
|
aggregateResults, executeconfig, filterResult, getDistributedStorageId, getMaxParams, getMinParams, getName, getSingleItem, getSingleProperty, returnDistributedResult, setResult, shouldMergeDistributedResult, toStringpublic static final String NAME
public Object getResult()
OSQLFunctiongetResult in interface OSQLFunctiongetResult in class OSQLFunctionVariancepublic Object mergeDistributedResult(List<Object> resultsToMerge)
OSQLFunctionmergeDistributedResult in interface OSQLFunctionmergeDistributedResult in class OSQLFunctionVarianceresultsToMerge - is the results that comes from different nodespublic String getSyntax()
OSQLFunctionExample :
myFunction( param1, param2, [optionalParam3])This text will be used in exception messages.
getSyntax in interface OSQLFunctiongetSyntax in class OSQLFunctionVarianceCopyright © 2009–2025 OrientDB. All rights reserved.