EctoTablestore.Repo.stream_search

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

stream_search(schema, index_name, options)

View Source

Specs

stream_search(schema(), index_name :: String.t(), options()) :: Enumerable.t()

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

Options

Please see options of search/3 for details.