can anyone point me to a documentation on supported sql functions ? I am
trying to do a contians operation on sql array type. But I don't know how
to type the  sql.

// like hive function array_contains
select * from business where array_contains(type, "insurance")



appreciate any help.

Reply via email to