You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/07/06 01:06:33 UTC

[jira] [Created] (OPTIQ-335) Remove uses of linq4j Functions.adapt

Julian Hyde created OPTIQ-335:
---------------------------------

             Summary: Remove uses of linq4j Functions.adapt
                 Key: OPTIQ-335
                 URL: https://issues.apache.org/jira/browse/OPTIQ-335
             Project: Optiq
          Issue Type: Task
            Reporter: Julian Hyde
            Assignee: Julian Hyde


Remove uses of {{net.hydromatic.linq4j.function.Functions.adapt}} in optiq code. Guava has better alternatives, such as {{Lists.transform}}.

Remove other uses of linq4j Function and Functions also, where possible. (Not possible in generated code, or code that will otherwise interact with Enumerable or Queryable. These make use of linq4j Function, Predicate etc.)



--
This message was sent by Atlassian JIRA
(v6.2#6252)