FelixYBW commented on issue #5504: URL: https://github.com/apache/incubator-gluten/issues/5504#issuecomment-2073127630
What's the json functions Gluten already support? Here is the list: | json func | desc | | ------------- | ------------- | | from_json() | Converts JSON string into Struct type or Map type. | | to_json() | Converts MapType or Struct type to JSON string. | | json_tuple() | Extract the Data from JSON and create them as a new columns. | | get_json_object() | Extracts JSON element from a JSON string based on json path specified. | | schema_of_json() | Create schema string from JSON string | With supported function, what's the syntax gap? Could you put a list? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
