Object/Trait

org.locationtech.geomesa.arrow.vector

ArrowAttributeReader

Related Docs: trait ArrowAttributeReader | package vector

Permalink

object ArrowAttributeReader

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ArrowAttributeReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class ArrowBooleanReader extends ArrowAttributeReader

    Permalink
  2. class ArrowByteReader extends ArrowAttributeReader

    Permalink
  3. class ArrowDateMillisReader extends ArrowDateReader

    Permalink
  4. trait ArrowDateReader extends ArrowAttributeReader

    Permalink
  5. class ArrowDateSecondsReader extends ArrowDateReader

    Permalink
  6. class ArrowDictionaryByteReader extends ArrowDictionaryReader

    Permalink

    Reads dictionary encoded bytes and converts them to the actual values

  7. class ArrowDictionaryIntReader extends ArrowDictionaryReader

    Permalink

    Reads dictionary encoded ints and converts them to the actual values

  8. class ArrowDictionaryShortReader extends ArrowDictionaryReader

    Permalink

    Reads dictionary encoded shorts and converts them to the actual values

  9. class ArrowDoubleReader extends ArrowAttributeReader

    Permalink
  10. class ArrowFloatReader extends ArrowAttributeReader

    Permalink
  11. class ArrowGeometryReader extends ArrowAttributeReader

    Permalink

    Reads geometries - delegates to our JTS geometry vectors

  12. class ArrowIntReader extends ArrowAttributeReader

    Permalink
  13. class ArrowLineStringReader extends ArrowAttributeReader

    Permalink

    Subclass with special methods for reading coordinate directly

  14. class ArrowListReader extends ArrowAttributeReader

    Permalink
  15. class ArrowLongReader extends ArrowAttributeReader

    Permalink
  16. class ArrowMapReader extends ArrowAttributeReader

    Permalink
  17. class ArrowPointReader extends ArrowAttributeReader

    Permalink

    Subclass with special methods for reading coordinate directly

  18. class ArrowStringReader extends ArrowAttributeReader

    Permalink
  19. class ArrowUuidReader extends ArrowStringReader

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ArrowDateReader

    Permalink
  5. object ArrowGeometryReader

    Permalink
  6. object ArrowIncrementingFeatureIdReader extends ArrowAttributeReader

    Permalink

    Returns an incrementing Long to use as a feature id

  7. def apply(bindings: Seq[ObjectType], classBinding: Class[_], vector: FieldVector, dictionary: Option[ArrowDictionary], encoding: SimpleFeatureEncoding): ArrowAttributeReader

    Permalink

    Creates an attribute reader for a single attribute

    Creates an attribute reader for a single attribute

    bindings

    object bindings, the attribute type plus any subtypes (e.g. for lists or maps)

    classBinding

    the explicit class binding of the attribute

    vector

    the simple feature vector to read from

    dictionary

    the dictionary for the attribute, if any

    encoding

    encoding options

    returns

    reader

  8. def apply(sft: SimpleFeatureType, vector: NullableMapVector, dictionaries: Map[String, ArrowDictionary], encoding: SimpleFeatureEncoding = SimpleFeatureEncoding.min(false)): Seq[ArrowAttributeReader]

    Permalink

    Creates a sequence of attribute readers based on the attributes of the simple feature type.

    Creates a sequence of attribute readers based on the attributes of the simple feature type. There will be one reader per attribute.

    sft

    simple feature type

    vector

    simple feature vector to read from

    dictionaries

    dictionaries, if any

    encoding

    encoding options

    returns

    sequence of readers

  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def id(vector: NullableMapVector, includeFids: Boolean): ArrowAttributeReader

    Permalink

    Reads an ID

    Reads an ID

    vector

    simple feature vector

    includeFids

    whether ids are included in the vector or not. If not, will return an incrementing ID value.

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped