Package

org.locationtech.geomesa.kudu

schema

Permalink

package schema

Visibility
  1. Public
  2. All

Type Members

  1. trait KuduColumnAdapter[T] extends AnyRef

    Permalink

    Helper class for operating on RowResult and PartialRow instances

    Helper class for operating on RowResult and PartialRow instances

    T

    underlying value binding

  2. abstract class KuduIndexColumnAdapter[T] extends KuduColumnAdapter[T]

    Permalink

    Index column adapter - single column, defined as a primary key

    Index column adapter - single column, defined as a primary key

    note: bit-shuffle encoding is already compressed, so don't compress again

    T

    type binding

  3. class KuduSimpleFeatureSchema extends AnyRef

    Permalink

    Handles conversions between Kudu table columns and simple feature attributes.

    Handles conversions between Kudu table columns and simple feature attributes.

    Note: does not handle feature ID, as this is generally part of the row primary key and handled by the individual index implementation

  4. class RowResultSimpleFeature extends AbstractMutableSimpleFeature

    Permalink

    Mutable simple feature backed by a row result.

    Mutable simple feature backed by a row result. Lazily evaluates attributes when requested, and caches for repeated access.

Ungrouped