Re: Apache Ignite Query Entity String Array

2017-03-24 Thread tolga
t; ... WHERE array_contains(ABC, ?); > > Thanks! > > -Dmitry. > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://apache-ignite-users.70518.x6.nabble.com/Apache-Ignite-Query-Entity-String-Array-tp1136

Re: Apache Ignite Query Entity String Array

2017-03-23 Thread dkarachentsev
Hi, You need to set value="L[java.lang.String;" and for querying you may use array_contains function. For example: ... WHERE array_contains(ABC, ?); Thanks! -Dmitry. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Apache-Ignite-Query-Entity-St

Apache Ignite Query Entity String Array

2017-03-22 Thread tolga
What is the value of the field configuration (e.g. ) if I use BinaryWriter::WriteStringArray("ABC")? Can I use SQL IN queries with string array fields? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Apache-Ignite-Query-Entity-String-Array-tp11368