class LogicalOperatorProducer extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LogicalOperatorProducer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LogicalOperatorProducer()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def aggregate(aggregations: Aggregations, group: Set[IRField], prev: LogicalOperator): Aggregate
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def planBoundedVarLengthExpand(source: IRField, r: IRField, target: IRField, edgeType: CTRelationship, direction: Direction, lower: Int, upper: Int, sourcePlan: LogicalOperator, targetPlan: LogicalOperator): BoundedVarLengthExpand
- def planCartesianProduct(lhs: LogicalOperator, rhs: LogicalOperator): CartesianProduct
- def planDistinct(fields: Set[IRField], prev: LogicalOperator): Distinct
- def planExistsSubQuery(expr: ExistsPatternExpr, matchPlan: LogicalOperator, patternPlan: LogicalOperator): ExistsSubQuery
- def planExpand(source: IRField, rel: IRField, target: IRField, direction: Direction, sourcePlan: LogicalOperator, targetPlan: LogicalOperator): Expand
- def planExpandInto(source: IRField, rel: IRField, target: IRField, direction: Direction, sourcePlan: LogicalOperator): ExpandInto
- def planFilter(expr: Expr, prev: LogicalOperator): Filter
- def planFromGraph(graph: LogicalGraph, prev: LogicalOperator): FromGraph
- def planLimit(expr: Expr, prev: LogicalOperator): Limit
- def planNodeScan(node: IRField, prev: LogicalOperator): PatternScan
- def planOptional(nonOptionalPlan: LogicalOperator, optionalPlan: LogicalOperator): Optional
- def planOrderBy(sortItems: Seq[SortItem], prev: LogicalOperator): OrderBy
- def planReturnGraph(prev: LogicalOperator): ReturnGraph
- def planSelect(fields: List[Var], prev: LogicalOperator): Select
- def planSkip(expr: Expr, prev: LogicalOperator): Skip
- def planStart(graph: LogicalGraph): Start
- def planStartWithDrivingTable(graph: LogicalGraph, fields: Set[Var]): DrivingTable
- def planUnwind(list: Expr, variable: IRField, withList: LogicalOperator): Unwind
- def planValueJoin(lhs: LogicalOperator, rhs: LogicalOperator, predicates: Set[Equals]): ValueJoin
- def projectExpr(expr: Expr, prev: LogicalOperator): Project
- def projectField(expr: Expr, field: IRField, prev: LogicalOperator): Project
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )