Class UnionFlux

All Implemented Interfaces:
Expression, HasImports

public final class UnionFlux extends AbstractParametrizedFlux
Merges two or more input streams into a single output stream..
  • Constructor Details

    • UnionFlux

      public UnionFlux()
  • Method Details

    • operatorName

      @Nonnull protected String operatorName()
      Specified by:
      operatorName in class AbstractParametrizedFlux
      Returns:
      name of function
    • withTables

      @Nonnull public UnionFlux withTables(@Nonnull Flux... tables)
      Parameters:
      tables - Flux script to union
      Returns:
      this
    • collectImports

      public void collectImports(@Nonnull Set<String> collectedImports)
      Description copied from class: Flux
      Collects all imports of the flux.
      Overrides:
      collectImports in class Flux
      Parameters:
      collectedImports - a set to be filled by the used imports