Interface FillFromUnordered


public interface FillFromUnordered
  • Method Details

    • fillFromChunkUnordered

      void fillFromChunkUnordered(@NotNull WritableChunkSink.FillFromContext context, @NotNull WritableChunk<? super Attributes.Values> dest, @NotNull LongChunk<? extends Attributes.KeyIndices> keys)
      Populates a contiguous portion of the given destination chunk with data corresponding to the keys from the given LongChunk.
      Parameters:
      context - A context containing all mutable/state related data used in retrieving the Chunk.
      dest - The chunk to be populated according to keys
      keys - A chunk of individual, not assumed to be ordered keys to be fetched