Package

org.locationtech.geomesa.arrow

vector

Permalink

package vector

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

Type Members

  1. trait ArrowAttributeReader extends AnyRef

    Permalink

    Reads a simple feature attribute from an arrow vector

  2. trait ArrowAttributeWriter extends AnyRef

    Permalink

    Writes a simple feature attribute to an arrow vector

  3. sealed trait ArrowDictionary extends Closeable

    Permalink

    Holder for dictionary values

  4. case class FromAllocator(allocator: BufferAllocator) extends VectorFactory with Product with Serializable

    Permalink

    Factory for creating vectors from an allocator

    Factory for creating vectors from an allocator

    allocator

    allocator

  5. case class FromList(parent: ListVector) extends VectorFactory with Product with Serializable

    Permalink

    Factory for creating vectors from a parent list

    Factory for creating vectors from a parent list

    Note: a list vector can only have a single child, and the name is not used

    parent

    list vector

  6. case class FromStruct(parent: StructVector) extends VectorFactory with Product with Serializable

    Permalink

    Factory for creating vectors from a parent struct

    Factory for creating vectors from a parent struct

    parent

    struct vector

  7. class SimpleFeatureVector extends Closeable

    Permalink

    Abstraction for using simple features in Arrow vectors

  8. sealed trait VectorFactory extends AnyRef

    Permalink

    Trait for creating new vectors

Inherited from AnyRef

Inherited from Any

Ungrouped