public class RelNodes extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
RelNodes.RelNodeComparator
Arbitrary stable comparator for
RelNodes. |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<RelNode> |
COMPARATOR
Comparator that provides an arbitrary but stable ordering to
RelNodes. |
static com.google.common.collect.Ordering<RelNode> |
ORDERING
Ordering for
RelNodes. |
| Modifier | Constructor and Description |
|---|---|
private |
RelNodes() |
| Modifier and Type | Method and Description |
|---|---|
static int |
compareRels(RelNode[] rels0,
RelNode[] rels1)
Compares arrays of
RelNode. |
public static final Comparator<RelNode> COMPARATOR
RelNodes.Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.