public class RelNodes extends Object
| 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 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-2022 Apache Software Foundation. All Rights Reserved.