You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2022/11/24 07:16:00 UTC

[jira] [Updated] (IGNITE-18247) .NET: Thin 3.0: LINQ: Operators and functions

     [ https://issues.apache.org/jira/browse/IGNITE-18247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-18247:
------------------------------------
    Description: 
Implement support for operators and functions in LINQ:
* Logic and arithmetic: ! + - * / = != %
* String functions: ToLower, ToUpper, Trim, Contains, etc (see *MethodVisitor*)
* Date functions (see *MethodVisitor*)
* Math (Abs, Exp, Log, Pow, etc - see *MethodVisitor*)
* Regex

  was:Implement *Intersect*, *Union*, *Except*.


> .NET: Thin 3.0: LINQ: Operators and functions
> ---------------------------------------------
>
>                 Key: IGNITE-18247
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18247
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms, thin client
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, LINQ, ignite-3
>             Fix For: 3.0.0-beta2
>
>
> Implement support for operators and functions in LINQ:
> * Logic and arithmetic: ! + - * / = != %
> * String functions: ToLower, ToUpper, Trim, Contains, etc (see *MethodVisitor*)
> * Date functions (see *MethodVisitor*)
> * Math (Abs, Exp, Log, Pow, etc - see *MethodVisitor*)
> * Regex



--
This message was sent by Atlassian Jira
(v8.20.10#820010)