case classReadSchema(read: SimpleFeatureType, transform: Option[(String, SimpleFeatureType)]) extends Product with Serializable
Schema to read and schema to return.
If we have to return a different feature than we read, we need to apply a secondary transform.
Otherwise, we can just do the transform on read and skip the secondary transform
read
read schema, includes fields to filter on
transform
return schema, if different from read schema
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Schema to read and schema to return.
If we have to return a different feature than we read, we need to apply a secondary transform. Otherwise, we can just do the transform on read and skip the secondary transform
read schema, includes fields to filter on
return schema, if different from read schema