Skip to content

Commit 5e0fb30

Browse files
committed
Remove unused method hasInProgressRow
1 parent 78c9f22 commit 5e0fb30

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

core/src/main/java/io/questdb/client/cutlass/qwp/protocol/QwpTableBuffer.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,6 @@ public String getTableName() {
222222
return tableName;
223223
}
224224

225-
public boolean hasInProgressRow() {
226-
for (int i = 0, n = columns.size(); i < n; i++) {
227-
if (fastColumns[i].size > rowCount) {
228-
return true;
229-
}
230-
}
231-
return false;
232-
}
233-
234225
/**
235226
* Advances to the next row.
236227
* <p>

0 commit comments

Comments
 (0)