Package

org.locationtech.geomesa.parquet

io

Permalink

package io

Visibility
  1. Public
  2. All

Type Members

  1. case class SimpleFeatureParquetSchema(sft: SimpleFeatureType, schema: MessageType) extends Product with Serializable

    Permalink

    A paired simple feature type and parquet schema

    A paired simple feature type and parquet schema

    sft

    simple feature type

    schema

    parquet message schema

  2. class SimpleFeatureReadSupport extends ReadSupport[SimpleFeature]

    Permalink
  3. class SimpleFeatureWriteSupport extends WriteSupport[SimpleFeature]

    Permalink

Value Members

  1. object SimpleFeatureParquetSchema extends Serializable

    Permalink
  2. object SimpleFeatureParquetSchemaV0

    Permalink

    Original parquet mapping - not versioned.

    Original parquet mapping - not versioned. Only supports points

    Of note, the FID field was marked as REPEATED, which seems to be an error and does not work with reading parquet files as avro GenericRecords (which is the main way to read an unknown parquet file)

  3. object SimpleFeatureReadSupport

    Permalink
  4. object SimpleFeatureWriteSupport

    Permalink

Ungrouped