Skip to content

Commit

Permalink
More doc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrykoval committed Mar 19, 2021
1 parent f8b5a16 commit ab3558a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Vinum uses PostgresSQL parser provided by
`pglast <https://github.com/lelit/pglast>`_ project.

Query planning and execution phases are implemented in Python,
while all physical operators are either implemented in C++ or use
native kernels from Arrow or NumPy. The only exception to this is
while all the physical operators are either implemented in C++ or use
compiled vectorized kernels from Arrow or NumPy. The only exception to this is
native python UDFs, which are running within interpreted Python.

Query execution model is based on the vectorized model described in the prolific
Expand Down

0 comments on commit ab3558a

Please sign in to comment.