| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
| <meta http-equiv="X-UA-Compatible" content="IE=11"/> |
| <meta name="generator" content="Doxygen 1.9.8"/> |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> |
| <title>Paimon-cpp: /home/runner/work/paimon-cpp/paimon-cpp/include/paimon/predicate/predicate_builder.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="search/search.css" rel="stylesheet" type="text/css"/> |
| <script type="text/javascript" src="search/searchdata.js"></script> |
| <script type="text/javascript" src="search/search.js"></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 id="projectrow"> |
| <td id="projectalign"> |
| <div id="projectname">Paimon-cpp |
| </div> |
| <div id="projectbrief">A high-performance C++ implementation of Apache Paimon</div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <!-- end header part --> |
| <!-- Generated by Doxygen 1.9.8 --> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| var searchBox = new SearchBox("searchBox", "search/",'.html'); |
| /* @license-end */ |
| </script> |
| <script type="text/javascript" src="menudata.js"></script> |
| <script type="text/javascript" src="menu.js"></script> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| $(function() { |
| initMenu('',true,false,'search.php','Search'); |
| $(document).ready(function() { init_search(); }); |
| }); |
| /* @license-end */ |
| </script> |
| <div id="main-nav"></div> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| $(document).ready(function() { init_codefold(0); }); |
| /* @license-end */ |
| </script> |
| <!-- window showing the filter options --> |
| <div id="MSearchSelectWindow" |
| onmouseover="return searchBox.OnSearchSelectShow()" |
| onmouseout="return searchBox.OnSearchSelectHide()" |
| onkeydown="return searchBox.OnSearchSelectKey(event)"> |
| </div> |
| |
| <!-- iframe showing the search results (closed by default) --> |
| <div id="MSearchResultsWindow"> |
| <div id="MSearchResults"> |
| <div class="SRPage"> |
| <div id="SRIndex"> |
| <div id="SRResults"></div> |
| <div class="SRStatus" id="Loading">Loading...</div> |
| <div class="SRStatus" id="Searching">Searching...</div> |
| <div class="SRStatus" id="NoMatches">No Matches</div> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <div id="nav-path" class="navpath"> |
| <ul> |
| <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_d5ce83a91c1ada980bd794a9f3314520.html">paimon</a></li><li class="navelem"><a class="el" href="dir_f621b1b7a8e367ca76a53c102fbe25fe.html">predicate</a></li> </ul> |
| </div> |
| </div><!-- top --> |
| <div class="header"> |
| <div class="headertitle"><div class="title">predicate_builder.h</div></div> |
| </div><!--header--> |
| <div class="contents"> |
| <a href="predicate__builder_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div> |
| <div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div> |
| <div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * or more contributor license agreements. See the NOTICE file</span></div> |
| <div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * distributed with this work for additional information</span></div> |
| <div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * regarding copyright ownership. The ASF licenses this file</span></div> |
| <div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div> |
| <div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * "License"); you may not use this file except in compliance</span></div> |
| <div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> * with the License. You may obtain a copy of the License at</span></div> |
| <div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> *</span></div> |
| <div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div> |
| <div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> *</span></div> |
| <div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> * Unless required by applicable law or agreed to in writing, software</span></div> |
| <div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span></div> |
| <div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div> |
| <div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> * See the License for the specific language governing permissions and</span></div> |
| <div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> * limitations under the License.</span></div> |
| <div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment"> */</span></div> |
| <div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div> |
| <div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#pragma once</span></div> |
| <div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#include <cstdint></span></div> |
| <div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#include <memory></span></div> |
| <div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#include <string></span></div> |
| <div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#include <vector></span></div> |
| <div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div> |
| <div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include "<a class="code" href="predicate_8h.html">paimon/predicate/predicate.h</a>"</span></div> |
| <div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#include "<a class="code" href="result_8h.html">paimon/result.h</a>"</span></div> |
| <div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#include "<a class="code" href="visibility_8h.html">paimon/visibility.h</a>"</span></div> |
| <div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div> |
| <div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacepaimon.html">paimon</a> {</div> |
| <div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="keyword">class </span>Literal;</div> |
| <div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="keyword">enum class</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>;</div> |
| <div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div> |
| <div class="foldopen" id="foldopen00037" data-start="{" data-end="};"> |
| <div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html"> 37</a></span><span class="keyword">class </span><a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">PAIMON_EXPORT</a> <a class="code hl_class" href="classpaimon_1_1_predicate_builder.html">PredicateBuilder</a> {</div> |
| <div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <span class="keyword">public</span>:</div> |
| <div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#a25a7430e29c0b20d3e8f71cbfcb17592"> 39</a></span> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#a25a7430e29c0b20d3e8f71cbfcb17592">PredicateBuilder</a>() = <span class="keyword">delete</span>;</div> |
| <div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#abe75fa206dea6ccc1fbe472a164c5349"> 40</a></span> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#abe75fa206dea6ccc1fbe472a164c5349">~PredicateBuilder</a>() = <span class="keyword">delete</span>;</div> |
| <div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div> |
| <div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#af7c0b087116a2be113c7c2f1f87f9ce6"> 49</a></span> <span class="keyword">static</span> std::shared_ptr<Predicate> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#af7c0b087116a2be113c7c2f1f87f9ce6">Equal</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>, <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>, <span class="keyword">const</span> <a class="code hl_class" href="classpaimon_1_1_literal.html">Literal</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">literal</a>);</div> |
| <div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div> |
| <div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#aa11272547168a86576a88c948a16b64f"> 53</a></span> <span class="keyword">static</span> std::shared_ptr<Predicate> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#aa11272547168a86576a88c948a16b64f">NotEqual</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>, <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>, <span class="keyword">const</span> <a class="code hl_class" href="classpaimon_1_1_literal.html">Literal</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">literal</a>);</div> |
| <div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> </div> |
| <div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#a14bb8fb3e5852ec0a45619e69dd510c9"> 57</a></span> <span class="keyword">static</span> std::shared_ptr<Predicate> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#a14bb8fb3e5852ec0a45619e69dd510c9">LessThan</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>, <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>, <span class="keyword">const</span> <a class="code hl_class" href="classpaimon_1_1_literal.html">Literal</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">literal</a>);</div> |
| <div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div> |
| <div class="line"><a id="l00061" name="l00061"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#aa78d85ca6da23d9ac47aaa4bd2aa20a7"> 61</a></span> <span class="keyword">static</span> std::shared_ptr<Predicate> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#aa78d85ca6da23d9ac47aaa4bd2aa20a7">LessOrEqual</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>,</div> |
| <div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>,</div> |
| <div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <span class="keyword">const</span> <a class="code hl_class" href="classpaimon_1_1_literal.html">Literal</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">literal</a>);</div> |
| <div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div> |
| <div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#a6e38bfeaa61e4e22dad2986d0cc03c40"> 67</a></span> <span class="keyword">static</span> std::shared_ptr<Predicate> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#a6e38bfeaa61e4e22dad2986d0cc03c40">GreaterThan</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>,</div> |
| <div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>,</div> |
| <div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <span class="keyword">const</span> <a class="code hl_class" href="classpaimon_1_1_literal.html">Literal</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">literal</a>);</div> |
| <div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> </div> |
| <div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#a69db050634bfe031d9ea47d067894600"> 73</a></span> <span class="keyword">static</span> std::shared_ptr<Predicate> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#a69db050634bfe031d9ea47d067894600">GreaterOrEqual</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>,</div> |
| <div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>,</div> |
| <div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> <span class="keyword">const</span> <a class="code hl_class" href="classpaimon_1_1_literal.html">Literal</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">literal</a>);</div> |
| <div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> </div> |
| <div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#a7a2e26287726a9afa045c42ca55b53c1"> 79</a></span> <span class="keyword">static</span> std::shared_ptr<Predicate> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#a7a2e26287726a9afa045c42ca55b53c1">IsNull</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>, <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>);</div> |
| <div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> </div> |
| <div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#a94b46109726bd4cb8ad191238db9ac9e"> 83</a></span> <span class="keyword">static</span> std::shared_ptr<Predicate> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#a94b46109726bd4cb8ad191238db9ac9e">IsNotNull</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>, <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>);</div> |
| <div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div> |
| <div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#ab77c27dba229ac890edc7b15124442dc"> 89</a></span> <span class="keyword">static</span> std::shared_ptr<Predicate> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#ab77c27dba229ac890edc7b15124442dc">In</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>, <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>,</div> |
| <div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <span class="keyword">const</span> std::vector<Literal>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">literals</a>);</div> |
| <div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> </div> |
| <div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#afcc45597a0e47537347b1d95ec060bac"> 96</a></span> <span class="keyword">static</span> std::shared_ptr<Predicate> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#afcc45597a0e47537347b1d95ec060bac">NotIn</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>, <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>,</div> |
| <div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <span class="keyword">const</span> std::vector<Literal>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">literals</a>);</div> |
| <div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> </div> |
| <div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#ae678da9748d294dfab12984d84f12edb"> 109</a></span> <span class="keyword">static</span> std::shared_ptr<Predicate> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#ae678da9748d294dfab12984d84f12edb">Between</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>, <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>,</div> |
| <div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> <span class="keyword">const</span> <a class="code hl_class" href="classpaimon_1_1_literal.html">Literal</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">included_lower_bound</a>,</div> |
| <div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> <span class="keyword">const</span> <a class="code hl_class" href="classpaimon_1_1_literal.html">Literal</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">included_upper_bound</a>);</div> |
| <div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> </div> |
| <div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#a28edb189c9277ddb4c6f45c74c19d8d6"> 120</a></span> <span class="keyword">static</span> <a class="code hl_class" href="classpaimon_1_1_result.html">Result<std::shared_ptr<Predicate></a>> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#a28edb189c9277ddb4c6f45c74c19d8d6">And</a>(</div> |
| <div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> <span class="keyword">const</span> std::vector<std::shared_ptr<Predicate>>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">predicates</a>);</div> |
| <div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> </div> |
| <div class="line"><a id="l00129" name="l00129"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#a8a789383742a200473ad9bb25cb22b55"> 129</a></span> <span class="keyword">static</span> <a class="code hl_class" href="classpaimon_1_1_result.html">Result<std::shared_ptr<Predicate></a>> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#a8a789383742a200473ad9bb25cb22b55">Or</a>(</div> |
| <div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <span class="keyword">const</span> std::vector<std::shared_ptr<Predicate>>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">predicates</a>);</div> |
| <div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> </div> |
| <div class="line"><a id="l00137" name="l00137"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#a96d1c878e7fa2c37ace09c08b7d414e9"> 137</a></span> <span class="keyword">static</span> <a class="code hl_class" href="classpaimon_1_1_result.html">Result<std::shared_ptr<Predicate></a>> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#a96d1c878e7fa2c37ace09c08b7d414e9">Not</a>(<span class="keyword">const</span> std::shared_ptr<Predicate>& predicate);</div> |
| <div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> </div> |
| <div class="line"><a id="l00142" name="l00142"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#a445d5eadca4c8ceb7394228dceea7981"> 142</a></span> <span class="keyword">static</span> <a class="code hl_class" href="classpaimon_1_1_result.html">Result<std::shared_ptr<Predicate></a>> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#a445d5eadca4c8ceb7394228dceea7981">StartsWith</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>,</div> |
| <div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>,</div> |
| <div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <span class="keyword">const</span> <a class="code hl_class" href="classpaimon_1_1_literal.html">Literal</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">literal</a>);</div> |
| <div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> </div> |
| <div class="line"><a id="l00150" name="l00150"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#a796781d234df7ff135bbb6901c4ef1f4"> 150</a></span> <span class="keyword">static</span> <a class="code hl_class" href="classpaimon_1_1_result.html">Result<std::shared_ptr<Predicate></a>> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#a796781d234df7ff135bbb6901c4ef1f4">EndsWith</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>,</div> |
| <div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>,</div> |
| <div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> <span class="keyword">const</span> <a class="code hl_class" href="classpaimon_1_1_literal.html">Literal</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">literal</a>);</div> |
| <div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> </div> |
| <div class="line"><a id="l00158" name="l00158"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#acdbbd91a833f80df80513be2fa7aaeb3"> 158</a></span> <span class="keyword">static</span> <a class="code hl_class" href="classpaimon_1_1_result.html">Result<std::shared_ptr<Predicate></a>> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#acdbbd91a833f80df80513be2fa7aaeb3">Contains</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>,</div> |
| <div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>,</div> |
| <div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <span class="keyword">const</span> <a class="code hl_class" href="classpaimon_1_1_literal.html">Literal</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">literal</a>);</div> |
| <div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> </div> |
| <div class="line"><a id="l00166" name="l00166"></a><span class="lineno"><a class="line" href="classpaimon_1_1_predicate_builder.html#ad2ee2223fe7e431210baeb8e632189be"> 166</a></span> <span class="keyword">static</span> <a class="code hl_class" href="classpaimon_1_1_result.html">Result<std::shared_ptr<Predicate></a>> <a class="code hl_function" href="classpaimon_1_1_predicate_builder.html#ad2ee2223fe7e431210baeb8e632189be">Like</a>(<a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">int32_t</a> <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_index</a>,</div> |
| <div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> <span class="keyword">const</span> std::string& field_name,</div> |
| <div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">FieldType</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">field_type</a>,</div> |
| <div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <span class="keyword">const</span> <a class="code hl_class" href="classpaimon_1_1_literal.html">Literal</a>& <a class="code hl_define" href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">literal</a>);</div> |
| <div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span>};</div> |
| </div> |
| <div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span>} <span class="comment">// namespace paimon</span></div> |
| <div class="ttc" id="aclasspaimon_1_1_literal_html"><div class="ttname"><a href="classpaimon_1_1_literal.html">paimon::Literal</a></div><div class="ttdoc">Literal represents a constant value used in predicate expressions.</div><div class="ttdef"><b>Definition</b> literal.h:35</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html">paimon::PredicateBuilder</a></div><div class="ttdoc">A utility class to create Predicate object for common filter conditions.</div><div class="ttdef"><b>Definition</b> predicate_builder.h:37</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_a14bb8fb3e5852ec0a45619e69dd510c9"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#a14bb8fb3e5852ec0a45619e69dd510c9">paimon::PredicateBuilder::LessThan</a></div><div class="ttdeci">static std::shared_ptr< Predicate > LessThan(int32_t field_index, const std::string &field_name, const FieldType &field_type, const Literal &literal)</div><div class="ttdoc">Create a less-than predicate (field < literal).</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_a25a7430e29c0b20d3e8f71cbfcb17592"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#a25a7430e29c0b20d3e8f71cbfcb17592">paimon::PredicateBuilder::PredicateBuilder</a></div><div class="ttdeci">PredicateBuilder()=delete</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_a28edb189c9277ddb4c6f45c74c19d8d6"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#a28edb189c9277ddb4c6f45c74c19d8d6">paimon::PredicateBuilder::And</a></div><div class="ttdeci">static Result< std::shared_ptr< Predicate > > And(const std::vector< std::shared_ptr< Predicate > > &predicates)</div><div class="ttdoc">Create an AND predicate combining multiple predicates.</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_a445d5eadca4c8ceb7394228dceea7981"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#a445d5eadca4c8ceb7394228dceea7981">paimon::PredicateBuilder::StartsWith</a></div><div class="ttdeci">static Result< std::shared_ptr< Predicate > > StartsWith(int32_t field_index, const std::string &field_name, const FieldType &field_type, const Literal &literal)</div><div class="ttdoc">Create a starts-with predicate (field like 'abc' or field like 'abc_').</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_a69db050634bfe031d9ea47d067894600"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#a69db050634bfe031d9ea47d067894600">paimon::PredicateBuilder::GreaterOrEqual</a></div><div class="ttdeci">static std::shared_ptr< Predicate > GreaterOrEqual(int32_t field_index, const std::string &field_name, const FieldType &field_type, const Literal &literal)</div><div class="ttdoc">Create a greater-than-or-equal predicate (field >= literal).</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_a6e38bfeaa61e4e22dad2986d0cc03c40"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#a6e38bfeaa61e4e22dad2986d0cc03c40">paimon::PredicateBuilder::GreaterThan</a></div><div class="ttdeci">static std::shared_ptr< Predicate > GreaterThan(int32_t field_index, const std::string &field_name, const FieldType &field_type, const Literal &literal)</div><div class="ttdoc">Create a greater-than predicate (field > literal).</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_a796781d234df7ff135bbb6901c4ef1f4"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#a796781d234df7ff135bbb6901c4ef1f4">paimon::PredicateBuilder::EndsWith</a></div><div class="ttdeci">static Result< std::shared_ptr< Predicate > > EndsWith(int32_t field_index, const std::string &field_name, const FieldType &field_type, const Literal &literal)</div><div class="ttdoc">Create an ends-with predicate (field like 'abc' or field like '_abc').</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_a7a2e26287726a9afa045c42ca55b53c1"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#a7a2e26287726a9afa045c42ca55b53c1">paimon::PredicateBuilder::IsNull</a></div><div class="ttdeci">static std::shared_ptr< Predicate > IsNull(int32_t field_index, const std::string &field_name, const FieldType &field_type)</div><div class="ttdoc">Create an IS NULL predicate (field IS NULL).</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_a8a789383742a200473ad9bb25cb22b55"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#a8a789383742a200473ad9bb25cb22b55">paimon::PredicateBuilder::Or</a></div><div class="ttdeci">static Result< std::shared_ptr< Predicate > > Or(const std::vector< std::shared_ptr< Predicate > > &predicates)</div><div class="ttdoc">Create an OR predicate combining multiple predicates.</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_a94b46109726bd4cb8ad191238db9ac9e"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#a94b46109726bd4cb8ad191238db9ac9e">paimon::PredicateBuilder::IsNotNull</a></div><div class="ttdeci">static std::shared_ptr< Predicate > IsNotNull(int32_t field_index, const std::string &field_name, const FieldType &field_type)</div><div class="ttdoc">Create an IS NOT NULL predicate (field IS NOT NULL).</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_a96d1c878e7fa2c37ace09c08b7d414e9"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#a96d1c878e7fa2c37ace09c08b7d414e9">paimon::PredicateBuilder::Not</a></div><div class="ttdeci">static Result< std::shared_ptr< Predicate > > Not(const std::shared_ptr< Predicate > &predicate)</div><div class="ttdoc">Create a NOT predicate negating the result of another predicate.</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_aa11272547168a86576a88c948a16b64f"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#aa11272547168a86576a88c948a16b64f">paimon::PredicateBuilder::NotEqual</a></div><div class="ttdeci">static std::shared_ptr< Predicate > NotEqual(int32_t field_index, const std::string &field_name, const FieldType &field_type, const Literal &literal)</div><div class="ttdoc">Create a not-equal predicate (field != literal).</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_aa78d85ca6da23d9ac47aaa4bd2aa20a7"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#aa78d85ca6da23d9ac47aaa4bd2aa20a7">paimon::PredicateBuilder::LessOrEqual</a></div><div class="ttdeci">static std::shared_ptr< Predicate > LessOrEqual(int32_t field_index, const std::string &field_name, const FieldType &field_type, const Literal &literal)</div><div class="ttdoc">Create a less-than-or-equal predicate (field <= literal).</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_ab77c27dba229ac890edc7b15124442dc"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#ab77c27dba229ac890edc7b15124442dc">paimon::PredicateBuilder::In</a></div><div class="ttdeci">static std::shared_ptr< Predicate > In(int32_t field_index, const std::string &field_name, const FieldType &field_type, const std::vector< Literal > &literals)</div><div class="ttdoc">Create an IN predicate (field IN (literal1, literal2, ...)).</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_abe75fa206dea6ccc1fbe472a164c5349"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#abe75fa206dea6ccc1fbe472a164c5349">paimon::PredicateBuilder::~PredicateBuilder</a></div><div class="ttdeci">~PredicateBuilder()=delete</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_acdbbd91a833f80df80513be2fa7aaeb3"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#acdbbd91a833f80df80513be2fa7aaeb3">paimon::PredicateBuilder::Contains</a></div><div class="ttdeci">static Result< std::shared_ptr< Predicate > > Contains(int32_t field_index, const std::string &field_name, const FieldType &field_type, const Literal &literal)</div><div class="ttdoc">Create a contains predicate (field like 'abc').</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_ad2ee2223fe7e431210baeb8e632189be"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#ad2ee2223fe7e431210baeb8e632189be">paimon::PredicateBuilder::Like</a></div><div class="ttdeci">static Result< std::shared_ptr< Predicate > > Like(int32_t field_index, const std::string &field_name, const FieldType &field_type, const Literal &literal)</div><div class="ttdoc">Create a like predicate (field like literal).</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_ae678da9748d294dfab12984d84f12edb"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#ae678da9748d294dfab12984d84f12edb">paimon::PredicateBuilder::Between</a></div><div class="ttdeci">static std::shared_ptr< Predicate > Between(int32_t field_index, const std::string &field_name, const FieldType &field_type, const Literal &included_lower_bound, const Literal &included_upper_bound)</div><div class="ttdoc">Create a BETWEEN predicate (field BETWEEN lower_bound AND upper_bound).</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_af7c0b087116a2be113c7c2f1f87f9ce6"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#af7c0b087116a2be113c7c2f1f87f9ce6">paimon::PredicateBuilder::Equal</a></div><div class="ttdeci">static std::shared_ptr< Predicate > Equal(int32_t field_index, const std::string &field_name, const FieldType &field_type, const Literal &literal)</div><div class="ttdoc">Create an equality predicate (field == literal).</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_predicate_builder_html_afcc45597a0e47537347b1d95ec060bac"><div class="ttname"><a href="classpaimon_1_1_predicate_builder.html#afcc45597a0e47537347b1d95ec060bac">paimon::PredicateBuilder::NotIn</a></div><div class="ttdeci">static std::shared_ptr< Predicate > NotIn(int32_t field_index, const std::string &field_name, const FieldType &field_type, const std::vector< Literal > &literals)</div><div class="ttdoc">Create a NOT IN predicate (field NOT IN (literal1, literal2, ...)).</div></div> |
| <div class="ttc" id="aclasspaimon_1_1_result_html"><div class="ttname"><a href="classpaimon_1_1_result.html">paimon::Result</a></div><div class="ttdoc">A Result<T> object holds either a value of type T or a Status object explaining why such a value is n...</div><div class="ttdef"><b>Definition</b> result.h:33</div></div> |
| <div class="ttc" id="amemory__pool_8h_html_a147ba4ba34a215b3a4f3a95c1ee11704"><div class="ttname"><a href="memory__pool_8h.html#a147ba4ba34a215b3a4f3a95c1ee11704">PAIMON_UNIQUE_PTR</a></div><div class="ttdeci">#define PAIMON_UNIQUE_PTR</div><div class="ttdef"><b>Definition</b> memory_pool.h:219</div></div> |
| <div class="ttc" id="anamespacepaimon_html"><div class="ttname"><a href="namespacepaimon.html">paimon</a></div><div class="ttdoc">Top-level namespace for Paimon C++ API.</div><div class="ttdef"><b>Definition</b> api.h:42</div></div> |
| <div class="ttc" id="anamespacepaimon_html_aa6dc6701f497b96add0b6d7a5d6497f7"><div class="ttname"><a href="namespacepaimon.html#aa6dc6701f497b96add0b6d7a5d6497f7">paimon::FieldType</a></div><div class="ttdeci">FieldType</div><div class="ttdoc">Enumeration of supported data types in Paimon tables.</div><div class="ttdef"><b>Definition</b> defs.h:30</div></div> |
| <div class="ttc" id="apredicate_8h_html"><div class="ttname"><a href="predicate_8h.html">predicate.h</a></div></div> |
| <div class="ttc" id="aresult_8h_html"><div class="ttname"><a href="result_8h.html">result.h</a></div></div> |
| <div class="ttc" id="avisibility_8h_html"><div class="ttname"><a href="visibility_8h.html">visibility.h</a></div></div> |
| </div><!-- fragment --></div><!-- contents --> |
| <!-- start footer part --> |
| <hr class="footer"/><address class="footer"><small> |
| Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 |
| </small></address> |
| </body> |
| </html> |