public class Match1Mapping extends Object implements SingleTableMapping
Constructor and Description |
---|
Match1Mapping(MatchEngine matchEngine,
Match1Type type1,
String[] tupleExprs,
ProgressIndicator progger,
RowRunner runner)
Constructs a Match1Mapping by giving instructions about how the
internal match result table will be produced from the input table.
|
Modifier and Type | Method and Description |
---|---|
StarTable |
map(StarTable inTable)
Converts the input table to a table containing internal match results.
|
public Match1Mapping(MatchEngine matchEngine, Match1Type type1, String[] tupleExprs, ProgressIndicator progger, RowRunner runner)
matchEngine
- match enginetype1
- type of internal match result tabletupleExprs
- array of JEL expressions to execute in the context
of the input table, one for each element of
the matchEngine's tupleprogger
- progress indicatorrunner
- controls parallel implementation,
or null for sequentialpublic StarTable map(StarTable inTable) throws TaskException, IOException
map
in interface SingleTableMapping
inTable
- input tableTaskException
IOException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.