Re: Application of various Complex object types

2018-07-13 Thread Denis Magda
Dmitriy, Even though it makes sense to support SQL queries that can return a deserialized object, the primary use case for SQL is pretty straightforward [1]: - configure your schema with DDL (CREATE TABLE, CREATE INDEX, etc.) - run queries and get a result set of raw fields (what you get with any

Re: Application of various Complex object types

2018-07-13 Thread Igor Sapego
Hi, Dmitry, To get objects with full schema in footer you should just start your node with config, which is going to have compactFooter set to "false" in it: For example, C++ server nodes use full footer in schema. Two other cases - no schema and raw data are just the ways objects

Application of various Complex object types

2018-07-13 Thread Dmitry Melnichuk
Hello fellow Ignite developers! As you may already know, I am building Ignite thin client API library in Python. I have reached the point where all applicable operations are implemented. All data types are also fully covered, except for some variants of Complex object. I have been already to