Crate flow

Source
Expand description

This crate manage dataflow in Greptime, including adapter, expr, plan, repr and utils. It can transform substrait plan into it’s own plan and execute it. It also contains definition of expression, adapter and plan, and internal state management.

Re-exports§

Modules§

  • adapter πŸ”’
    for getting data from source and sending results to sink and communicating with other parts of the database
  • compute πŸ”’
    Build and Compute the dataflow
  • df_optimizer πŸ”’
    Datafusion optimizer for flow plan
  • Error definition for flow module
  • expr πŸ”’
    for declare Expression in dataflow, including map, reduce, id and join(TODO!) etc.
  • Send heartbeat from flownode to metasrv
  • metrics πŸ”’
    Some of the metrics used in the flow module.
  • plan πŸ”’
    This module contain basic definition for dataflow’s plan that can be translate to hydro dataflow
  • recording_rules πŸ”’
    Run flow as recording rule which is time-window-aware normal query triggered when new data arrives
  • repr πŸ”’
    basically a wrapper around the datatype crate for basic Data Representation
  • server πŸ”’
    Implementation of grpc service for flow node
  • transform πŸ”’
    Transform Substrait into execution plan
  • utils πŸ”’
    utilities for managing state of dataflow execution

Structs§

Type Aliases§