Package io.deephaven.client.impl
Class VectorSchemaRootAdapter
java.lang.Object
io.deephaven.client.impl.VectorSchemaRootAdapter
Utilities for creating
VectorSchemaRoot
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
VectorSchemaRootAdapter
public VectorSchemaRootAdapter()
-
-
Method Details
-
of
public static org.apache.arrow.vector.VectorSchemaRoot of(NewTable table, org.apache.arrow.memory.BufferAllocator allocator) Convert atable
into aFieldVector
.- Parameters:
table
- the tableallocator
- the allocator- Returns:
- the vector schema root
-