This is an automated email from the ASF dual-hosted git repository.
mhubail pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
The following commit(s) were added to refs/heads/master by this push:
new 0f41f171d2 [NO ISSUE][*DB] Refactoring AssignRuntime Factory
0f41f171d2 is described below
commit 0f41f171d20550b9274e9ea2d2650ef533195957
Author: Ritik Raj <[email protected]>
AuthorDate: Tue May 7 00:17:34 2024 +0530
[NO ISSUE][*DB] Refactoring AssignRuntime Factory
Change-Id: I3c5f164b4750a4e873b0a9324f7c991aa147e38d
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18266
Reviewed-by: Murtadha Hubail <[email protected]>
Tested-by: Murtadha Hubail <[email protected]>
---
.../algebricks/runtime/operators/std/AssignRuntimeFactory.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/hyracks-fullstack/algebricks/algebricks-runtime/src/main/java/org/apache/hyracks/algebricks/runtime/operators/std/AssignRuntimeFactory.java
b/hyracks-fullstack/algebricks/algebricks-runtime/src/main/java/org/apache/hyracks/algebricks/runtime/operators/std/AssignRuntimeFactory.java
index 300fac64d4..a39cd05341 100644
---
a/hyracks-fullstack/algebricks/algebricks-runtime/src/main/java/org/apache/hyracks/algebricks/runtime/operators/std/AssignRuntimeFactory.java
+++
b/hyracks-fullstack/algebricks/algebricks-runtime/src/main/java/org/apache/hyracks/algebricks/runtime/operators/std/AssignRuntimeFactory.java
@@ -67,6 +67,10 @@ public class AssignRuntimeFactory extends
AbstractOneInputOneOutputRuntimeFactor
return outColumns;
}
+ public boolean isFlushFramesRapidly() {
+ return flushFramesRapidly;
+ }
+
public IScalarEvaluatorFactory[] getEvalFactories() {
return evalFactories;
}