Interface BlockLoader.Block

All Superinterfaces:
AutoCloseable, Closeable, Releasable
Enclosing interface:
BlockLoader

public static interface BlockLoader.Block extends Releasable
A columnar representation of homogenous data. It has a position (row) count, and various data retrieval methods for accessing the underlying data that is stored at a given position. In other words, a fancy wrapper over an array.

This is just a marker interface for these results. The compute engine has fleshed out implementations.

  • Method Summary

    Methods inherited from interface org.elasticsearch.core.Releasable

    close