Annotation Type Emitter
Mark a class as returning an input connector.
This is only useful when there is no
PartitionMapper
.-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
In Studio and some use-cases with some input connectors, we may need to ignore outgoing row.
-
Element Details
-
family
- Returns:
- the family of this mapper (family/grouping value).
- Default:
- ""
-
name
- Returns:
- the value of the input.
- Default:
- ""
-
optionalRow
boolean optionalRowIn Studio and some use-cases with some input connectors, we may need to ignore outgoing row. As mentioned above, this is a Studio only feature.- Returns:
- true if the underlying input is allowed to ignore mandatory output row.
- Default:
- false
-