JackieTien97 commented on code in PR #18333:
URL: https://github.com/apache/iotdb/pull/18333#discussion_r3700786463
##########
iotdb-core/calc-commons/src/main/java/org/apache/iotdb/calc/execution/operator/process/function/TableFunctionOperator.java:
##########
@@ -62,14 +64,15 @@ public class TableFunctionOperator implements
ProcessOperator {
private static final long INSTANCE_SIZE =
RamUsageEstimator.shallowSizeOfInstance(AggregationMergeSortOperator.class);
Review Comment:
```suggestion
RamUsageEstimator.shallowSizeOfInstance(TableFunctionOperator.class);
```
##########
iotdb-core/calc-commons/src/main/java/org/apache/iotdb/calc/execution/operator/process/function/TableFunctionOperator.java:
##########
Review Comment:
make `TableFunctionOperator` extends `AbstractOperator`, an reuse the
functions in that class just like `AbstractTableScanOperator`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]