Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support of 8.0 version #10

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

zhenglin-charlie-li
Copy link
Owner

No description provided.

zhenglinli and others added 6 commits August 27, 2023 10:54
This is the first Pull Request for [Presto](https://prestodb.io/) implementation.
The following oracles are currently completed:
 * NoRec oracle
 * TLP Where
 * TLP Aggregate (basic aggregate function)

## Data types
The following data types are currently supported:
BOOLEAN, INT, FLOAT, DECIMAL, VARCHAR, CHAR, VARBINARY, JSON, DATE, TIME,
TIMESTAMP, TIME_WITH_TIME_ZONE, TIMESTAMP_WITH_TIME_ZONE,
INTERVAL_YEAR_TO_MONTH, INTERVAL_DAY_TO_SECOND, ARRAY.
Others such as MAP, ROW, IPADDRESS, UID, IPPREFIX, HyperLogLog,
P4HyperLogLog, KHyperLogLog, QDigest and TDigest will be
supported in the future.

## Functions

Large number of Presto supported are implemented, but only small number
are actually used in test. Most of the functions will be supported in
the future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants