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