Bläddra i källkod

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

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia 8 år sedan
förälder
incheckning
2fbfa99359
1 ändrade filer med 29 tillägg och 0 borttagningar
  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>