Class VectorSchemaRootAdapter

java.lang.Object
io.deephaven.client.impl.VectorSchemaRootAdapter

public class VectorSchemaRootAdapter extends Object
Utilities for creating VectorSchemaRoot.
  • 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 a table into a FieldVector.
      Parameters:
      table - the table
      allocator - the allocator
      Returns:
      the vector schema root