Closed
Description
-
arrays in expressionssql: add support for ARRAY indexing #10518 sql: add support for ARRAY operators and functions #10519 - arrays on pgwire sql/pgwire: text decoding and binary en/decoding for arrays is not supported #13358 sql/pgwire: Support decoding ARRAY OIDs in string format #10713 sql: pgwire behavior for vector types is partially incorrect #13434
- arrays in pg_catalog virtual tables sql: list the typelem for arrays in pg_type #13524 sql: list the conversion functions in pg_type #12526 sql: incompatible array type names in pg_type (Npgsql support) #13470
- arrays in table/view descriptors (storing arrays)
- KV array encoding (storing arrays)
- DistSQL support (encoding over the wire)
- optimize table lookups for
= ANY(array)
like forIN
expressions sql: optimize= ANY
likeIN
#13593