Browse Source

Merge pull request #15106 from JamesDeFabia/HPCC-26108

HPCC-26108 Document new __CONTAINERIZED__ syntax

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 4 years ago
parent
commit
cd5d883b9e
1 changed files with 10 additions and 1 deletions
  1. 10 1
      docs/EN_US/ECLLanguageReference/ECLR_mods/Basics-Constants.xml

+ 10 - 1
docs/EN_US/ECLLanguageReference/ECLR_mods/Basics-Constants.xml

@@ -235,7 +235,7 @@ MyDec2  := 3.14159265358979323846d // value of MyDec2 is the DECIMAL
             </row>
 
             <row>
-              <entry><emphasis> __TARGET_PLATFORM__<indexterm>
+              <entry><emphasis>__TARGET_PLATFORM__<indexterm>
                   <primary>__TARGET_PLATFORM__</primary>
                 </indexterm></emphasis></entry>
 
@@ -243,6 +243,15 @@ MyDec2  := 3.14159265358979323846d // value of MyDec2 is the DECIMAL
               type of cluster the query was submitted to). Possible values
               are: 'roxie', 'hthor', or 'thorlcr'.</entry>
             </row>
+
+            <row>
+              <entry><emphasis>__CONTAINERIZED__<indexterm>
+                  <primary>__CONTAINERIZED__</primary>
+                </indexterm></emphasis></entry>
+
+              <entry>A BOOLEAN value indicating if the platform is a
+              containerized version.</entry>
+            </row>
           </tbody>
         </tgroup>
       </informaltable>Example:</para>