EctoTablestore.Repo.stream_range

You're seeing just the callback stream_range, go back to EctoTablestore.Repo module for more information.
Link to this callback

stream_range(schema, start_primary_keys, end_primary_keys, options)

View Source

Specs

stream_range(
  schema(),
  start_primary_keys :: list(),
  end_primary_keys :: list(),
  options()
) :: Enumerable.t()

As a wrapper built on ExAliyunOts.stream_range/5 to create composable and lazy enumerables stream for iteration.

Options

Please see options of get_range/4 for details.