Package org.elasticsearch.index.codec.tsdb.pipeline.numeric


package org.elasticsearch.index.codec.tsdb.pipeline.numeric
Encoder/decoder contracts and pipeline orchestration for numeric pipeline stages.

This package defines two families of stage contracts:

Pipeline orchestration is provided by NumericEncodePipeline (write path) and NumericDecodePipeline (read path). The high-level API is exposed via NumericEncoder and NumericDecoder, which produce per-field NumericBlockEncoder and NumericBlockDecoder instances owning mutable per-block context.

Each stage implementation corresponds to a StageSpec and is identified by a StageId for wire-format lookup during decoding.