apache / arrow-cookbook

Apache Arrow Cookbook
https://arrow.apache.org/
Apache License 2.0
95 stars 46 forks source link

[Java] Create a recipe for how to append several VectorSchemaRoot as one #317

Closed davisusanibar closed 1 year ago

davisusanibar commented 1 year ago

In some cases, VectorSchemaRoot needs to be modeled as a container. To accomplish this, we can use VectorSchemaRootAppender.append.

Let's create a recipe for this.