blob: 04c9e36cb7cd9e7e54a916164d38931074e209a0 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>Impala: be/src/exprs/slot-ref.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Impala
</div>
<div id="projectbrief">Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('slot-ref_8h_source.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Macros</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">slot-ref.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="slot-ref_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Copyright 2012 Cloudera Inc.</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// you may not use this file except in compliance with the License.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// You may obtain a copy of the License at</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// See the License for the specific language governing permissions and</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment">// limitations under the License.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#ifndef IMPALA_EXPRS_SLOTREF_H</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define IMPALA_EXPRS_SLOTREF_H</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="expr_8h.html">exprs/expr.h</a>&quot;</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="keyword">namespace </span>impala {</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div>
<div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="classimpala_1_1SlotRef.html"> 23</a></span>&#160;<span class="keyword">class </span><a class="code" href="classimpala_1_1SlotRef.html">SlotRef</a> : <span class="keyword">public</span> <a class="code" href="classimpala_1_1Expr.html">Expr</a> {</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <a class="code" href="classimpala_1_1SlotRef.html#ae9f8ad9bf165e9ba009b6bc132f7e365">SlotRef</a>(<span class="keyword">const</span> TExprNode&amp; node);</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; <a class="code" href="classimpala_1_1SlotRef.html#ae9f8ad9bf165e9ba009b6bc132f7e365">SlotRef</a>(<span class="keyword">const</span> <a class="code" href="classimpala_1_1SlotDescriptor.html">SlotDescriptor</a>* desc);</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <a class="code" href="classimpala_1_1SlotRef.html#ae9f8ad9bf165e9ba009b6bc132f7e365">SlotRef</a>(<span class="keyword">const</span> <a class="code" href="classimpala_1_1SlotDescriptor.html">SlotDescriptor</a>* desc, <span class="keyword">const</span> <a class="code" href="structimpala_1_1ColumnType.html">ColumnType</a>&amp; <a class="code" href="classimpala_1_1Expr.html#a742827844080d45d514719742cb3e7f5">type</a>);</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <a class="code" href="classimpala_1_1SlotRef.html#ae9f8ad9bf165e9ba009b6bc132f7e365">SlotRef</a>(<span class="keyword">const</span> <a class="code" href="structimpala_1_1ColumnType.html">ColumnType</a>&amp; type, <span class="keywordtype">int</span> <a class="code" href="partitioning-throughput-test_8cc.html#ad172ecfd5c31c5df6282c2b4bc322bf7">offset</a>);</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classimpala_1_1Status.html">Status</a> <a class="code" href="classimpala_1_1SlotRef.html#a7a368561ec9db81fdb73fb7becb17633">Prepare</a>(<a class="code" href="classimpala_1_1RuntimeState.html">RuntimeState</a>* state, <span class="keyword">const</span> <a class="code" href="classimpala_1_1RowDescriptor.html">RowDescriptor</a>&amp; <a class="code" href="namespaceimpala.html#aa98447566dd6700a2faaaaf3059f4d95">row_desc</a>,</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <a class="code" href="classimpala_1_1ExprContext.html">ExprContext</a>* context);</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keyword">virtual</span> std::string <a class="code" href="classimpala_1_1SlotRef.html#a26cf6f37a38afbfc641c38e327ef36c1">DebugString</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classimpala_1_1SlotRef.html#adbf95b41575fd618c1aa10e2a3a03f47"> 38</a></span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classimpala_1_1SlotRef.html#adbf95b41575fd618c1aa10e2a3a03f47">IsConstant</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="keyword">false</span>; }</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="classimpala_1_1SlotRef.html#a991ec02d94fe4f2b7639a889bbfaa317">GetSlotIds</a>(std::vector&lt;SlotId&gt;* slot_ids) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classimpala_1_1SlotRef.html#a28ed3520a8b0029f82b1398a65c97cbb"> 40</a></span>&#160; <span class="keyword">const</span> <a class="code" href="namespaceimpala.html#a4e802b9fa9086eb686d8688df634a2b2">SlotId</a>&amp; <a class="code" href="classimpala_1_1SlotRef.html#a28ed3520a8b0029f82b1398a65c97cbb">slot_id</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classimpala_1_1SlotRef.html#a46fa1a1e16a6ecbc1c8f2aebc954c718">slot_id_</a>; }</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classimpala_1_1Status.html">Status</a> <a class="code" href="classimpala_1_1SlotRef.html#a10db878dd3f67c6a8544f804a403c12d">GetCodegendComputeFn</a>(<a class="code" href="classimpala_1_1RuntimeState.html">RuntimeState</a>* state, llvm::Function** fn);</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <span class="keyword">virtual</span> <a class="code" href="structimpala__udf_1_1BooleanVal.html">impala_udf::BooleanVal</a> <a class="code" href="classimpala_1_1SlotRef.html#ac54ec7aa0ef1477acc683112c5fd9c0c">GetBooleanVal</a>(<a class="code" href="classimpala_1_1ExprContext.html">ExprContext</a>* context, <a class="code" href="classimpala_1_1TupleRow.html">TupleRow</a>*);</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <span class="keyword">virtual</span> <a class="code" href="structimpala__udf_1_1TinyIntVal.html">impala_udf::TinyIntVal</a> <a class="code" href="classimpala_1_1SlotRef.html#a861f0fb9b850eb98fdbae472140cd33b">GetTinyIntVal</a>(<a class="code" href="classimpala_1_1ExprContext.html">ExprContext</a>* context, <a class="code" href="classimpala_1_1TupleRow.html">TupleRow</a>*);</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="keyword">virtual</span> <a class="code" href="structimpala__udf_1_1SmallIntVal.html">impala_udf::SmallIntVal</a> <a class="code" href="classimpala_1_1SlotRef.html#ab8a6d9ade9266037c1b3a8025ffae55c">GetSmallIntVal</a>(<a class="code" href="classimpala_1_1ExprContext.html">ExprContext</a>* context, <a class="code" href="classimpala_1_1TupleRow.html">TupleRow</a>*);</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keyword">virtual</span> <a class="code" href="structimpala__udf_1_1IntVal.html">impala_udf::IntVal</a> <a class="code" href="classimpala_1_1SlotRef.html#a83f6b40a075642517f565fd052e3230e">GetIntVal</a>(<a class="code" href="classimpala_1_1ExprContext.html">ExprContext</a>* context, <a class="code" href="classimpala_1_1TupleRow.html">TupleRow</a>*);</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keyword">virtual</span> <a class="code" href="structimpala__udf_1_1BigIntVal.html">impala_udf::BigIntVal</a> <a class="code" href="classimpala_1_1SlotRef.html#a497ac862be4c304b9ac46e6b533d7347">GetBigIntVal</a>(<a class="code" href="classimpala_1_1ExprContext.html">ExprContext</a>* context, <a class="code" href="classimpala_1_1TupleRow.html">TupleRow</a>*);</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <span class="keyword">virtual</span> <a class="code" href="structimpala__udf_1_1FloatVal.html">impala_udf::FloatVal</a> <a class="code" href="classimpala_1_1SlotRef.html#a7bce4dbfd709732c9feb3571b7a09cb1">GetFloatVal</a>(<a class="code" href="classimpala_1_1ExprContext.html">ExprContext</a>* context, <a class="code" href="classimpala_1_1TupleRow.html">TupleRow</a>*);</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keyword">virtual</span> <a class="code" href="structimpala__udf_1_1DoubleVal.html">impala_udf::DoubleVal</a> <a class="code" href="classimpala_1_1SlotRef.html#a11b23bfab87ad7306e06824ec52065a5">GetDoubleVal</a>(<a class="code" href="classimpala_1_1ExprContext.html">ExprContext</a>* context, <a class="code" href="classimpala_1_1TupleRow.html">TupleRow</a>*);</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keyword">virtual</span> <a class="code" href="structimpala__udf_1_1StringVal.html">impala_udf::StringVal</a> <a class="code" href="classimpala_1_1SlotRef.html#ac75e6ea640e9de68300109d52b21b4b7">GetStringVal</a>(<a class="code" href="classimpala_1_1ExprContext.html">ExprContext</a>* context, <a class="code" href="classimpala_1_1TupleRow.html">TupleRow</a>*);</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keyword">virtual</span> <a class="code" href="structimpala__udf_1_1TimestampVal.html">impala_udf::TimestampVal</a> <a class="code" href="classimpala_1_1SlotRef.html#a972213b3be9d78c4e5915af5588e0d88">GetTimestampVal</a>(<a class="code" href="classimpala_1_1ExprContext.html">ExprContext</a>* context, <a class="code" href="classimpala_1_1TupleRow.html">TupleRow</a>*);</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="keyword">virtual</span> <a class="code" href="structimpala__udf_1_1DecimalVal.html">impala_udf::DecimalVal</a> <a class="code" href="classimpala_1_1SlotRef.html#a3f74847aa5f16dad5312b9f152a49f23">GetDecimalVal</a>(<a class="code" href="classimpala_1_1ExprContext.html">ExprContext</a>* context, <a class="code" href="classimpala_1_1TupleRow.html">TupleRow</a>*);</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classimpala_1_1SlotRef.html#a9addb94bec8720bbfb09af9a07256f99"> 56</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classimpala_1_1SlotRef.html#a9addb94bec8720bbfb09af9a07256f99">tuple_idx_</a>; <span class="comment">// within row</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classimpala_1_1SlotRef.html#aa757b04302a50aaa5dc88c203f7ce046"> 57</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classimpala_1_1SlotRef.html#aa757b04302a50aaa5dc88c203f7ce046">slot_offset_</a>; <span class="comment">// within tuple</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classimpala_1_1SlotRef.html#a1402eaf84972d448bbb71565209b17b5"> 58</a></span>&#160; <a class="code" href="structimpala_1_1NullIndicatorOffset.html">NullIndicatorOffset</a> <a class="code" href="classimpala_1_1SlotRef.html#a1402eaf84972d448bbb71565209b17b5">null_indicator_offset_</a>; <span class="comment">// within tuple</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classimpala_1_1SlotRef.html#a46fa1a1e16a6ecbc1c8f2aebc954c718"> 59</a></span>&#160; <span class="keyword">const</span> <a class="code" href="namespaceimpala.html#a4e802b9fa9086eb686d8688df634a2b2">SlotId</a> <a class="code" href="classimpala_1_1SlotRef.html#a46fa1a1e16a6ecbc1c8f2aebc954c718">slot_id_</a>;</div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classimpala_1_1SlotRef.html#ae695e7552705927e5446823170d9ba98"> 60</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classimpala_1_1SlotRef.html#ae695e7552705927e5446823170d9ba98">tuple_is_nullable_</a>; <span class="comment">// true if the tuple is nullable.</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;};</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;}</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_aa757b04302a50aaa5dc88c203f7ce046"><div class="ttname"><a href="classimpala_1_1SlotRef.html#aa757b04302a50aaa5dc88c203f7ce046">impala::SlotRef::slot_offset_</a></div><div class="ttdeci">int slot_offset_</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8h_source.html#l00057">slot-ref.h:57</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_ac54ec7aa0ef1477acc683112c5fd9c0c"><div class="ttname"><a href="classimpala_1_1SlotRef.html#ac54ec7aa0ef1477acc683112c5fd9c0c">impala::SlotRef::GetBooleanVal</a></div><div class="ttdeci">virtual impala_udf::BooleanVal GetBooleanVal(ExprContext *context, TupleRow *)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00371">slot-ref.cc:371</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_ab8a6d9ade9266037c1b3a8025ffae55c"><div class="ttname"><a href="classimpala_1_1SlotRef.html#ab8a6d9ade9266037c1b3a8025ffae55c">impala::SlotRef::GetSmallIntVal</a></div><div class="ttdeci">virtual impala_udf::SmallIntVal GetSmallIntVal(ExprContext *context, TupleRow *)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00385">slot-ref.cc:385</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a10db878dd3f67c6a8544f804a403c12d"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a10db878dd3f67c6a8544f804a403c12d">impala::SlotRef::GetCodegendComputeFn</a></div><div class="ttdeci">virtual Status GetCodegendComputeFn(RuntimeState *state, llvm::Function **fn)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00155">slot-ref.cc:155</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a972213b3be9d78c4e5915af5588e0d88"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a972213b3be9d78c4e5915af5588e0d88">impala::SlotRef::GetTimestampVal</a></div><div class="ttdeci">virtual impala_udf::TimestampVal GetTimestampVal(ExprContext *context, TupleRow *)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00436">slot-ref.cc:436</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a83f6b40a075642517f565fd052e3230e"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a83f6b40a075642517f565fd052e3230e">impala::SlotRef::GetIntVal</a></div><div class="ttdeci">virtual impala_udf::IntVal GetIntVal(ExprContext *context, TupleRow *)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00392">slot-ref.cc:392</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a7bce4dbfd709732c9feb3571b7a09cb1"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a7bce4dbfd709732c9feb3571b7a09cb1">impala::SlotRef::GetFloatVal</a></div><div class="ttdeci">virtual impala_udf::FloatVal GetFloatVal(ExprContext *context, TupleRow *)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00406">slot-ref.cc:406</a></div></div>
<div class="ttc" id="structimpala__udf_1_1DoubleVal_html"><div class="ttname"><a href="structimpala__udf_1_1DoubleVal.html">impala_udf::DoubleVal</a></div><div class="ttdef"><b>Definition:</b> <a href="udf_8h_source.html#l00475">udf.h:475</a></div></div>
<div class="ttc" id="classimpala_1_1ExprContext_html"><div class="ttname"><a href="classimpala_1_1ExprContext.html">impala::ExprContext</a></div><div class="ttdef"><b>Definition:</b> <a href="expr-context_8h_source.html#l00040">expr-context.h:40</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a861f0fb9b850eb98fdbae472140cd33b"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a861f0fb9b850eb98fdbae472140cd33b">impala::SlotRef::GetTinyIntVal</a></div><div class="ttdeci">virtual impala_udf::TinyIntVal GetTinyIntVal(ExprContext *context, TupleRow *)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00378">slot-ref.cc:378</a></div></div>
<div class="ttc" id="classimpala_1_1RowDescriptor_html"><div class="ttname"><a href="classimpala_1_1RowDescriptor.html">impala::RowDescriptor</a></div><div class="ttdef"><b>Definition:</b> <a href="descriptors_8h_source.html#l00373">descriptors.h:373</a></div></div>
<div class="ttc" id="classimpala_1_1SlotDescriptor_html"><div class="ttname"><a href="classimpala_1_1SlotDescriptor.html">impala::SlotDescriptor</a></div><div class="ttdef"><b>Definition:</b> <a href="descriptors_8h_source.html#l00075">descriptors.h:75</a></div></div>
<div class="ttc" id="structimpala__udf_1_1TimestampVal_html"><div class="ttname"><a href="structimpala__udf_1_1TimestampVal.html">impala_udf::TimestampVal</a></div><div class="ttdoc">This object has a compatible storage format with boost::ptime. </div><div class="ttdef"><b>Definition:</b> <a href="udf_8h_source.html#l00495">udf.h:495</a></div></div>
<div class="ttc" id="classimpala_1_1TupleRow_html"><div class="ttname"><a href="classimpala_1_1TupleRow.html">impala::TupleRow</a></div><div class="ttdef"><b>Definition:</b> <a href="tuple-row_8h_source.html#l00028">tuple-row.h:28</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_ac75e6ea640e9de68300109d52b21b4b7"><div class="ttname"><a href="classimpala_1_1SlotRef.html#ac75e6ea640e9de68300109d52b21b4b7">impala::SlotRef::GetStringVal</a></div><div class="ttdeci">virtual impala_udf::StringVal GetStringVal(ExprContext *context, TupleRow *)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00420">slot-ref.cc:420</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a9addb94bec8720bbfb09af9a07256f99"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a9addb94bec8720bbfb09af9a07256f99">impala::SlotRef::tuple_idx_</a></div><div class="ttdeci">int tuple_idx_</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8h_source.html#l00056">slot-ref.h:56</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a11b23bfab87ad7306e06824ec52065a5"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a11b23bfab87ad7306e06824ec52065a5">impala::SlotRef::GetDoubleVal</a></div><div class="ttdeci">virtual impala_udf::DoubleVal GetDoubleVal(ExprContext *context, TupleRow *)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00413">slot-ref.cc:413</a></div></div>
<div class="ttc" id="structimpala__udf_1_1TinyIntVal_html"><div class="ttname"><a href="structimpala__udf_1_1TinyIntVal.html">impala_udf::TinyIntVal</a></div><div class="ttdef"><b>Definition:</b> <a href="udf_8h_source.html#l00382">udf.h:382</a></div></div>
<div class="ttc" id="structimpala__udf_1_1FloatVal_html"><div class="ttname"><a href="structimpala__udf_1_1FloatVal.html">impala_udf::FloatVal</a></div><div class="ttdef"><b>Definition:</b> <a href="udf_8h_source.html#l00458">udf.h:458</a></div></div>
<div class="ttc" id="classimpala_1_1Status_html"><div class="ttname"><a href="classimpala_1_1Status.html">impala::Status</a></div><div class="ttdef"><b>Definition:</b> <a href="status_8h_source.html#l00081">status.h:81</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a1402eaf84972d448bbb71565209b17b5"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a1402eaf84972d448bbb71565209b17b5">impala::SlotRef::null_indicator_offset_</a></div><div class="ttdeci">NullIndicatorOffset null_indicator_offset_</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8h_source.html#l00058">slot-ref.h:58</a></div></div>
<div class="ttc" id="classimpala_1_1RuntimeState_html"><div class="ttname"><a href="classimpala_1_1RuntimeState.html">impala::RuntimeState</a></div><div class="ttdef"><b>Definition:</b> <a href="runtime-state_8h_source.html#l00069">runtime-state.h:69</a></div></div>
<div class="ttc" id="structimpala__udf_1_1SmallIntVal_html"><div class="ttname"><a href="structimpala__udf_1_1SmallIntVal.html">impala_udf::SmallIntVal</a></div><div class="ttdef"><b>Definition:</b> <a href="udf_8h_source.html#l00401">udf.h:401</a></div></div>
<div class="ttc" id="namespaceimpala_html_a4e802b9fa9086eb686d8688df634a2b2"><div class="ttname"><a href="namespaceimpala.html#a4e802b9fa9086eb686d8688df634a2b2">impala::SlotId</a></div><div class="ttdeci">int SlotId</div><div class="ttdef"><b>Definition:</b> <a href="global-types_8h_source.html#l00024">global-types.h:24</a></div></div>
<div class="ttc" id="structimpala__udf_1_1DecimalVal_html"><div class="ttname"><a href="structimpala__udf_1_1DecimalVal.html">impala_udf::DecimalVal</a></div><div class="ttdef"><b>Definition:</b> <a href="udf_8h_source.html#l00556">udf.h:556</a></div></div>
<div class="ttc" id="structimpala_1_1NullIndicatorOffset_html"><div class="ttname"><a href="structimpala_1_1NullIndicatorOffset.html">impala::NullIndicatorOffset</a></div><div class="ttdef"><b>Definition:</b> <a href="descriptors_8h_source.html#l00061">descriptors.h:61</a></div></div>
<div class="ttc" id="structimpala__udf_1_1StringVal_html"><div class="ttname"><a href="structimpala__udf_1_1StringVal.html">impala_udf::StringVal</a></div><div class="ttdef"><b>Definition:</b> <a href="udf_8h_source.html#l00521">udf.h:521</a></div></div>
<div class="ttc" id="structimpala__udf_1_1IntVal_html"><div class="ttname"><a href="structimpala__udf_1_1IntVal.html">impala_udf::IntVal</a></div><div class="ttdef"><b>Definition:</b> <a href="udf_8h_source.html#l00420">udf.h:420</a></div></div>
<div class="ttc" id="classimpala_1_1Expr_html"><div class="ttname"><a href="classimpala_1_1Expr.html">impala::Expr</a></div><div class="ttdoc">This is the superclass of all expr evaluation nodes. </div><div class="ttdef"><b>Definition:</b> <a href="expr_8h_source.html#l00116">expr.h:116</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_ae9f8ad9bf165e9ba009b6bc132f7e365"><div class="ttname"><a href="classimpala_1_1SlotRef.html#ae9f8ad9bf165e9ba009b6bc132f7e365">impala::SlotRef::SlotRef</a></div><div class="ttdeci">SlotRef(const TExprNode &amp;node)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00031">slot-ref.cc:31</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a28ed3520a8b0029f82b1398a65c97cbb"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a28ed3520a8b0029f82b1398a65c97cbb">impala::SlotRef::slot_id</a></div><div class="ttdeci">const SlotId &amp; slot_id() const </div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8h_source.html#l00040">slot-ref.h:40</a></div></div>
<div class="ttc" id="namespaceimpala_html_aa98447566dd6700a2faaaaf3059f4d95"><div class="ttname"><a href="namespaceimpala.html#aa98447566dd6700a2faaaaf3059f4d95">impala::row_desc</a></div><div class="ttdeci">const RowDescriptor &amp; row_desc() const </div></div>
<div class="ttc" id="classimpala_1_1Expr_html_a742827844080d45d514719742cb3e7f5"><div class="ttname"><a href="classimpala_1_1Expr.html#a742827844080d45d514719742cb3e7f5">impala::Expr::type</a></div><div class="ttdeci">const ColumnType &amp; type() const </div><div class="ttdef"><b>Definition:</b> <a href="expr_8h_source.html#l00145">expr.h:145</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html"><div class="ttname"><a href="classimpala_1_1SlotRef.html">impala::SlotRef</a></div><div class="ttdoc">Reference to a single slot of a tuple. </div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8h_source.html#l00023">slot-ref.h:23</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a46fa1a1e16a6ecbc1c8f2aebc954c718"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a46fa1a1e16a6ecbc1c8f2aebc954c718">impala::SlotRef::slot_id_</a></div><div class="ttdeci">const SlotId slot_id_</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8h_source.html#l00059">slot-ref.h:59</a></div></div>
<div class="ttc" id="structimpala__udf_1_1BigIntVal_html"><div class="ttname"><a href="structimpala__udf_1_1BigIntVal.html">impala_udf::BigIntVal</a></div><div class="ttdef"><b>Definition:</b> <a href="udf_8h_source.html#l00439">udf.h:439</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a991ec02d94fe4f2b7639a889bbfaa317"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a991ec02d94fe4f2b7639a889bbfaa317">impala::SlotRef::GetSlotIds</a></div><div class="ttdeci">virtual int GetSlotIds(std::vector&lt; SlotId &gt; *slot_ids) const </div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00099">slot-ref.cc:99</a></div></div>
<div class="ttc" id="structimpala_1_1ColumnType_html"><div class="ttname"><a href="structimpala_1_1ColumnType.html">impala::ColumnType</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00059">types.h:59</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a497ac862be4c304b9ac46e6b533d7347"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a497ac862be4c304b9ac46e6b533d7347">impala::SlotRef::GetBigIntVal</a></div><div class="ttdeci">virtual impala_udf::BigIntVal GetBigIntVal(ExprContext *context, TupleRow *)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00399">slot-ref.cc:399</a></div></div>
<div class="ttc" id="expr_8h_html"><div class="ttname"><a href="expr_8h.html">expr.h</a></div></div>
<div class="ttc" id="partitioning-throughput-test_8cc_html_ad172ecfd5c31c5df6282c2b4bc322bf7"><div class="ttname"><a href="partitioning-throughput-test_8cc.html#ad172ecfd5c31c5df6282c2b4bc322bf7">offset</a></div><div class="ttdeci">uint8_t offset[7 *64-sizeof(uint64_t)]</div><div class="ttdef"><b>Definition:</b> <a href="partitioning-throughput-test_8cc_source.html#l00037">partitioning-throughput-test.cc:37</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a7a368561ec9db81fdb73fb7becb17633"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a7a368561ec9db81fdb73fb7becb17633">impala::SlotRef::Prepare</a></div><div class="ttdeci">virtual Status Prepare(RuntimeState *state, const RowDescriptor &amp;row_desc, ExprContext *context)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00063">slot-ref.cc:63</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a3f74847aa5f16dad5312b9f152a49f23"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a3f74847aa5f16dad5312b9f152a49f23">impala::SlotRef::GetDecimalVal</a></div><div class="ttdeci">virtual impala_udf::DecimalVal GetDecimalVal(ExprContext *context, TupleRow *)</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00446">slot-ref.cc:446</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_a26cf6f37a38afbfc641c38e327ef36c1"><div class="ttname"><a href="classimpala_1_1SlotRef.html#a26cf6f37a38afbfc641c38e327ef36c1">impala::SlotRef::DebugString</a></div><div class="ttdeci">virtual std::string DebugString() const </div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8cc_source.html#l00104">slot-ref.cc:104</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_ae695e7552705927e5446823170d9ba98"><div class="ttname"><a href="classimpala_1_1SlotRef.html#ae695e7552705927e5446823170d9ba98">impala::SlotRef::tuple_is_nullable_</a></div><div class="ttdeci">bool tuple_is_nullable_</div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8h_source.html#l00060">slot-ref.h:60</a></div></div>
<div class="ttc" id="classimpala_1_1SlotRef_html_adbf95b41575fd618c1aa10e2a3a03f47"><div class="ttname"><a href="classimpala_1_1SlotRef.html#adbf95b41575fd618c1aa10e2a3a03f47">impala::SlotRef::IsConstant</a></div><div class="ttdeci">virtual bool IsConstant() const </div><div class="ttdef"><b>Definition:</b> <a href="slot-ref_8h_source.html#l00038">slot-ref.h:38</a></div></div>
<div class="ttc" id="structimpala__udf_1_1BooleanVal_html"><div class="ttname"><a href="structimpala__udf_1_1BooleanVal.html">impala_udf::BooleanVal</a></div><div class="ttdef"><b>Definition:</b> <a href="udf_8h_source.html#l00363">udf.h:363</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_e5d120be6b5e8a44336cbfd013b25604.html">be</a></li><li class="navelem"><a class="el" href="dir_68cf7cafb51a962d5bc4848b83cab0de.html">src</a></li><li class="navelem"><a class="el" href="dir_70d5748fcaab6f97f7bb473c9fe8d639.html">exprs</a></li><li class="navelem"><a class="el" href="slot-ref_8h.html">slot-ref.h</a></li>
<li class="footer">Generated on Thu May 7 2015 16:10:36 for Impala by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
</div>
</body>
</html>