Adds other tests for SQL-92 specified functions and operators. builtins-sql.adoc from partiql-docs outlines some functions/operators missing from the reference implementation partiql-lang-kotlin. Included in this PR:
POSITION
BIT_LENGTH
OCTET_LENGTH
CHAR_LENGTH (tests already existed; adds some more tests)
Adds other tests for SQL-92 specified functions and operators. builtins-sql.adoc from
partiql-docs
outlines some functions/operators missing from the reference implementationpartiql-lang-kotlin
. Included in this PR:POSITION
BIT_LENGTH
OCTET_LENGTH
CHAR_LENGTH
(tests already existed; adds some more tests)Also, some tests were ported from Postgres' multi-byte test repo to the partiql-tests-data-extended directory.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.