public abstract class BaseWriterBuilder extends Object
Writers 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 |
---|
BaseWriterBuilder() |
Modifier and Type | Method and Description |
---|---|
protected List<AbstractObjectWriter> |
buildContainerChildren(VectorContainer container,
MetadataProvider mdProvider) |
protected List<AbstractObjectWriter> buildContainerChildren(VectorContainer container, MetadataProvider mdProvider)
Copyright © 1970 The Apache Software Foundation. All rights reserved.