Packages

package nodes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class EnumerableSpatialJoin extends Join with EnumerableRel

    Implementation of join optimized for joining on spatial predicates.

  2. class GeoMesaIndexLookupJoin extends Join with EnumerableRel

    Index lookup join operator for GeoTools datastore

  3. class GeoMesaLogicalTableModify extends TableModify

    Logical plan node for modifying GeoMesa table

  4. 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.

  5. class GeoMesaPhysicalTableModify extends TableModify with EnumerableRel

    Physical plan node for modifying GeoMesa table, which is converted from GeoMesaLogicalTableModify

  6. class GeoMesaPhysicalTableScan extends GeoMesaTableScan with GeoMesaRel

    A physical version of GeoMesaTableScan node, will be converted from GeoMesaLogicalTableScan by converter rule GeoMesaTableLogicalToPhysicalRule.

  7. trait GeoMesaRel extends RelNode

    Relational expression that uses GeoMesa calling convention.

  8. 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.

  9. class GeoMesaToEnumerableConverter extends ConverterImpl with EnumerableRel

    Relational expression representing a query operation performed on GeoMesa datastore

Ungrouped