Class WindowIntoTransformProvider

  • All Implemented Interfaces:
    org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider

    @AutoService(org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider.class)
    public class WindowIntoTransformProvider
    extends org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<WindowIntoTransformProvider.Configuration>
    An implementation of TypedSchemaTransformProvider for WindowInto.

    Internal only: This class is actively being worked on, and it will likely change. We provide no backwards compatibility guarantees, and it should not be implemented outside the Beam repository.

    • Field Detail

      • OUTPUT_ROWS_TAG

        protected static final java.lang.String OUTPUT_ROWS_TAG
        See Also:
        Constant Field Values
    • Constructor Detail

      • WindowIntoTransformProvider

        public WindowIntoTransformProvider()