package schema
- Alphabetic
- Public
- All
Type Members
-
trait
KuduColumnAdapter[T] extends AnyRef
Helper class for operating on RowResult and PartialRow instances
Helper class for operating on RowResult and PartialRow instances
- T
underlying value binding
-
abstract
class
KuduIndexColumnAdapter[T] extends KuduColumnAdapter[T]
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
-
class
KuduSimpleFeatureSchema extends AnyRef
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
-
class
RowResultSimpleFeature extends AbstractMutableSimpleFeature
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.
Value Members
- object KuduColumnAdapter
- object KuduIndexColumnAdapter
- object KuduSimpleFeatureSchema