Package

org.locationtech.geomesa.arrow

io

Permalink

package io

Visibility
  1. Public
  2. All

Type Members

  1. class DictionaryBuildingWriter extends Closeable

    Permalink

    Writes an arrow file of simple features.

    Writes an arrow file of simple features. Dictionaries will be built up as features are observed. Dictionaries are encoded a Int(16), i.e. 2-byte shorts. Values will not be correctly encoded if more than Short.MaxValue distinct values are encountered.

  2. trait SimpleFeatureArrowFileReader extends Closeable

    Permalink

    For reading simple features from an arrow file written by SimpleFeatureArrowFileWriter.

    For reading simple features from an arrow file written by SimpleFeatureArrowFileWriter.

    Expects arrow streaming format (no footer). Can handle multiple 'files' in a single input stream

  3. class SimpleFeatureArrowFileWriter extends Closeable with Flushable

    Permalink

    For writing simple features to an arrow file.

    For writing simple features to an arrow file.

    Uses arrow streaming format (no footer).

Ungrouped