Package | Description |
---|---|
org.deri.cqels.engine |
Modifier and Type | Class and Description |
---|---|
class |
BDBGraphPatternRouter
This class implements a router that its data mapping buffer is static
|
class |
ContinuousConstruct
This class acts as a router standing in the root of the tree
if the query is a construct-type
|
class |
ContinuousSelect
This class acts as a router standing in the root of the tree
if the query is a select-type
|
class |
ExtendRouter |
class |
FilterExprRouter
This class implements the router with filter operator
|
class |
GroupRouter
This class implements the router with group-by operator
|
class |
IndexedTripleRouter
This class implements router that it data buffer is a window
|
class |
JoinRouter
This class implements a binary router processing the join operator
|
class |
OpRouter1
This abstract class has characteristic of a unary router
|
class |
OpRouter2
This abstract class has characteristic of a binary router
|
class |
ProjectRouter
This class implements the router with project operator
|
class |
ThroughRouter |
Constructor and Description |
---|
RoutingRunner(ExecContext context,
MappingIterator itr,
OpRouterBase router) |