public interface ServiceOperation
MultiServiceColumnCalculator.| Modifier and Type | Method and Description |
|---|---|
Object[] |
calculateRow(Object[] tuple)
Calculates the output tuple for a given input tuple.
|
StarTable |
getResultMetadata()
Returns the metadata-only table describing the rows which will
be returned by this operation.
|
StarTable getResultMetadata()
TableSink.acceptMetadata(uk.ac.starlink.table.StarTable).
Its data must not be read.Object[] calculateRow(Object[] tuple) throws IOException
tuple - input tupleIOExceptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.