See: Description
| Interface | Description |
|---|---|
| Converter |
A relational expression implements the interface
Converter to
indicate that it converts a physical attribute, or
trait, of a relational expression
from one value to another. |
| Class | Description |
|---|---|
| ConverterImpl |
Abstract implementation of
Converter. |
| ConverterRule |
Abstract base class for a rule which converts from one calling convention to
another without changing semantics.
|
| NoneConverter | |
| TraitMatchingRule |
TraitMatchingRule adapts a converter rule, restricting it to fire only when
its input already matches the expected output trait.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.