Package

com.spatialx.geomesa.sql

nodes

Permalink

package nodes

Visibility
  1. Public
  2. All

Type Members

  1. class EnumerableSpatialJoin extends Join with EnumerableRel

    Permalink

    Implementation of join optimized for joining on spatial predicates.

  2. class GeoMesaIndexLookupJoin extends Join with EnumerableRel

    Permalink

    Index lookup join operator for GeoTools datastore

  3. class GeoMesaLogicalTableModify extends TableModify

    Permalink

    Logical plan node for modifying GeoMesa table

  4. class GeoMesaLogicalTableScan extends GeoMesaTableScan

    Permalink

    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

    Permalink

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

  6. class GeoMesaPhysicalTableScan extends GeoMesaTableScan with GeoMesaRel

    Permalink

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

  7. trait GeoMesaRel extends RelNode

    Permalink

    Relational expression that uses GeoMesa calling convention.

  8. abstract class GeoMesaTableScan extends TableScan

    Permalink

    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

    Permalink

    Relational expression representing a query operation performed on GeoMesa datastore

Ungrouped