package nodes
- Alphabetic
- Public
- All
Type Members
-
class
EnumerableSpatialJoin extends Join with EnumerableRel
Implementation of join optimized for joining on spatial predicates.
-
class
GeoMesaIndexLookupJoin extends Join with EnumerableRel
Index lookup join operator for GeoTools datastore
-
class
GeoMesaLogicalTableModify extends TableModify
Logical plan node for modifying GeoMesa table
-
class
GeoMesaLogicalTableScan extends GeoMesaTableScan
A logical version of GeoMesaTableScan node.
A logical version of GeoMesaTableScan node. All logical transformations such as filter/projection push down were performed on GeoMesaLogicalTableScan node.
-
class
GeoMesaPhysicalTableModify extends TableModify with EnumerableRel
Physical plan node for modifying GeoMesa table, which is converted from GeoMesaLogicalTableModify
-
class
GeoMesaPhysicalTableScan extends GeoMesaTableScan with GeoMesaRel
A physical version of GeoMesaTableScan node, will be converted from GeoMesaLogicalTableScan by converter rule GeoMesaTableLogicalToPhysicalRule.
-
trait
GeoMesaRel extends RelNode
Relational expression that uses GeoMesa calling convention.
-
abstract
class
GeoMesaTableScan extends TableScan
Relational expression representing a GeoMesa table.
Relational expression representing a GeoMesa table. It may contain projections and filters when they were pushed down to this table scan relation.
-
class
GeoMesaToEnumerableConverter extends ConverterImpl with EnumerableRel
Relational expression representing a query operation performed on GeoMesa datastore
Value Members
- object EnumerableSpatialJoin
- object GeoMesaIndexLookupJoin
- object GeoMesaLogicalTableModify
- object GeoMesaLogicalTableScan
- object GeoMesaPhysicalTableModify
- object GeoMesaRel
- object GeoMesaTableScan