Package org.apache.gravitino.rel
Class Dialects
java.lang.Object
org.apache.gravitino.rel.Dialects
Predefined SQL dialect identifiers used by
SQLRepresentation.dialect().
Dialect values are lowercase identifiers so they can be compared case-insensitively. Applications are free to use dialect strings that are not listed here; this class only provides constants for the dialects Gravitino recognizes out of the box.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
TRINO
The Trino SQL dialect.- See Also:
-
SPARK
The Apache Spark SQL dialect.- See Also:
-
HIVE
The Apache Hive SQL dialect.- See Also:
-
FLINK
The Apache Flink SQL dialect.- See Also:
-