Skip to content

Commit 103b859

Browse files
committed
add getAnn()
1 parent 1174c61 commit 103b859

File tree

1 file changed

+5
-0
lines changed
  • query-builder/src/main/java/com/datastax/oss/driver/internal/querybuilder/select

1 file changed

+5
-0
lines changed

query-builder/src/main/java/com/datastax/oss/driver/internal/querybuilder/select/DefaultSelect.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,11 @@ public Object getLimit() {
554554
return limit;
555555
}
556556

557+
@Nullable
558+
public Ann getAnn() {
559+
return ann;
560+
}
561+
557562
@Nullable
558563
public Object getPerPartitionLimit() {
559564
return perPartitionLimit;

0 commit comments

Comments
 (0)