Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPCC-18896 Document changes regarding KEYED limitations in Roxie #17993

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
so that the compiler can warn you if you've gotten it wrong. Trailing fields
not used in the filter are ignored (always treated as wildcards).</para>

<para>Prior to version 7.0, KEYED(expression) on a disk read filter would
give a compile-time error if the field being filtered was not fixed size. In
version 7.0 and later versions, it won't.</para>

<para>The rules for their use are as follows (the term "segmonitor" refers
to an internal object created to represent the possible match conditions for
a single keyable field):</para>
Expand Down