class ColumnGroups extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ColumnGroups
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ColumnGroups()
Value Members
-
def
apply(sft: SimpleFeatureType): Seq[(Array[Byte], SimpleFeatureType)]
Gets the column groups for a simple feature type.
Gets the column groups for a simple feature type. The default group will contain all columns
- sft
simple feature type
-
def
group(sft: SimpleFeatureType, transform: Option[String], ecql: Option[Filter]): (Array[Byte], SimpleFeatureType)
Find a column group that supports the given transform and filter
Find a column group that supports the given transform and filter
- sft
simple feature type
- transform
transform definitions
- ecql
filter, if any
-
def
serializers(sft: SimpleFeatureType): Seq[(Array[Byte], SimpleFeatureSerializer)]
Get serializers for each column group
Get serializers for each column group
- sft
simple feature type
-
def
validate(sft: SimpleFeatureType): Unit
Validate that the column groups do not overlap with reserved column groups
Validate that the column groups do not overlap with reserved column groups
- sft
simple feature type