Can you explain what “Trino syntax compatibility” mean?

Can you explain what “Trino syntax compatibility” mean? Does it mean the functions in “Trino” are supported in StarRocks? Or, as it describes, only the Trino syntax is supported?

he reason I ask this question is. I have a table view that is created by Trino with Trino’s function included like below.

SELECT JSON_EXTRACT_SCALAR(data_json, '$.question') AS question,
       CAST(date_created AS DATE) as date_created
FROM db.table

Does SR plan to support those table views using Trino functions? If not, what is the current suggestion for those use case?

Yes we plan on supporting the Trino functions in StarRocks.