Implementation of join optimized for joining on spatial predicates.
Index lookup join operator for GeoTools datastore
Logical plan node for modifying GeoMesa table
A logical version of GeoMesaTableScan node.
Physical plan node for modifying GeoMesa table, which is converted from GeoMesaLogicalTableModify
A physical version of GeoMesaTableScan node, will be converted from GeoMesaLogicalTableScan by converter rule GeoMesaTableLogicalToPhysicalRule.
Relational expression that uses GeoMesa calling convention.
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.
Relational expression representing a query operation performed on GeoMesa datastore
A logical version of GeoMesaTableScan node. All logical transformations such as filter/projection push down were performed on GeoMesaLogicalTableScan node.