Class DefaultChunkReaderFactory

java.lang.Object
io.deephaven.extensions.barrage.chunk.DefaultChunkReaderFactory
All Implemented Interfaces:
ChunkReader.Factory

public class DefaultChunkReaderFactory extends Object implements ChunkReader.Factory
JVM implementation of ChunkReader.Factory, suitable for use in Java clients and servers. This default implementation may not round trip flight types in a stable way, but will round trip Deephaven table definitions and table data. Neither of these is a required/expected property of being a Flight/Barrage/Deephaven client.