You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Rui Wang (Jira)" <ji...@apache.org> on 2020/09/20 23:13:00 UTC

[jira] [Created] (CALCITE-4269) Improvement on enumerable implementation for HOP and SESSION

Rui Wang created CALCITE-4269:
---------------------------------

             Summary: Improvement on enumerable implementation for HOP and SESSION
                 Key: CALCITE-4269
                 URL: https://issues.apache.org/jira/browse/CALCITE-4269
             Project: Calcite
          Issue Type: Sub-task
            Reporter: Rui Wang
            Assignee: Rui Wang


1. Should replace LinkedList with ArrayDeque because ArrayDeque should be more efficient in most cases.
2. list member variable should be final



--
This message was sent by Atlassian Jira
(v8.3.4#803005)