Skip to content

Commit 7c20a3a

Browse files
committed
Mark ExprIsType as experimental
1 parent c2cc51d commit 7c20a3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

partiql-ast/src/main/java/org/partiql/ast/expr/ExprIsType.java

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
/**
1414
* TODO docs + further specification on supported types
15+
* Note: this is an experimental API. Class's fields and behavior may change in a subsequent release.
1516
*/
1617
@Builder(builderClassName = "Builder")
1718
@EqualsAndHashCode(callSuper = false)

0 commit comments

Comments
 (0)