Details
Description
Implement invoke operation for all Table views (Table/KV, binary/non-binary).
- Invoke processor input depends on a view the user calls an invoke() method on.
Thus, a view type should be a part of an atomic/tx protocol and - InvocationContext should convert a Row to expected types on server-side.
- Any exceptions related to InvokeProc and/or it's arguments deserialization failure or a Row deserialization failure MUST be described in the javadoc to invoke() methods and correctly handled.
Attachments
Issue Links
- is a child of
-
IGNITE-13616 IEP-54 Live schema for tables
- Open
- is blocked by
-
IGNITE-14330 Table binary view initial implementation.
- Resolved