abstract static class MultiJoinOptimizeBushyRule.Vertex extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) double |
cost |
protected ImmutableBitSet |
factors |
(package private) int |
id |
| Constructor and Description |
|---|
Vertex(int id,
ImmutableBitSet factors,
double cost) |
final int id
protected final ImmutableBitSet factors
final double cost
Vertex(int id,
ImmutableBitSet factors,
double cost)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.