()
| 487 | public ExprId getId() { return id_; } |
| 488 | protected void setId(ExprId id) { id_ = id; } |
| 489 | public Type getType() { return type_; } |
| 490 | public double getSelectivity() { return selectivity_; } |
| 491 | public boolean hasSelectivity() { return selectivity_ >= 0; } |
| 492 | public float getCost() { |
no outgoing calls