Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class IntervalMonthDayMicroVector(name: String, allocator: BufferAllocator, fieldType: FieldType) : XtExtensionVector<IntervalMonthDayNanoVector>
Link copied to clipboard
Link copied to clipboard
class KeywordVector(name: String, allocator: BufferAllocator, fieldType: FieldType) : XtExtensionVector<VarCharVector>
Link copied to clipboard
Link copied to clipboard
class OidVector(name: String, allocator: BufferAllocator, fieldType: FieldType) : XtExtensionVector<IntVector>
Link copied to clipboard
Link copied to clipboard
class RegClassVector(name: String, allocator: BufferAllocator, fieldType: FieldType) : XtExtensionVector<IntVector>
Link copied to clipboard
Link copied to clipboard
class RegProcVector(name: String, allocator: BufferAllocator, fieldType: FieldType) : XtExtensionVector<IntVector>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class TransitVector(name: String, allocator: BufferAllocator, fieldType: FieldType) : XtExtensionVector<VarBinaryVector>
Link copied to clipboard
Link copied to clipboard
class TsTzRangeVector(name: String, allocator: BufferAllocator, fieldType: FieldType) : XtExtensionVector<FixedSizeListVector>
Link copied to clipboard
Link copied to clipboard
class UriVector(name: String, allocator: BufferAllocator, fieldType: FieldType) : XtExtensionVector<VarCharVector>
Link copied to clipboard
Link copied to clipboard
class UuidVector(name: String, allocator: BufferAllocator, fieldType: FieldType) : XtExtensionVector<FixedSizeBinaryVector>
Link copied to clipboard
Link copied to clipboard
abstract class XtExtensionVector<V : FieldVector>(field: Field, allocator: BufferAllocator, underlyingVector: V) : ExtensionTypeVector<V>