[DOCS] Remove duplicate bullet point about null() in UDF data types

The removed bullet point contained the same information as the
second bullet point in the list.

Change-Id: Ib6e371bda95e1f8fb116e57505cc6f10096ddf3b
Reviewed-on: http://gerrit.cloudera.org:8080/10614
Reviewed-by: Alex Rodoni <arodoni@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Csaba Ringhofer
2018-06-06 12:48:38 +02:00
committed by Impala Public Jenkins
parent 8f7a3f9c6c
commit 31f549e701

View File

@@ -600,13 +600,6 @@ IntVal AddUdf(FunctionContext* context, const IntVal&amp; arg1, const IntVal&amp
</p>
</li>
<li>
<p>
Each kind of struct has a <codeph>null()</codeph> member function that returns an instance of the
struct with the <codeph>is_null</codeph> flag set.
</p>
</li>
<li>
<p>
Impala cannot process UDFs that accept composite or nested types