Returns whether this trait satisfies a given trait. A trait satisfies another if it is the same or stricter. For example, ORDER BY x, y satisfies ORDER BY x. A trait's satisfies relation must be a partial order (reflexive, anti-symmetric, transitive). Many traits cann
(RelTrait trait)
| 75 | * @return Whether this trait subsumes a given trait |
| 76 | */ |
| 77 | boolean satisfies(RelTrait trait); |
| 78 | |
| 79 | /** |
| 80 | * Returns a succinct name for this trait. The planner may use this String |
no outgoing calls