package vector
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- vector
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ArrowAttributeReader extends AnyRef
Reads a simple feature attribute from an arrow vector
- trait ArrowAttributeWriter extends AnyRef
Writes a simple feature attribute to an arrow vector
- sealed trait ArrowDictionary extends Closeable
Holder for dictionary values
- case class FromAllocator(allocator: BufferAllocator) extends VectorFactory with Product with Serializable
Factory for creating vectors from an allocator
Factory for creating vectors from an allocator
- allocator
allocator
- case class FromList(parent: ListVector) extends VectorFactory with Product with Serializable
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
- case class FromStruct(parent: StructVector) extends VectorFactory with Product with Serializable
Factory for creating vectors from a parent struct
Factory for creating vectors from a parent struct
- parent
struct vector
- class SimpleFeatureVector extends Closeable
Abstraction for using simple features in Arrow vectors
- sealed trait VectorFactory extends AnyRef
Trait for creating new vectors
Value Members
- object ArrowAttributeReader
- object ArrowAttributeWriter
- object ArrowDictionary
- object SimpleFeatureVector
- object VectorFactory