Skip to content

Commit bdf9550

Browse files
committed
code review
1 parent 05797c1 commit bdf9550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/io/questdb/cairo/sql/PartitionFrameCursorFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
import io.questdb.std.str.CharSink;
3535
import io.questdb.std.str.Sinkable;
3636
import org.jetbrains.annotations.NotNull;
37+
import org.jetbrains.annotations.Nullable;
3738

3839
import java.io.Closeable;
3940

@@ -79,6 +80,7 @@ static int reverse(int order) {
7980
*/
8081
int getOrder();
8182

83+
@Nullable
8284
ObjList<PushdownFilterExtractor.PushdownFilterCondition> getPushdownFilterConditions();
8385

8486
TableToken getTableToken();

0 commit comments

Comments
 (0)