Package | Description |
---|---|
com.bigdata.bop.join | |
com.bigdata.bop.mutation |
Modifier and Type | Class and Description |
---|---|
class |
HashJoinOp<E>
Abstract base class for both JVM and native memory hash join against an
IAccessPath . |
class |
HTreeHashJoinOp<E>
A hash join against an
IAccessPath based on the HTree and
suitable for very large intermediate result sets. |
class |
JVMHashJoinOp<E>
A hash join against an
IAccessPath based on the Java collections
classes. |
class |
PipelineJoin<E>
Pipelined join operator for online (selective) queries.
|
Modifier and Type | Class and Description |
---|---|
class |
InsertOp<E>
This operator writes elements constructed from binding sets and an orders
list of variables and constants on an index.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.