blob: 454ebd29cd1ee14f72dbf3305b53bbf66cd1bf61 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.calcite.materialize.Lattice.Column (Apache Calcite API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.calcite.materialize.Lattice.Column (Apache Calcite API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/calcite/materialize/class-use/Lattice.Column.html" target="_top">Frames</a></li>
<li><a href="Lattice.Column.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.calcite.materialize.Lattice.Column" class="title">Uses of Class<br>org.apache.calcite.materialize.Lattice.Column</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.calcite.materialize">org.apache.calcite.materialize</a></td>
<td class="colLast">
<div class="block">Management of materialized query results.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.calcite.materialize">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a> in <a href="../../../../../org/apache/calcite/materialize/package-summary.html">org.apache.calcite.materialize</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a> in <a href="../../../../../org/apache/calcite/materialize/package-summary.html">org.apache.calcite.materialize</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.BaseColumn.html" title="class in org.apache.calcite.materialize">Lattice.BaseColumn</a></span></code>
<div class="block">Column in a lattice.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.DerivedColumn.html" title="class in org.apache.calcite.materialize">Lattice.DerivedColumn</a></span></code>
<div class="block">Column in a lattice that is based upon a SQL expression.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/calcite/materialize/package-summary.html">org.apache.calcite.materialize</a> declared as <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></code></td>
<td class="colLast"><span class="typeNameLabel">TileSuggester.AttributeImpl.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/TileSuggester.AttributeImpl.html#column">column</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/calcite/materialize/package-summary.html">org.apache.calcite.materialize</a> with type parameters of type <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>com.google.common.collect.ImmutableList&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Measure.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Measure.html#args">args</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private com.google.common.cache.LoadingCache&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">CachingLatticeStatisticProvider.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/CachingLatticeStatisticProvider.html#cache">cache</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) com.google.common.collect.ImmutableListMultimap.Builder&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Builder.Fixer.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Builder.Fixer.html#columnAliasList">columnAliasList</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>com.google.common.collect.ImmutableList&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.html#columns">columns</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private com.google.common.collect.ImmutableListMultimap&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Builder.html#columnsByAlias">columnsByAlias</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.TileBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.TileBuilder.html#dimensionListBuilder">dimensionListBuilder</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>com.google.common.collect.ImmutableList&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Tile.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Tile.html#dimensions">dimensions</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/calcite/materialize/package-summary.html">org.apache.calcite.materialize</a> that return <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Builder.html#column-int-int-">column</a></span>(int&nbsp;table,
int&nbsp;column)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Builder.html#expression-org.apache.calcite.rex.RexNode-java.lang.String-java.util.List-">expression</a></span>(<a href="../../../../../org/apache/calcite/rex/RexNode.html" title="class in org.apache.calcite.rex">RexNode</a>&nbsp;e,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alias,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;tableAliases)</code>
<div class="block">Adds a lattice column based on a SQL expression,
or returns a column based on the same expression seen previously.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Builder.html#pathOffsetToColumn-org.apache.calcite.materialize.Path-int-">pathOffsetToColumn</a></span>(<a href="../../../../../org/apache/calcite/materialize/Path.html" title="class in org.apache.calcite.materialize">Path</a>&nbsp;path,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Builder.html#resolveColumn-java.lang.Object-">resolveColumn</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Builder.html#resolveColumnByAlias-java.lang.String-">resolveColumnByAlias</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Looks up a column in this lattice by alias.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Builder.html#resolveQualifiedColumn-java.lang.String-java.lang.String-">resolveQualifiedColumn</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;table,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;column)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/calcite/materialize/package-summary.html">org.apache.calcite.materialize</a> that return types with arguments of type <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>,<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">LatticeSuggester.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/LatticeSuggester.html#mapper-org.apache.calcite.materialize.Lattice-org.apache.calcite.materialize.Lattice.Builder-">mapper</a></span>(<a href="../../../../../org/apache/calcite/materialize/Lattice.html" title="class in org.apache.calcite.materialize">Lattice</a>&nbsp;lattice,
<a href="../../../../../org/apache/calcite/materialize/Lattice.Builder.html" title="class in org.apache.calcite.materialize">Lattice.Builder</a>&nbsp;builder)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>,<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">LatticeSuggester.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/LatticeSuggester.html#mapper-org.apache.calcite.materialize.Lattice-org.apache.calcite.materialize.Lattice.Builder-">mapper</a></span>(<a href="../../../../../org/apache/calcite/materialize/Lattice.html" title="class in org.apache.calcite.materialize">Lattice</a>&nbsp;lattice,
<a href="../../../../../org/apache/calcite/materialize/Lattice.Builder.html" title="class in org.apache.calcite.materialize">Lattice.Builder</a>&nbsp;builder)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>com.google.common.collect.ImmutableList&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Builder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Builder.html#resolveArgs-java.lang.Object-">resolveArgs</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;args)</code>
<div class="block">Resolves the arguments of a
<a href="../../../../../org/apache/calcite/model/JsonMeasure.html" title="class in org.apache.calcite.model"><code>JsonMeasure</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/calcite/materialize/package-summary.html">org.apache.calcite.materialize</a> with parameters of type <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.TileBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.TileBuilder.html#addDimension-org.apache.calcite.materialize.Lattice.Column-">addDimension</a></span>(<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&nbsp;column)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private double</code></td>
<td class="colLast"><span class="typeNameLabel">SqlLatticeStatisticProvider.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/SqlLatticeStatisticProvider.html#cardinality-org.apache.calcite.materialize.Lattice-org.apache.calcite.materialize.Lattice.Column-">cardinality</a></span>(<a href="../../../../../org/apache/calcite/materialize/Lattice.html" title="class in org.apache.calcite.materialize">Lattice</a>&nbsp;lattice,
<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&nbsp;column)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Column.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html#compareTo-org.apache.calcite.materialize.Lattice.Column-">compareTo</a></span>(<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&nbsp;column)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/calcite/materialize/package-summary.html">org.apache.calcite.materialize</a> with type arguments of type <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">ProfilerLatticeStatisticProvider.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/ProfilerLatticeStatisticProvider.html#cardinality-java.util.List-">cardinality</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;columns)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">SqlLatticeStatisticProvider.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/SqlLatticeStatisticProvider.html#cardinality-java.util.List-">cardinality</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;columns)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">DelegatingLatticeStatisticProvider.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/DelegatingLatticeStatisticProvider.html#cardinality-java.util.List-">cardinality</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;columns)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">LatticeStatisticProvider.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/LatticeStatisticProvider.html#cardinality-java.util.List-">cardinality</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;columns)</code>
<div class="block">Returns an estimate of the number of distinct values in a column
or list of columns.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">CachingLatticeStatisticProvider.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/CachingLatticeStatisticProvider.html#cardinality-java.util.List-">cardinality</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;columns)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private static int</code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Measure.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Measure.html#compare-java.util.List-java.util.List-">compare</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;list0,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;list1)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static int</code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Measure.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Measure.html#compare-java.util.List-java.util.List-">compare</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;list0,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;list1)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) <a href="../../../../../org/apache/calcite/materialize/Lattice.Measure.html" title="class in org.apache.calcite.materialize">Lattice.Measure</a></code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Measure.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Measure.html#copy-java.util.function.Function-">copy</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>,<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;mapper)</code>
<div class="block">Copies this measure, mapping its arguments using a given function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) <a href="../../../../../org/apache/calcite/materialize/Lattice.Measure.html" title="class in org.apache.calcite.materialize">Lattice.Measure</a></code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Measure.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Measure.html#copy-java.util.function.Function-">copy</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>,<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;mapper)</code>
<div class="block">Copies this measure, mapping its arguments using a given function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.html#getRowCount-java.util.List-">getRowCount</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;columns)</code>
<div class="block">Returns an estimate of the number of rows in the tile with the given
dimensions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) static <a href="../../../../../org/apache/calcite/util/ImmutableBitSet.html" title="class in org.apache.calcite.util">ImmutableBitSet</a></code></td>
<td class="colLast"><span class="typeNameLabel">Lattice.Column.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html#toBitSet-java.util.List-">toBitSet</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;columns)</code>
<div class="block">Converts a list of columns to a bit set of their ordinals.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/calcite/materialize/package-summary.html">org.apache.calcite.materialize</a> with parameters of type <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/TileSuggester.AttributeImpl.html#AttributeImpl-org.apache.calcite.materialize.Lattice.Column-org.apache.calcite.materialize.TileSuggester.TableImpl-">AttributeImpl</a></span>(<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&nbsp;column,
<a href="../../../../../org/apache/calcite/materialize/TileSuggester.TableImpl.html" title="class in org.apache.calcite.materialize">TileSuggester.TableImpl</a>&nbsp;table)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/calcite/materialize/package-summary.html">org.apache.calcite.materialize</a> with type arguments of type <a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.html#Lattice-org.apache.calcite.jdbc.CalciteSchema-org.apache.calcite.materialize.LatticeRootNode-boolean-boolean-long-org.apache.calcite.materialize.LatticeStatisticProvider.Factory-java.lang.Double-com.google.common.collect.ImmutableList-com.google.common.collect.ImmutableSortedSet-com.google.common.collect.ImmutableList-">Lattice</a></span>(<a href="../../../../../org/apache/calcite/jdbc/CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a>&nbsp;rootSchema,
<a href="../../../../../org/apache/calcite/materialize/LatticeRootNode.html" title="class in org.apache.calcite.materialize">LatticeRootNode</a>&nbsp;rootNode,
boolean&nbsp;auto,
boolean&nbsp;algorithm,
long&nbsp;algorithmMaxMillis,
<a href="../../../../../org/apache/calcite/materialize/LatticeStatisticProvider.Factory.html" title="interface in org.apache.calcite.materialize">LatticeStatisticProvider.Factory</a>&nbsp;statisticProviderFactory,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&nbsp;rowCountEstimate,
com.google.common.collect.ImmutableList&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;columns,
com.google.common.collect.ImmutableSortedSet&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Measure.html" title="class in org.apache.calcite.materialize">Lattice.Measure</a>&gt;&nbsp;defaultMeasures,
com.google.common.collect.ImmutableList&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Tile.html" title="class in org.apache.calcite.materialize">Lattice.Tile</a>&gt;&nbsp;tiles)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Measure.html#Measure-org.apache.calcite.sql.SqlAggFunction-boolean-java.lang.String-java.lang.Iterable-">Measure</a></span>(<a href="../../../../../org/apache/calcite/sql/SqlAggFunction.html" title="class in org.apache.calcite.sql">SqlAggFunction</a>&nbsp;agg,
boolean&nbsp;distinct,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;args)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/materialize/Lattice.Tile.html#Tile-com.google.common.collect.ImmutableList-com.google.common.collect.ImmutableList-">Tile</a></span>(com.google.common.collect.ImmutableList&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Measure.html" title="class in org.apache.calcite.materialize">Lattice.Measure</a>&gt;&nbsp;measures,
com.google.common.collect.ImmutableList&lt;<a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Lattice.Column</a>&gt;&nbsp;dimensions)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/calcite/materialize/Lattice.Column.html" title="class in org.apache.calcite.materialize">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/calcite/materialize/class-use/Lattice.Column.html" target="_top">Frames</a></li>
<li><a href="Lattice.Column.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>