提交 8fcd494b authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Update javadoc of FunctionIndex to match the current behaviour

上级 da202650
...@@ -17,8 +17,8 @@ import org.h2.table.IndexColumn; ...@@ -17,8 +17,8 @@ import org.h2.table.IndexColumn;
import org.h2.table.TableFilter; import org.h2.table.TableFilter;
/** /**
* An index for a function that returns a result set. This index can only scan * An index for a function that returns a result set. Search is this index
* through all rows, search is not supported. * performs scan over all rows and should be avoided.
*/ */
public class FunctionIndex extends BaseIndex { public class FunctionIndex extends BaseIndex {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论