
| Class | Description |
|---|---|
| OSQLFunctionDifference |
This operator can work inline.
|
| OSQLFunctionDistinct |
Keeps items only once removing duplicates
|
| OSQLFunctionDocument |
This operator add an entry in a map.
|
| OSQLFunctionFirst |
Extract the first item of multi values (arrays, collections and maps) or return the same value for non multi-value types.
|
| OSQLFunctionIntersect |
This operator can work as aggregate or inline.
|
| OSQLFunctionLast |
Extract the last item of multi values (arrays, collections and maps) or return the same value for non multi-value types.
|
| OSQLFunctionList |
This operator add an item in a list.
|
| OSQLFunctionMap |
This operator add an entry in a map.
|
| OSQLFunctionMultiValueAbstract<T> |
Abstract class for multi-value based function implementations.
|
| OSQLFunctionSet |
This operator add an item in a set.
|
| OSQLFunctionSymmetricDifference |
This operator can work as aggregate or inline.
|
| OSQLFunctionTraversedEdge |
Returns a traversed element from the stack.
|
| OSQLFunctionTraversedElement |
Returns a traversed element from the stack.
|
| OSQLFunctionTraversedVertex |
Returns a traversed element from the stack.
|
| OSQLFunctionUnionAll |
This operator can work as aggregate or inline.
|
| OSQLMethodMultiValue |
Works against multi value objects like collections, maps and arrays.
|
Copyright © 2009–2025 OrientDB. All rights reserved.