Skip to content

Commit

Permalink
Doc fix: must be StreamPointTable and not StreamingPointTable
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Nov 10, 2023
1 parent affaabd commit fa6bf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/development/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ pipeline stages are executed. Most functions receive a PointTableRef object,
which refers to the active point table. A PointTableRef can be stored
or copied cheaply.

A subclass of PointTable called StreamingPointTable exists to allow a pipeline
to run without loading all points in memory. A StreamingPointTable holds a
A subclass of PointTable called StreamPointTable exists to allow a pipeline
to run without loading all points in memory. A StreamPointTable holds a
fixed number of points. Some filters can't operate in streaming mode and
an attempt to run a pipeline with a stage that doesn't support streaming
will raise an exception.
Expand Down

0 comments on commit fa6bf64

Please sign in to comment.