File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ and ``NumpyProtocolHandler``. They can be used as follows:
4545
4646 These protocol handlers comprise different parsers, and return results as described below:
4747
48- - ProtocolHandler: this default implementation is a drop-in replacement for the pure-Python version.
49- The rows are all parsed upfront, before results are returned.
48+ - ProtocolHandler: this default implementation is a drop-in replacement for the pure-Python version.
49+ The rows are all parsed upfront, before results are returned.
5050
51- - LazyProtocolHandler: near drop-in replacement for the above, except that it returns an iterator over rows,
52- lazily decoded into the default row format (this is more efficient since all decoded results are not materialized at once)
51+ - LazyProtocolHandler: near drop-in replacement for the above, except that it returns an iterator over rows,
52+ lazily decoded into the default row format (this is more efficient since all decoded results are not materialized at once)
5353
54- - NumpyProtocolHander: deserializes results directly into NumPy arrays. This facilitates efficient integration with
55- analysis toolkits such as Pandas.
54+ - NumpyProtocolHander: deserializes results directly into NumPy arrays. This facilitates efficient integration with
55+ analysis toolkits such as Pandas.
You can’t perform that action at this time.
0 commit comments