public class BuildVectorsFromMetadata extends Object
VectorContainer which is the end product of this
builder.
Vectors are built recursively by walking the tree that defines a row's structure. For a classic relational tuple, the tree has just a root and a set of primitives. But, once we add array (repeated), variant (LIST, UNION) and tuple (MAP) columns, the tree grows quite complex.
| Constructor and Description |
|---|
BuildVectorsFromMetadata(BufferAllocator allocator) |
| Modifier and Type | Method and Description |
|---|---|
VectorContainer |
build(TupleMetadata schema) |
public BuildVectorsFromMetadata(BufferAllocator allocator)
public VectorContainer build(TupleMetadata schema)
Copyright © 2021 The Apache Software Foundation. All rights reserved.