OSQLFunctionShortestPath
instead@Deprecated public class OSQLFunctionShortestPath extends OSQLFunctionMathAbstract
Modifier and Type | Field and Description |
---|---|
protected static float |
DISTANCE
Deprecated.
|
static String |
NAME
Deprecated.
|
static String |
PARAM_MAX_DEPTH
Deprecated.
|
configuredParameters
maxParams, minParams, name
Constructor and Description |
---|
OSQLFunctionShortestPath()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ORID> |
execute(Object iThis,
OIdentifiable iCurrentRecord,
Object iCurrentResult,
Object[] iParams,
OCommandContext iContext)
Deprecated.
Process a record.
|
String |
getSyntax()
Deprecated.
Returns a convenient SQL String representation of the function.
|
protected List<ORID> |
walkLeft(com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath.OShortestPathContext ctx)
Deprecated.
|
protected List<ORID> |
walkRight(com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath.OShortestPathContext ctx)
Deprecated.
|
aggregateResults, getClassWithMorePrecision, getContextValue, shouldMergeDistributedResult
config, toString
filterResult, getDistributedStorageId, getMaxParams, getMinParams, getName, getResult, getSingleItem, getSingleProperty, mergeDistributedResult, returnDistributedResult, setResult
public static final String NAME
public static final String PARAM_MAX_DEPTH
protected static final float DISTANCE
public List<ORID> execute(Object iThis, OIdentifiable iCurrentRecord, Object iCurrentResult, Object[] iParams, OCommandContext iContext)
OSQLFunction
iCurrentRecord
- : current recordiCurrentResult
- TODOiParams
- : function parameters, number is ensured to be within minParams and maxParams.iContext
- : object calling this functionpublic String getSyntax()
OSQLFunction
Example :
myFunction( param1, param2, [optionalParam3])
This text will be used in exception messages.
protected List<ORID> walkLeft(com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath.OShortestPathContext ctx)
Copyright © 2009–2020 OrientDB. All rights reserved.