public interface FieldRemapping
RemapFields
for constructing transformations.Modifier and Type | Method and Description |
---|---|
RecordTokenType |
apply(RecordTokenType srcType,
Map<String,String> mapping)
Computes the result of applying the transformation to a record type.
|
List<String> |
getMappings(String name)
Gets the fields in the target to which the specified source
field is mapped.
|
RecordTokenType apply(RecordTokenType srcType, Map<String,String> mapping)
srcType
- the type being transformedmapping
- a map for holding the inverted field mappingList<String> getMappings(String name)
name
- the name of a field in the source recordCopyright © 2016 Actian Corporation. All rights reserved.