
public class OSQLFunctionTraversedEdge extends OSQLFunctionTraversedElement
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
configuredParametersmaxParams, minParams, name| Constructor and Description |
|---|
OSQLFunctionTraversedEdge() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object iThis,
OIdentifiable iCurrentRecord,
Object iCurrentResult,
Object[] iParams,
OCommandContext iContext)
Process a record.
|
aggregateResults, evaluate, filterResult, getResult, getSyntaxconfig, toStringgetDistributedStorageId, getMaxParams, getMinParams, getName, mergeDistributedResult, returnDistributedResult, setResult, shouldMergeDistributedResultpublic static final String NAME
public Object execute(Object iThis, OIdentifiable iCurrentRecord, Object iCurrentResult, Object[] iParams, OCommandContext iContext)
OSQLFunctionexecute in interface OSQLFunctionexecute in class OSQLFunctionTraversedElementiCurrentRecord - : current recordiCurrentResult - TODOiParams - : function parameters, number is ensured to be within minParams and maxParams.iContext - : object calling this functionCopyright © 2009–2025 OrientDB. All rights reserved.