You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice for exon to support table functions, e.g. SELECT * FROM read_fasta('./path/to/file.fasta.gz'). It should support taking 0 or more arguments.
At least two things are needed to support table functions:
It'd be nice for exon to support table functions, e.g.
SELECT * FROM read_fasta('./path/to/file.fasta.gz')
. It should support taking 0 or more arguments.At least two things are needed to support table functions:
Start with a
read_fasta
and move onto other functions.The text was updated successfully, but these errors were encountered: