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
However, from inside of the n *ast.SelectColumNode, n.Child(0) returns nil instead of a ast.Node with *ast.JSONLiteralNode.
The language feature zetasql.FeatureJsonType is enabled, and other features like FeatureJsonArrayFunctions, FeatureJsonLegacyParse, FeatureJsonNoValidation, FeatureJsonValueExtractionFunctions have no effect.
The text was updated successfully, but these errors were encountered:
For a statement like
SELECT JSON '1'
we have the following AST:However, from inside of the
n *ast.SelectColumNode
,n.Child(0)
returnsnil
instead of aast.Node
with*ast.JSONLiteralNode
.The language feature
zetasql.FeatureJsonType
is enabled, and other features likeFeatureJsonArrayFunctions
,FeatureJsonLegacyParse
,FeatureJsonNoValidation
,FeatureJsonValueExtractionFunctions
have no effect.The text was updated successfully, but these errors were encountered: