Class CoerceInputsRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class CoerceInputsRule extends RelRule<CoerceInputsRule.Config> implements TransformationRule
CoerceInputsRule pre-casts inputs to a particular type. This can be used to assist operator implementations which impose requirements on their input types.
See Also: