Files
impala/docs/topics/impala_window_functions.xml
Jim Apple 3be0f122a5 IMPALA-3398: Add docs to main Impala branch.
These are refugees from doc_prototype. They can be rendered with the
DITA Open Toolkit version 2.3.3 by:

/tmp/dita-ot-2.3.3/bin/dita \
  -i impala.ditamap \
  -f html5 \
  -o $(mktemp -d) \
  -filter impala_html.ditaval

Change-Id: I8861e99adc446f659a04463ca78c79200669484f
Reviewed-on: http://gerrit.cloudera.org:8080/5014
Reviewed-by: John Russell <jrussell@cloudera.com>
Tested-by: John Russell <jrussell@cloudera.com>
2016-11-17 22:38:44 +00:00

24 lines
777 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept rev="1.3.0" id="window_functions">
<title>Window Functions</title>
<prolog>
<metadata>
<data name="Category" value="Impala"/>
</metadata>
</prolog>
<conbody>
<p>
<indexterm audience="Cloudera">window functions</indexterm>
Window functions are a special category of built-in functions. They produce one output value for each input
row, like scalar functions such as <codeph>length()</codeph> or <codeph>substr()</codeph>. Yet like aggregate
functions, they also examine the contents of multiple input rows to compute each output value.
</p>
<p outputclass="toc inpage"/>
</conbody>
</concept>