Module org.elasticsearch.compute
Package org.elasticsearch.compute.data
Interface AbstractDelegatingCompoundBlock.Deserializer<T extends Block>
- Enclosing class:
AbstractDelegatingCompoundBlock<T extends Block>
protected static interface AbstractDelegatingCompoundBlock.Deserializer<T extends Block>
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize(BlockStreamInput in, int positionCount, int[] firstValueIndexes)
-
Method Details
-
deserialize
T deserialize(BlockStreamInput in, int positionCount, @Nullable int[] firstValueIndexes) throws IOException - Throws:
IOException
-