Browse Source

Merge pull request #8433 from JamesDeFabia/15274MissingBracket

HPCC-15274 Lang Ref Missing bracket in JOIN options

Reviewed-By: Richard Taylor <richard.taylor@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 years ago
parent
commit
c84b56ea63
1 changed files with 6 additions and 6 deletions
  1. 6 6
      docs/ECLLanguageReference/ECLR_mods/BltInFunc-JOIN.xml

+ 6 - 6
docs/ECLLanguageReference/ECLR_mods/BltInFunc-JOIN.xml

@@ -232,8 +232,8 @@
         <primary>LOCAL</primary>
       </indexterm> | HASH<indexterm>
         <primary>HASH</primary>
-      </indexterm> ]</emphasis><emphasis role="bold">[</emphasis>,<emphasis
-    role="bold"> KEEP<indexterm>
+      </indexterm> ]]</emphasis><emphasis role="bold"></emphasis><?linebreak?><emphasis role="bold">[</emphasis>,<emphasis role="bold">
+    KEEP<indexterm>
         <primary>KEEP</primary>
       </indexterm>(</emphasis><emphasis>n</emphasis><emphasis role="bold">) ]
     [</emphasis><emphasis>, </emphasis><emphasis role="bold">ATMOST<indexterm>
@@ -304,8 +304,8 @@
           <row>
             <entry><emphasis role="bold">SMART</emphasis></entry>
 
-            <entry>Specifies to use an in-memory lookup when
-            possible, but use a distributed join if the right dataset is large.</entry>
+            <entry>Specifies to use an in-memory lookup when possible, but use
+            a distributed join if the right dataset is large.</entry>
           </row>
 
           <row>
@@ -585,8 +585,8 @@
     "half-keyed" and "full-keyed" JOINs (see the Keyed Join discussion
     below).</para>
 
-    <para>Use SMART when the right side dataset is likely to be small
-    enough to fit in memory, but is not guaranteed to fit.</para>
+    <para>Use SMART when the right side dataset is likely to be small enough
+    to fit in memory, but is not guaranteed to fit.</para>
   </sect2>
 
   <sect2 id="Keyed_Joins">