
public class OSTContainsFunction extends OSpatialFunctionAbstractIndexable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
maxParams, minParams, name| Constructor and Description |
|---|
OSTContainsFunction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(java.lang.Object iThis,
OIdentifiable iCurrentRecord,
java.lang.Object iCurrentResult,
java.lang.Object[] iParams,
OCommandContext iContext) |
java.lang.String |
getSyntax() |
protected java.lang.String |
operator() |
java.lang.Iterable<OIdentifiable> |
searchFromTarget(OFromClause target,
OBinaryCompareOperator operator,
java.lang.Object rightValue,
OCommandContext ctx,
OExpression... args) |
allowsIndexedExecution, canExecuteInline, estimate, getDb, intersect, onAfterParsing, results, searchForIndex, shouldExecuteAfterSearchtoShapeaggregateResults, config, filterResult, getDistributedStorageId, getMaxParams, getMinParams, getName, getResult, getSingleItem, getSingleProperty, mergeDistributedResult, returnDistributedResult, setResult, shouldMergeDistributedResult, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaggregateResults, config, filterResult, getMaxParams, getMinParams, getName, getResult, mergeDistributedResult, setResult, shouldMergeDistributedResultpublic static final java.lang.String NAME
public java.lang.Object execute(java.lang.Object iThis,
OIdentifiable iCurrentRecord,
java.lang.Object iCurrentResult,
java.lang.Object[] iParams,
OCommandContext iContext)
public java.lang.String getSyntax()
protected java.lang.String operator()
operator in class OSpatialFunctionAbstractIndexablepublic java.lang.Iterable<OIdentifiable> searchFromTarget(OFromClause target, OBinaryCompareOperator operator, java.lang.Object rightValue, OCommandContext ctx, OExpression... args)
Copyright © 2013–2022 OrientDB. All rights reserved.