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§
- Flow config that exists both in standalone&distributed mode
- FlowNodeManager manages the state of all tasks in the flow node, which should be run on the same thread
FlownodeInstance
Builder- The flownode server instance.
- Options for flow node
Type Aliases§
- Arc-ed FlowNodeManager, cheaper to clone