Package

org.locationtech.geomesa

parquet

Permalink

package parquet

Visibility
  1. Public
  2. All

Type Members

  1. trait AttributeWriter extends AnyRef

    Permalink

    Writes a simple feature attribute to a Parquet file

  2. class FilterConverter extends AnyRef

    Permalink
  3. class FilteringReader extends FileSystemPathReader with LazyLogging

    Permalink
  4. class ParquetFileSystemStorage extends MetadataFileSystemStorage

    Permalink

  5. class ParquetFileSystemStorageFactory extends FileSystemStorageFactory

    Permalink
  6. class PointConverter extends GroupConverter

    Permalink
  7. class SimpleFeatureGroupConverter extends GroupConverter

    Permalink

    Group converter that can create simple features.

    Group converter that can create simple features. Note that we should refactor this a little more and perhaps have this store raw values and then push the conversions of SimpleFeature "types" and objects into the SimpleFeatureRecordMaterializer which will mean they are only converted and then added to simple features if a record passes the parquet filters and needs to be materialized.

  8. class SimpleFeatureParquetWriter extends ParquetWriter[SimpleFeature]

    Permalink

Ungrouped