Forum Discussion
andrew_holbrook
8 years agoNew Contributor III
@del @robin that appears to be working, thank you!
One last question is how we think doing an array?
For now I’ve done it like this:
ObjectSchema array_schema = provider.createSchema(SnapType.TABLE, "data");
and then I leverage addChild to define schema elements to a potential object in an array?