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
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
select
language(blob_content, file_path) as lang,
uast_extract(
uast_xpath(
uast_xpath(
uast_mode('annotated', blob_content, lang)
'//InfixExpression[@role="Add" and @role="Binary" and @role="Operator"]'
),
"//String[@internalRole='leftOperand']"),
"Value"
) as result
from refs
NATURAL JOIN commits
NATURAL JOIN commit_files
NATURAL JOIN files
where lang != '' limit 100;
Is failing with ERROR 1105 (HY000): unknown error: expecting 2 arguments for calling this function, 1 received
We should specify the function name on the error at least.
The text was updated successfully, but these errors were encountered:
The following query
Is failing with
ERROR 1105 (HY000): unknown error: expecting 2 arguments for calling this function, 1 received
We should specify the function name on the error at least.
The text was updated successfully, but these errors were encountered: