| commit | a09de6914e2ed0b2e3472f1a1e274a546f87ca51 | [log] [tgz] |
|---|---|---|
| author | Daniel Weeks <daniel.c.weeks@gmail.com> | Sat Oct 21 15:38:00 2023 -0700 |
| committer | Fokko Driesprong <fokko@tabular.io> | Tue Oct 24 09:01:36 2023 -0400 |
| tree | 6d61fde91f7718f2e2af2a21819b062061c08e94 | |
| parent | 1b186d6041f0160c736365709bd091c59dd1795c [diff] |
Update like statements to reflect sql behaviors (#91) * Update like statements to reflect sql behaciors * Codestyle * Codestyle * Handle NotStartsWith * Update pyiceberg/expressions/parser.py Co-authored-by: Fokko Driesprong <fokko@apache.org> * Update tests/expressions/test_parser.py Co-authored-by: Fokko Driesprong <fokko@apache.org> --------- Co-authored-by: Fokko Driesprong <fokko@apache.org>
PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.
The documentation is available at https://py.iceberg.apache.org/.