提交 30d0ab60 authored 作者: Owner's avatar Owner

Added javadoc to Session.java

上级 93d67a86
......@@ -1695,6 +1695,10 @@ public class Session extends SessionWithState {
return false;
}
/**
* Marks a table as changed, needing re-analysis.
* @param table the table to be marked
*/
public void markTableForAnalyze(Table table) {
if (tablesToAnalyze == null) {
tablesToAnalyze = New.hashSet();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论