public static class BeamCalcRel.CalcFn extends DoFn<Row,Row>
CalcFn
is the executor for a BeamCalcRel
step.DoFn.BoundedPerElement, DoFn.Element, DoFn.FieldAccess, DoFn.FinishBundle, DoFn.FinishBundleContext, DoFn.GetInitialRestriction, DoFn.GetRestrictionCoder, DoFn.MultiOutputReceiver, DoFn.NewTracker, DoFn.OnTimer, DoFn.OnTimerContext, DoFn.OutputReceiver<T>, DoFn.ProcessContext, DoFn.ProcessContinuation, DoFn.ProcessElement, DoFn.RequiresStableInput, DoFn.Setup, DoFn.SplitRestriction, DoFn.StartBundle, DoFn.StartBundleContext, DoFn.StateId, DoFn.Teardown, DoFn.TimerId, DoFn.Timestamp, DoFn.UnboundedPerElement, DoFn.WindowedContext
Constructor and Description |
---|
CalcFn(BeamSqlExpressionExecutor executor,
Schema outputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
processElement(DoFn.ProcessContext c,
BoundedWindow window) |
void |
setup() |
getAllowedTimestampSkew, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayData, prepareForProcessing
public CalcFn(BeamSqlExpressionExecutor executor, Schema outputSchema)
@DoFn.Setup public void setup()
@DoFn.ProcessElement public void processElement(DoFn.ProcessContext c, BoundedWindow window)
@DoFn.Teardown public void close()