Class DoubleArrowBufBlock

All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.util.Accountable, Writeable, Block, DoubleBlock, org.elasticsearch.core.RefCounted, org.elasticsearch.core.Releasable, BlockLoader.Block

public final class DoubleArrowBufBlock extends AbstractArrowBufBlock<DoubleVector,DoubleBlock> implements DoubleBlock
Implementation of DoubleBlock backed by an Arrow buffer holding 64 bits floats.

This class is generated. Edit X-ArrowBufBlock.java.st instead.