ILuffZhe

Results 6 issues of ILuffZhe

Support NVARCHAR Type in Avatica when searching Oracle.

The PR supports sorting aggregation result in Elasticsearch Adapter. Like: **select val2, max(val3) as MAX_VAL3 from view group by val2 order by MAX_VAL3 desc** Quoted from ES: "Buckets can only...

Enable MySQL convert(expr, type) function that works on converting data types. Noted: SIGNED type is equivalent with BigInt in Calcite type system, and this PR use `SqlAlienSystemTypeNameSpec` to represent UNSIGNED,...

stale

The following functions will return null if the result is an empty string under Oracle semantics: - concat (||), UPPER, LOWER, TRIM, OVERLAY, SUBSTRING, INITCAP, REPLACE - JDBC functions: INSERT,...

stale