Uses of Interface
org.apache.iotdb.pipe.api.collector.RowCollector
Packages that use RowCollector
-
Uses of RowCollector 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 RowCollectorModifier and TypeMethodDescriptionTabletInsertionEvent.processRowByRow(BiConsumer<Row, RowCollector> consumer) The consumer processes the data row by row and collects the results byRowCollector.TabletInsertionEvent.processTablet(BiConsumer<org.apache.tsfile.write.record.Tablet, RowCollector> consumer) The consumer processes the Tablet directly and collects the results byRowCollector.