julianhyde opened a new pull request, #3483:
URL: https://github.com/apache/calcite/pull/3483

   ListSqlOperatorTable is inefficient if it contains a large number of 
operators. It currently examines the operators one by one. 
ReflectiveSqlOperatorTable (and its subclass, SqlStdOperatorTable) builds a map 
of operators by name (actually two maps, one case-sensitive and one 
case-insensitive).
   
   ListSqlOperatorTable should do the same, at least in its immutable form.


-- 
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]

Reply via email to