Explorar o código

HPCC-12531 Document supported data types in keyed portion of index

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia %!s(int64=8) %!d(string=hai) anos
pai
achega
2fbfa99359
Modificáronse 1 ficheiros con 29 adicións e 0 borrados
  1. 29 0
      docs/ECLLanguageReference/ECLR_mods/Recrd-Index.xml

+ 29 - 0
docs/ECLLanguageReference/ECLR_mods/Recrd-Index.xml

@@ -229,6 +229,35 @@
   undefined in general, as it depends on the size of the cluster on which it
   was built and the size of the cluster on which it is used.</para>
 
+  <para>These data types are supported in the keyed portion of an
+  INDEX:<itemizedlist>
+      <listitem>
+        <para>BOOLEAN </para>
+      </listitem>
+
+      <listitem>
+        <para>INTEGER</para>
+      </listitem>
+
+      <listitem>
+        <para>UNSIGNED</para>
+      </listitem>
+
+      <listitem>
+        <para>STRING</para>
+      </listitem>
+
+      <listitem>
+        <para>DATA</para>
+      </listitem>
+
+      <listitem>
+        <para>QSTRING</para>
+
+        <para>All STRINGs must be fixed length.</para>
+      </listitem>
+    </itemizedlist></para>
+
   <sect2 id="Keyed_Access_INDEX">
     <title>Keyed Access INDEX</title>