Aleksandr created IGNITE-23092: ---------------------------------- Summary: Nested Tuple Serialization Key: IGNITE-23092 URL: https://issues.apache.org/jira/browse/IGNITE-23092 Project: Ignite Issue Type: Improvement Components: compute Reporter: Aleksandr
Now we support only plain Tuples in automatic serialization in Compute API. It seems like nothing stops us from working with tuples fields that is not a "native" type but the Tuple. So, we can represent complicated objects as a "Tuple of Tuples". We can threat top-level tuple as a schema-described table row and nested tuples as binary tuples with schema inside. 1. Design the format of nested tuples serialization 2. Support the format in both compute and table api. -- This message was sent by Atlassian Jira (v8.20.10#820010)