partiql / partiql-lang-kotlin

PartiQL libraries and tools in Kotlin.
https://partiql.org/
Apache License 2.0
536 stars 60 forks source link

Initializes PartiQLCursor and PartiQLValueLoader #1467

Closed johnedquinn closed 3 weeks ago

johnedquinn commented 1 month ago

Relevant Issues

Description

Other Information

License Information

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

johnedquinn commented 3 weeks ago

I'd like PartiQLCursor to exist -- however, after some thought, I'd like it to exist in another package (maybe partiql-client). Since users of partiql-eval are supposed to be implementing a PartiQL Server per-se, I figured that the consumption of data over the wire should be exposed by a PartiQL Client. Closing this for now, though this logic can be used in the future.