SQLite supports full join, is not distinct from
, FILTER (WHERE ...)
, and CTEs.
#648
Labels
is not distinct from
, FILTER (WHERE ...)
, and CTEs.
#648
But, beam-sqlite backend doesn't seem to implement full join and
is not distinct from
andFILTER (WHERE ...)
and common table expressions.It's painful to read
CASE .. WHEN ..
instead ofis not distinct from
in generated SQL queries.Implementing those will speed up sqlite queries.
The text was updated successfully, but these errors were encountered: