提交 474fa6a2 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting

上级 d83f81ad
...@@ -178,6 +178,12 @@ public class RangeTable extends Table { ...@@ -178,6 +178,12 @@ public class RangeTable extends Table {
return max.getValue(session).getLong(); return max.getValue(session).getLong();
} }
/**
* Get the increment.
*
* @param session the session
* @return the increment (1 by default)
*/
public long getStep(Session session) { public long getStep(Session session) {
optimize(session); optimize(session);
if (step == null) { if (step == null) {
......
...@@ -488,7 +488,7 @@ public class TableFilter implements ColumnResolver { ...@@ -488,7 +488,7 @@ public class TableFilter implements ColumnResolver {
/** /**
* Return a list of index condition filtered by a specific column. * Return a list of index condition filtered by a specific column.
* *
* @param column The column of the condition * @param column The column of the condition
* @return the filtered list * @return the filtered list
*/ */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论