Request
The current clp::ffi::KeyValuePairLogEvent doesn't support projection. Projection to schema-tree node ID resolution has been added as a part of QueryHandler, but we don't have the native support to use this projection resolution in log event object to "select" projected node-ID-value pairs.
Possible implementation
Maybe maintain a bitmap to track all projected leaf nodes. Need more thoughts before we come up a formal implementation plan.
Request
The current
clp::ffi::KeyValuePairLogEventdoesn't support projection. Projection to schema-tree node ID resolution has been added as a part ofQueryHandler, but we don't have the native support to use this projection resolution in log event object to "select" projected node-ID-value pairs.Possible implementation
Maybe maintain a bitmap to track all projected leaf nodes. Need more thoughts before we come up a formal implementation plan.