Uses of Interface
org.apache.iotdb.pipe.api.access.Row
Packages that use Row
Package
Description
-
Uses of Row in org.apache.iotdb.pipe.api.collector
Methods in org.apache.iotdb.pipe.api.collector with parameters of type Row -
Uses of Row in org.apache.iotdb.pipe.api.event.dml.insertion
Method parameters in org.apache.iotdb.pipe.api.event.dml.insertion with type arguments of type RowModifier and TypeMethodDescriptionTabletInsertionEvent.processRowByRow(BiConsumer<Row, RowCollector> consumer) The consumer processes the data row by row and collects the results byRowCollector.