public abstract class LatticeNode extends Object
Relations form a tree; all relations except the root relation (the fact table) have precisely one parent and an equi-join condition on one or more pairs of columns linking to it.
| Modifier and Type | Field and Description |
|---|---|
@Nullable String |
alias |
String |
digest |
LatticeTable |
table |
| Modifier and Type | Method and Description |
|---|---|
RelOptTable |
relOptTable() |
String |
toString() |
public final LatticeTable table
public final @Nullable String alias
public final String digest
public RelOptTable relOptTable()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.