[CALCITE-2705] Site: Remove duplicate "selectivity" in list of metadata types (Alan Jin)
Close apache/calcite#940 Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/849f1416 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/849f1416 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/849f1416 Branch: refs/heads/master Commit: 849f1416d435acb1409be853f8cc62ff610eda9a Parents: 453f171 Author: LantaoJin <[email protected]> Authored: Mon Nov 26 20:06:44 2018 +0800 Committer: Julian Hyde <[email protected]> Committed: Fri Nov 30 20:29:36 2018 -0800 ---------------------------------------------------------------------- site/_docs/adapter.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/849f1416/site/_docs/adapter.md ---------------------------------------------------------------------- diff --git a/site/_docs/adapter.md b/site/_docs/adapter.md index 20a7703..80fbd21 100644 --- a/site/_docs/adapter.md +++ b/site/_docs/adapter.md @@ -601,9 +601,8 @@ There are many built-in kinds of metadata, including [row count]({{ site.apiRoot }}/org/apache/calcite/rel/metadata/RelMdRowCount.html), [selectivity]({{ site.apiRoot }}/org/apache/calcite/rel/metadata/RelMdSelectivity.html), [size]({{ site.apiRoot }}/org/apache/calcite/rel/metadata/RelMdSize.html), -[table references]({{ site.apiRoot }}/org/apache/calcite/rel/metadata/RelMdTableReferences.html), -[unique keys]({{ site.apiRoot }}/org/apache/calcite/rel/metadata/RelMdUniqueKeys.html), and -[selectivity]({{ site.apiRoot }}/org/apache/calcite/rel/metadata/RelMdSelectivity.html); +[table references]({{ site.apiRoot }}/org/apache/calcite/rel/metadata/RelMdTableReferences.html), and +[unique keys]({{ site.apiRoot }}/org/apache/calcite/rel/metadata/RelMdUniqueKeys.html); you can also define your own. You can then supply a *metadata provider* that computes that kind of metadata
