FluxTransformer class
Parses Flux query result and transforms the CSV stream of List
- Implemented types
Constructors
- FluxTransformer({bool sync = false, bool? cancelOnError = true, FluxResponseMode responseMode = FluxResponseMode.full})
- FluxTransformer.broadcast({bool sync = false, bool? cancelOnError, FluxResponseMode responseMode = FluxResponseMode.full})
Properties
- cancelOnError ↔ bool?
-
getter/setter pair
- groups ↔ List
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- parsingStateError ↔ bool
-
getter/setter pair
- responseMode ↔ FluxResponseMode
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startNewTable ↔ bool
-
getter/setter pair
- table ↔ FluxTableMetaData?
-
getter/setter pair
- tableId ↔ int
-
getter/setter pair
- tableIndex ↔ int
-
getter/setter pair
Methods
-
bind(
Stream< List> stream) → Stream<FluxRecord> -
Transforms the provided
stream
.override -
cast<
RS, RT> () → StreamTransformer< RS, RT> -
Provides a
StreamTransformer<RS, RT>
view of this stream transformer.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onData(
List csv) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited