Skip to content

Commit

Permalink
Update druid/src/main/java/org/apache/calcite/adapter/druid/DruidQuer…
Browse files Browse the repository at this point in the history
…y.java

Co-authored-by: Alessandro Solimando <[email protected]>
  • Loading branch information
xuzifu666 and asolimando authored Mar 7, 2025
1 parent eea1b12 commit 19dec2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public class DruidQuery extends AbstractRelNode implements BindableRel {
/**
* Provides a standard list of supported Calcite operators that can be converted to
* Druid Expressions. This can be used as is or re-adapted based on underline
* engine operator syntax.Methods can refer to https://druid.apache.org/docs/latest/querying/
* engine operator syntax. Methods can refer to https://druid.apache.org/docs/latest/querying/
*/
public static final List<DruidSqlOperatorConverter> DEFAULT_OPERATORS_LIST =
ImmutableList.<DruidSqlOperatorConverter>builder()
Expand Down

0 comments on commit 19dec2a

Please sign in to comment.