SingleTableMapping
public class Match1Mapping extends java.lang.Object implements SingleTableMapping
Constructor | Description |
---|---|
Match1Mapping(uk.ac.starlink.table.join.MatchEngine matchEngine,
uk.ac.starlink.table.join.Match1Type type1,
java.lang.String[] tupleExprs,
uk.ac.starlink.table.join.ProgressIndicator progger) |
Constructs a Match1Mapping by giving instructions about how the
internal match result table will be produced from the input table.
|
Modifier and Type | Method | Description |
---|---|---|
uk.ac.starlink.table.StarTable |
map(uk.ac.starlink.table.StarTable inTable) |
Converts the input table to a table containing internal match results.
|
public Match1Mapping(uk.ac.starlink.table.join.MatchEngine matchEngine, uk.ac.starlink.table.join.Match1Type type1, java.lang.String[] tupleExprs, uk.ac.starlink.table.join.ProgressIndicator progger)
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 indicatorpublic uk.ac.starlink.table.StarTable map(uk.ac.starlink.table.StarTable inTable) throws uk.ac.starlink.task.TaskException, java.io.IOException
map
in interface SingleTableMapping
inTable
- input tableuk.ac.starlink.task.TaskException
java.io.IOException
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.