Class ArrayJoin
java.lang.Object
uk.ac.starlink.ttools.task.ConsumerTask
uk.ac.starlink.ttools.task.SingleMapperTask
uk.ac.starlink.ttools.task.ArrayJoin
- All Implemented Interfaces:
uk.ac.starlink.task.Task
Task to add the contents of an external table for each row of
an input table as array-valued columns.
- Since:
- 17 Jun 2022
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProducer(uk.ac.starlink.task.Environment env) Returns an object which can produce the effective output table which will be consumed by this task.uk.ac.starlink.task.Parameter<?>[]Methods inherited from class SingleMapperTask
createInputProducer, getInputFilterParameter, getInputTableParameterMethods inherited from class ConsumerTask
createExecutable, createProducer, getIdentity, getOutputMode, getParameterList, getPurpose
-
Constructor Details
-
ArrayJoin
public ArrayJoin()Constructor.
-
-
Method Details
-
getParameters
public uk.ac.starlink.task.Parameter<?>[] getParameters()- Specified by:
getParametersin interfaceuk.ac.starlink.task.Task- Overrides:
getParametersin classConsumerTask
-
createProducer
public TableProducer createProducer(uk.ac.starlink.task.Environment env) throws uk.ac.starlink.task.TaskException Description copied from class:ConsumerTaskReturns an object which can produce the effective output table which will be consumed by this task. The table produced by the resulting producer can be fed to theConsumerTask.getIdentity(StarTable)method.- Specified by:
createProducerin classConsumerTask- Parameters:
env- execution environment- Returns:
- table producer
- Throws:
uk.ac.starlink.task.TaskException
-