Class DataFlow

Data flow descriptor.

By default, it uses HamiltonFlow to traverse the graph.

Hierarchy

  • BaseFlow
    • DataFlow

Constructors

Properties

alias: string
property: FlowProperty

Methods

  • Set the alias of the result table.

    Parameters

    • alias: string

      Alias of the result table.

    Returns ICanBuildFlowDescriptor

  • Set the barrier table of the flow.

    Parameters

    • alias: string

      Alias of the barrier table.

    Returns ICanSetFlowSink

  • Returns FlowDescriptor

  • Parameters

    • current: Value
    • source: Column
    • sink: Column
    • barrier: Column
    • result: Table

    Returns void

  • Set the sink table of the flow.

    Parameters

    • alias: string

      Alias of the sink table.

    Returns ICanSetFlowAlias

  • Set the source table of the flow.

    Parameters

    • alias: string

      Alias of the source table.

    Returns ICanSetFlowBarrier