public class JoinMapper extends Object implements TableMapper
| Constructor and Description |
|---|
JoinMapper()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TableMapping |
createMapping(Environment env,
int nin)
Creates a new mapping object, using a given execution environment
for any additional required state.
|
Parameter<?>[] |
getParameters()
Returns the parameters defined by this mapper.
|
public Parameter<?>[] getParameters()
TableMappergetParameters in interface TableMapperpublic TableMapping createMapping(Environment env, int nin) throws TaskException
TableMappercreateMapping in interface TableMapperenv - execution environmentnin - number of input tables that the mapping will operate on
if known; -1 if notTaskExceptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.