blob: 37ffdf3553abfa278bd2c93d0a5ba8ade78ed930 [file] [log] [blame]
Ian Maxon3355d4c2021-12-13 12:38:15 -08001<!DOCTYPE html>
2<!--
3 | Generated by Apache Maven Doxia Site Renderer 1.8.1 from target/generated-site/markdown/datamodel.md at 2021-12-13
4 | Rendered using Apache Maven Fluido Skin 1.7
5-->
6<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7 <head>
8 <meta charset="UTF-8" />
9 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
10 <meta name="Date-Revision-yyyymmdd" content="20211213" />
11 <meta http-equiv="Content-Language" content="en" />
12 <title>AsterixDB &#x2013; The Asterix Data Model (ADM)</title>
13 <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
14 <link rel="stylesheet" href="./css/site.css" />
15 <link rel="stylesheet" href="./css/print.css" media="print" />
16 <script type="text/javascript" src="./js/apache-maven-fluido-1.7.min.js"></script>
17
18 </head>
19 <body class="topBarDisabled">
20 <div class="container-fluid">
21 <div id="banner">
22 <div class="pull-left"><a href="./" id="bannerLeft"><img src="images/asterixlogo.png" alt="AsterixDB"/></a></div>
23 <div class="pull-right"></div>
24 <div class="clear"><hr/></div>
25 </div>
26
27 <div id="breadcrumbs">
28 <ul class="breadcrumb">
29 <li id="publishDate">Last Published: 2021-12-13</li>
30 <li id="projectVersion" class="pull-right">Version: 0.9.7.1</li>
31 <li class="pull-right"><a href="index.html" title="Documentation Home">Documentation Home</a></li>
32 </ul>
33 </div>
34 <div class="row-fluid">
35 <div id="leftColumn" class="span2">
36 <div class="well sidebar-nav">
37 <ul class="nav nav-list">
38 <li class="nav-header">Get Started - Installation</li>
39 <li><a href="ncservice.html" title="Option 1: using NCService"><span class="none"></span>Option 1: using NCService</a></li>
40 <li><a href="ansible.html" title="Option 2: using Ansible"><span class="none"></span>Option 2: using Ansible</a></li>
41 <li><a href="aws.html" title="Option 3: using Amazon Web Services"><span class="none"></span>Option 3: using Amazon Web Services</a></li>
42 <li class="nav-header">AsterixDB Primer</li>
43 <li><a href="sqlpp/primer-sqlpp.html" title="Using SQL++"><span class="none"></span>Using SQL++</a></li>
44 <li class="nav-header">Data Model</li>
45 <li class="active"><a href="#"><span class="none"></span>The Asterix Data Model</a></li>
46 <li class="nav-header">Queries</li>
47 <li><a href="sqlpp/manual.html" title="The SQL++ Query Language"><span class="none"></span>The SQL++ Query Language</a></li>
48 <li><a href="SQLPP.html" title="Raw SQL++ Grammar"><span class="none"></span>Raw SQL++ Grammar</a></li>
49 <li><a href="sqlpp/builtins.html" title="Builtin Functions"><span class="none"></span>Builtin Functions</a></li>
50 <li class="nav-header">API/SDK</li>
51 <li><a href="api.html" title="HTTP API"><span class="none"></span>HTTP API</a></li>
52 <li><a href="csv.html" title="CSV Output"><span class="none"></span>CSV Output</a></li>
53 <li class="nav-header">Advanced Features</li>
54 <li><a href="aql/externaldata.html" title="Accessing External Data"><span class="none"></span>Accessing External Data</a></li>
55 <li><a href="feeds.html" title="Data Ingestion with Feeds"><span class="none"></span>Data Ingestion with Feeds</a></li>
56 <li><a href="udf.html" title="User Defined Functions"><span class="none"></span>User Defined Functions</a></li>
57 <li><a href="sqlpp/filters.html" title="Filter-Based LSM Index Acceleration"><span class="none"></span>Filter-Based LSM Index Acceleration</a></li>
58 <li><a href="sqlpp/fulltext.html" title="Support of Full-text Queries"><span class="none"></span>Support of Full-text Queries</a></li>
59 <li><a href="sqlpp/similarity.html" title="Support of Similarity Queries"><span class="none"></span>Support of Similarity Queries</a></li>
60 <li><a href="interval_join.html" title="Support of Interval Joins"><span class="none"></span>Support of Interval Joins</a></li>
61 <li><a href="sqlpp/arrayindex.html" title="Support of Array Indexes"><span class="none"></span>Support of Array Indexes</a></li>
62 <li class="nav-header">Deprecated</li>
63 <li><a href="aql/primer.html" title="AsterixDB Primer: Using AQL"><span class="none"></span>AsterixDB Primer: Using AQL</a></li>
64 <li><a href="aql/manual.html" title="Queries: The Asterix Query Language (AQL)"><span class="none"></span>Queries: The Asterix Query Language (AQL)</a></li>
65 <li><a href="aql/builtins.html" title="Queries: Builtin Functions (AQL)"><span class="none"></span>Queries: Builtin Functions (AQL)</a></li>
66</ul>
67 <hr />
68 <div id="poweredBy">
69 <div class="clear"></div>
70 <div class="clear"></div>
71 <div class="clear"></div>
72 <div class="clear"></div>
73<a href="./" title="AsterixDB" class="builtBy"><img class="builtBy" alt="AsterixDB" src="images/asterixlogo.png" /></a>
74 </div>
75 </div>
76 </div>
77 <div id="bodyColumn" class="span10" >
78<!--
79 ! Licensed to the Apache Software Foundation (ASF) under one
80 ! or more contributor license agreements. See the NOTICE file
81 ! distributed with this work for additional information
82 ! regarding copyright ownership. The ASF licenses this file
83 ! to you under the Apache License, Version 2.0 (the
84 ! "License"); you may not use this file except in compliance
85 ! with the License. You may obtain a copy of the License at
86 !
87 ! http://www.apache.org/licenses/LICENSE-2.0
88 !
89 ! Unless required by applicable law or agreed to in writing,
90 ! software distributed under the License is distributed on an
91 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
92 ! KIND, either express or implied. See the License for the
93 ! specific language governing permissions and limitations
94 ! under the License.
95 !-->
96<h1>The Asterix Data Model (ADM)</h1>
97<div class="section">
98<h2><a name="Table_of_Contents"></a><a name="toc" id="toc">Table of Contents</a></h2>
99<ul>
100
101<li><a href="#PrimitiveTypes">Primitive Types</a>
102<ul>
103
104<li><a href="#PrimitiveTypesBoolean">Boolean</a></li>
105<li><a href="#PrimitiveTypesString">String</a></li>
106<li><a href="#PrimitiveTypesInt">Tinyint / Smallint / Integer (Int) / Bigint</a></li>
107<li><a href="#PrimitiveTypesFloat">Float</a></li>
108<li><a href="#PrimitiveTypesDouble">Double (Double Precision)</a></li>
109<li><a href="#PrimitiveTypesBinary">Binary</a></li>
110<li><a href="#PrimitiveTypesPoint">Point</a></li>
111<li><a href="#PrimitiveTypesLine">Line</a></li>
112<li><a href="#PrimitiveTypesRectangle">Rectangle</a></li>
113<li><a href="#PrimitiveTypesCircle">Circle</a></li>
114<li><a href="#PrimitiveTypesPolygon">Polygon</a></li>
115<li><a href="#PrimitiveTypesDate">Date</a></li>
116<li><a href="#PrimitiveTypesTime">Time</a></li>
117<li><a href="#PrimitiveTypesDateTime">Datetime (Timestamp)</a></li>
118<li><a href="#PrimitiveTypesDuration">Duration/Year_month_duration/Day_time_duration</a></li>
119<li><a href="#PrimitiveTypesInterval">Interval</a></li>
120<li><a href="#PrimitiveTypesUUID">UUID</a></li>
121</ul>
122</li>
123<li><a href="#IncompleteInformationTypes">Incomplete Information Types</a>
124<ul>
125
126<li><a href="#IncompleteInformationTypesNull">Null</a></li>
127<li><a href="#IncompleteInformationTypesMissing">Missing</a></li>
128</ul>
129</li>
130<li><a href="#DerivedTypes">Derived Types</a>
131<ul>
132
133<li><a href="#DerivedTypesObject">Object</a></li>
134<li><a href="#DerivedTypesArray">Array</a></li>
135<li><a href="#DerivedTypesMultiset">Multiset</a></li>
136</ul>
137</li>
138</ul>
139<p>An instance of Asterix data model (ADM) can be a <i><i>primitive type</i></i> (<tt>boolean</tt>, <tt>tinyint</tt>, <tt>smallint</tt>, <tt>integer</tt>, <tt>bigint</tt>, <tt>string</tt>, <tt>float</tt>, <tt>double</tt>, <tt>date</tt>, <tt>time</tt>, <tt>datetime</tt>, etc.), a <i><i>special type</i></i> (<tt>null</tt> or <tt>missing</tt>), or a <i><i>derived type</i></i>.</p>
140<p>The type names are case-insensitive, e.g., both <tt>BIGINT</tt> and <tt>bigint</tt> are acceptable.</p><!--
141 ! Licensed to the Apache Software Foundation (ASF) under one
142 ! or more contributor license agreements. See the NOTICE file
143 ! distributed with this work for additional information
144 ! regarding copyright ownership. The ASF licenses this file
145 ! to you under the Apache License, Version 2.0 (the
146 ! "License"); you may not use this file except in compliance
147 ! with the License. You may obtain a copy of the License at
148 !
149 ! http://www.apache.org/licenses/LICENSE-2.0
150 !
151 ! Unless required by applicable law or agreed to in writing,
152 ! software distributed under the License is distributed on an
153 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
154 ! KIND, either express or implied. See the License for the
155 ! specific language governing permissions and limitations
156 ! under the License.
157 !-->
158</div>
159<div class="section">
160<h2><a name="Primitive_Types"></a><a name="PrimitiveTypes" id="PrimitiveTypes">Primitive Types</a></h2>
161<div class="section">
162<h3><a name="Boolean"></a><a name="PrimitiveTypesBoolean" id="PrimitiveTypesBoolean">Boolean</a></h3>
163<p><tt>boolean</tt> data type can have one of the two values: <i>true</i> or <i>false</i>.</p>
164<ul>
165
166<li>
167
168<p>Example:</p>
169
170<div>
171<div>
172<pre class="source">{ &quot;true&quot;: true, &quot;false&quot;: false };
173</pre></div></div>
174</li>
175<li>
176
177<p>The expected result is:</p>
178
179<div>
180<div>
181<pre class="source">{ &quot;true&quot;: true, &quot;false&quot;: false }
182</pre></div></div>
183</li>
184</ul></div>
185<div class="section">
186<h3><a name="String"></a><a name="PrimitiveTypesString" id="PrimitiveTypesString">String</a></h3>
187<p><tt>string</tt> represents a sequence of characters. The total length of the sequence can be up to 2,147,483,648.</p>
188<ul>
189
190<li>
191
192<p>Example:</p>
193
194<div>
195<div>
196<pre class="source">{ &quot;v1&quot;: string(&quot;This is a string.&quot;), &quot;v2&quot;: string(&quot;\&quot;This is a quoted string\&quot;&quot;) };
197</pre></div></div>
198</li>
199<li>
200
201<p>The expected result is:</p>
202
203<div>
204<div>
205<pre class="source">{ &quot;v1&quot;: &quot;This is a string.&quot;, &quot;v2&quot;: &quot;\&quot;This is a quoted string\&quot;&quot; }
206</pre></div></div>
207</li>
208</ul><!--
209 ! Licensed to the Apache Software Foundation (ASF) under one
210 ! or more contributor license agreements. See the NOTICE file
211 ! distributed with this work for additional information
212 ! regarding copyright ownership. The ASF licenses this file
213 ! to you under the Apache License, Version 2.0 (the
214 ! "License"); you may not use this file except in compliance
215 ! with the License. You may obtain a copy of the License at
216 !
217 ! http://www.apache.org/licenses/LICENSE-2.0
218 !
219 ! Unless required by applicable law or agreed to in writing,
220 ! software distributed under the License is distributed on an
221 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
222 ! KIND, either express or implied. See the License for the
223 ! specific language governing permissions and limitations
224 ! under the License.
225 !-->
226</div>
227<div class="section">
228<h3><a name="Tinyint_.2F_Smallint_.2F_Integer_.28Int.29_.2F_Bigint"></a><a name="PrimitiveTypesInt" id="PrimitiveTypesInt">Tinyint / Smallint / Integer (Int) / Bigint</a></h3>
229<p>Integer types using 8, 16, 32, or 64 bits. The ranges of these types are:</p>
230<ul>
231
232<li><tt>tinyint</tt>: -128 to 127</li>
233<li><tt>smallint</tt>: -32768 to 32767</li>
234<li><tt>integer</tt>: -2147483648 to 2147483647</li>
235<li><tt>bigint</tt>: -9223372036854775808 to 9223372036854775807</li>
236</ul>
237<p><tt>int</tt> is an abbreviated alias for integer.</p>
238<ul>
239
240<li>
241
242<p>Example:</p>
243
244<div>
245<div>
246<pre class="source">{ &quot;tinyint&quot;: tiny(&quot;125&quot;), &quot;smallint&quot;: smallint(&quot;32765&quot;), &quot;integer&quot;: 294967295, &quot;bigint&quot;: bigint(&quot;1700000000000000000&quot;)};
247</pre></div></div>
248</li>
249<li>
250
251<p>The expected result is:</p>
252
253<div>
254<div>
255<pre class="source">{ &quot;tinyint&quot;: 125, &quot;smallint&quot;: 32765, &quot;integer&quot;: 294967295, &quot;bigint&quot;: 1700000000000000000 }
256</pre></div></div>
257</li>
258</ul></div>
259<div class="section">
260<h3><a name="Float"></a><a name="PrimitiveTypesFloat" id="PrimitiveTypesFloat">Float</a></h3>
261<p><tt>float</tt> represents approximate numeric data values using 4 bytes. The range of a float value can be from 2^(-149) to (2-2^(-23)&#xb7;2^(127) for both positive and negative. Beyond these ranges will get <tt>INF</tt> or <tt>-INF</tt>.</p>
262<ul>
263
264<li>
265
266<p>Example:</p>
267
268<div>
269<div>
270<pre class="source">{ &quot;v1&quot;: float(&quot;NaN&quot;), &quot;v2&quot;: float(&quot;INF&quot;), &quot;v3&quot;: float(&quot;-INF&quot;), &quot;v4&quot;: float(&quot;-2013.5&quot;) };
271</pre></div></div>
272</li>
273<li>
274
275<p>The expected result is:</p>
276
277<div>
278<div>
279<pre class="source">{ &quot;v1&quot;: &quot;NaN&quot;, &quot;v2&quot;: &quot;INF&quot;, &quot;v3&quot;: &quot;-INF&quot;, &quot;v4&quot;: -2013.5 }
280</pre></div></div>
281</li>
282</ul></div>
283<div class="section">
284<h3><a name="Double_.28double_precision.29"></a><a name="PrimitiveTypesDouble" id="PrimitiveTypesDouble">Double (double precision)</a></h3>
285<p><tt>double</tt> represents approximate numeric data values using 8 bytes. The range of a double value can be from (2^(-1022)) to (2-2^(-52))&#xb7;2^(1023) for both positive and negative. Beyond these ranges will get <tt>INF</tt> or <tt>-INF</tt>.</p>
286<ul>
287
288<li>
289
290<p>Example:</p>
291
292<div>
293<div>
294<pre class="source">{ &quot;v1&quot;: double(&quot;NaN&quot;), &quot;v2&quot;: double(&quot;INF&quot;), &quot;v3&quot;: double(&quot;-INF&quot;), &quot;v4&quot;: &quot;-2013.593823748327284&quot; };
295</pre></div></div>
296</li>
297<li>
298
299<p>The expected result is:</p>
300
301<div>
302<div>
303<pre class="source">{ &quot;v1&quot;: &quot;NaN&quot;, &quot;v2&quot;: &quot;INF&quot;, &quot;v3&quot;: &quot;-INF&quot;, &quot;v4&quot;: -2013.5938237483274 }
304</pre></div></div>
305</li>
306</ul>
307<p><tt>Double precision</tt> is an alias of <tt>double</tt>.</p></div>
308<div class="section">
309<h3><a name="Binary"></a><a name="PrimitiveTypesBinary" id="PrimitiveTypesBinary">Binary</a></h3>
310<p><tt>binary</tt> represents a sequence of bytes. It can be constructed from a <tt>hex</tt> or a <tt>base64</tt> string sequence. The total length of the byte sequence can be up to 2,147,483,648.</p>
311<ul>
312
313<li>
314
315<p>Example:</p>
316
317<div>
318<div>
319<pre class="source">{
320 &quot;hex1&quot; : hex(&quot;ABCDEF0123456789&quot;),
321 &quot;hex2&quot;: hex(&quot;abcdef0123456789&quot;),
322 &quot;base64_1&quot; : base64(&quot;0123456789qwertyui+/&quot;),
323 &quot;base64_2&quot; : base64('QXN0ZXJpeA==')
324};
325</pre></div></div>
326</li>
327<li>
328
329<p>The default output format is in <tt>hex</tt> format. Thus, the expected result is:</p>
330
331<div>
332<div>
333<pre class="source">{
334 &quot;hex1&quot;: hex(&quot;ABCDEF0123456789&quot;),
335 &quot;hex2&quot;: hex(&quot;ABCDEF0123456789&quot;),
336 &quot;base64_1&quot;: hex(&quot;D35DB7E39EBBF3DAB07ABB72BA2FBF&quot;),
337 &quot;base64_2&quot;: hex(&quot;41737465726978&quot;)
338}
339</pre></div></div>
340</li>
341</ul></div>
342<div class="section">
343<h3><a name="Point"></a><a name="PrimitiveTypesPoint" id="PrimitiveTypesPoint">Point</a></h3>
344<p><tt>point</tt> is the fundamental two-dimensional building block for spatial types. It consists of two <tt>double</tt> coordinates x and y.</p>
345<ul>
346
347<li>
348
349<p>Example:</p>
350
351<div>
352<div>
353<pre class="source">{ &quot;v1&quot;: point(&quot;80.10d, -10E5&quot;), &quot;v2&quot;: point(&quot;5.10E-10d, -10E5&quot;) };
354</pre></div></div>
355</li>
356<li>
357
358<p>The expected result is:</p>
359
360<div>
361<div>
362<pre class="source">{ &quot;v1&quot;: point(&quot;80.1,-1000000.0&quot;), &quot;v2&quot;: point(&quot;5.1E-10,-1000000.0&quot;) }
363</pre></div></div>
364</li>
365</ul></div>
366<div class="section">
367<h3><a name="Line"></a><a name="PrimitiveTypesLine" id="PrimitiveTypesLine">Line</a></h3>
368<p><tt>line</tt> consists of two points that represent the start and the end points of a line segment.</p>
369<ul>
370
371<li>
372
373<p>Example:</p>
374
375<div>
376<div>
377<pre class="source">{ &quot;v1&quot;: line(&quot;10.1234,11.1e-1 +10.2E-2,-11.22&quot;), &quot;v2&quot;: line(&quot;0.1234,-1.00e-10 +10.5E-2,-01.02&quot;) };
378</pre></div></div>
379</li>
380<li>
381
382<p>The expected result is:</p>
383
384<div>
385<div>
386<pre class="source">{ &quot;v1&quot;: line(&quot;10.1234,1.11 0.102,-11.22&quot;), &quot;v2&quot;: line(&quot;0.1234,-1.0E-10 0.105,-1.02&quot;) }
387</pre></div></div>
388</li>
389</ul></div>
390<div class="section">
391<h3><a name="Rectangle"></a><a name="PrimitiveTypesRectangle" id="PrimitiveTypesRectangle">Rectangle</a></h3>
392<p><tt>rectangle</tt> consists of two points that represent the <i><i>bottom left</i></i> and <i><i>upper right</i></i> corners of a rectangle.</p>
393<ul>
394
395<li>
396
397<p>Example:</p>
398
399<div>
400<div>
401<pre class="source">{ &quot;v1&quot;: rectangle(&quot;5.1,11.8 87.6,15.6548&quot;), &quot;v2&quot;: rectangle(&quot;0.1234,-1.00e-10 5.5487,0.48765&quot;) };
402</pre></div></div>
403</li>
404<li>
405
406<p>The expected result is:</p>
407
408<div>
409<div>
410<pre class="source">{ &quot;v1&quot;: rectangle(&quot;5.1,11.8 87.6,15.6548&quot;), &quot;v2&quot;: rectangle(&quot;0.1234,-1.0E-10 5.5487,0.48765&quot;) }
411</pre></div></div>
412</li>
413</ul></div>
414<div class="section">
415<h3><a name="Circle"></a><a name="PrimitiveTypesCircle" id="PrimitiveTypesCircle">Circle</a></h3>
416<p><tt>circle</tt> consists of one point that represents the center of the circle and a radius of type <tt>double</tt>.</p>
417<ul>
418
419<li>
420
421<p>Example:</p>
422
423<div>
424<div>
425<pre class="source">{ &quot;v1&quot;: circle(&quot;10.1234,11.1e-1 +10.2E-2&quot;), &quot;v2&quot;: circle(&quot;0.1234,-1.00e-10 +10.5E-2&quot;) };
426</pre></div></div>
427</li>
428<li>
429
430<p>The expected result is:</p>
431
432<div>
433<div>
434<pre class="source">{ &quot;v1&quot;: circle(&quot;10.1234,1.11 0.102&quot;), &quot;v2&quot;: circle(&quot;0.1234,-1.0E-10 0.105&quot;) }
435</pre></div></div>
436</li>
437</ul></div>
438<div class="section">
439<h3><a name="Polygon"></a><a name="PrimitiveTypesPolygon" id="PrimitiveTypesPolygon">Polygon</a></h3>
440<p><tt>polygon</tt> consists of <i><i>n</i></i> points that represent the vertices of a <i><i>simple closed</i></i> polygon.</p>
441<ul>
442
443<li>
444
445<p>Example:</p>
446
447<div>
448<div>
449<pre class="source">{
450 &quot;v1&quot;: polygon(&quot;-1.2,+1.3e2 -2.14E+5,2.15 -3.5e+2,03.6 -4.6E-3,+4.81&quot;),
451 &quot;v2&quot;: polygon(&quot;-1.0,+10.5e2 -02.15E+50,2.5 -1.0,+3.3e3 -2.50E+05,20.15 +3.5e+2,03.6 -4.60E-3,+4.75 -2,+1.0e2 -2.00E+5,20.10 30.5,03.25 -4.33E-3,+4.75&quot;)
452};
453</pre></div></div>
454</li>
455<li>
456
457<p>The expected result is:</p>
458
459<div>
460<div>
461<pre class="source">{
462 &quot;v1&quot;: polygon(&quot;-1.2,130.0 -214000.0,2.15 -350.0,3.6 -0.0046,4.81&quot;),
463 &quot;v2&quot;: polygon(&quot;-1.0,1050.0 -2.15E50,2.5 -1.0,3300.0 -250000.0,20.15 350.0,3.6 -0.0046,4.75 -2.0,100.0 -200000.0,20.1 30.5,3.25 -0.00433,4.75&quot;) }
464}
465</pre></div></div>
466</li>
467</ul></div>
468<div class="section">
469<h3><a name="Date"></a><a name="PrimitiveTypesDate" id="PrimitiveTypesDate">Date</a></h3>
470<p><tt>date</tt> represents a time point along the Gregorian calendar system specified by the year, month and day. ASTERIX supports the date from <tt>-9999-01-01</tt> to <tt>9999-12-31</tt>.</p>
471<p>A date value can be represented in two formats, extended format and basic format.</p>
472<ul>
473
474<li>Extended format is represented as <tt>[-]yyyy-mm-dd</tt> for <tt>year-month-day</tt>. Each field should be padded if there are less digits than the format specified.</li>
475<li>Basic format is in the format of <tt>[-]yyyymmdd</tt>.</li>
476<li>
477
478<p>Example:</p>
479
480<div>
481<div>
482<pre class="source">{ &quot;v1&quot;: date(&quot;2013-01-01&quot;), &quot;v2&quot;: date(&quot;-19700101&quot;) };
483</pre></div></div>
484</li>
485<li>
486
487<p>The expected result is:</p>
488
489<div>
490<div>
491<pre class="source">{ &quot;v1&quot;: date(&quot;2013-01-01&quot;), &quot;v2&quot;: date(&quot;-1970-01-01&quot;) }
492</pre></div></div>
493</li>
494</ul></div>
495<div class="section">
496<h3><a name="Time"></a><a name="PrimitiveTypesTime" id="PrimitiveTypesTime">Time</a></h3>
497<p><tt>time</tt> type describes the time within the range of a day. It is represented by three fields: hour, minute and second. Millisecond field is optional as the fraction of the second field. Its extended format is as <tt>hh:mm:ss[.mmm]</tt> and the basic format is <tt>hhmmss[mmm]</tt>. The value domain is from <tt>00:00:00.000</tt> to <tt>23:59:59.999</tt>.</p>
498<p>Timezone field is optional for a time value. Timezone is represented as <tt>[+|-]hh:mm</tt> for extended format or <tt>[+|-]hhmm</tt> for basic format. Note that the sign designators cannot be omitted. <tt>Z</tt> can also be used to represent the UTC local time. If no timezone information is given, it is UTC by default.</p>
499<ul>
500
501<li>
502
503<p>Example:</p>
504
505<div>
506<div>
507<pre class="source">{ &quot;v1&quot;: time(&quot;12:12:12.039Z&quot;), &quot;v2&quot;: time(&quot;000000000-0800&quot;) };
508</pre></div></div>
509</li>
510<li>
511
512<p>The expected result is:</p>
513
514<div>
515<div>
516<pre class="source">{ &quot;v1&quot;: time(&quot;12:12:12.039Z&quot;), &quot;v2&quot;: time(&quot;08:00:00.000Z&quot;) }
517</pre></div></div>
518</li>
519</ul></div>
520<div class="section">
521<h3><a name="Datetime_.28Timestamp.29"></a><a name="PrimitiveTypesDateTime" id="PrimitiveTypesDateTime">Datetime (Timestamp)</a></h3>
522<p>A <tt>datetime</tt> value is a combination of an <tt>date</tt> and <tt>time</tt>, representing a fixed time point along the Gregorian calendar system. The value is among <tt>-9999-01-01 00:00:00.000</tt> and <tt>9999-12-31 23:59:59.999</tt>.</p>
523<p>A <tt>datetime</tt> value is represented as a combination of the representation of its <tt>date</tt> part and <tt>time</tt> part, separated by a separator <tt>T</tt>. Either extended or basic format can be used, and the two parts should be the same format.</p>
524<p>Millisecond field and timezone field are optional, as specified in the <tt>time</tt> type.</p>
525<ul>
526
527<li>
528
529<p>Example:</p>
530
531<div>
532<div>
533<pre class="source">{ &quot;v1&quot;: datetime(&quot;2013-01-01T12:12:12.039Z&quot;), &quot;v2&quot;: datetime(&quot;-19700101T000000000-0800&quot;) };
534</pre></div></div>
535</li>
536<li>
537
538<p>The expected result is:</p>
539
540<div>
541<div>
542<pre class="source">{ &quot;v1&quot;: datetime(&quot;2013-01-01T12:12:12.039Z&quot;), &quot;v2&quot;: datetime(&quot;-1970-01-01T08:00:00.000Z&quot;) }
543</pre></div></div>
544</li>
545</ul>
546<p><tt>timestamp</tt> is an alias of <tt>datetime</tt>.</p></div>
547<div class="section">
548<h3><a name="Duration.2FYear_month_duration.2FDay_time_duration"></a><a name="PrimitiveTypesDuration" id="PrimitiveTypesDuration">Duration/Year_month_duration/Day_time_duration</a></h3>
549<p><tt>duration</tt> represents a duration of time. A duration value is specified by integers on at least one of the following fields: year, month, day, hour, minute, second, and millisecond.</p>
550<p>A duration value is in the format of <tt>[-]PnYnMnDTnHnMn.mmmS</tt>. The millisecond part (as the fraction of the second field) is optional, and when no millisecond field is used, the decimal point should also be absent.</p>
551<p>Negative durations are also supported for the arithmetic operations between time instance types (<tt>date</tt>, <tt>time</tt> and <tt>datetime</tt>), and is used to roll the time back for the given duration. For example <tt>date(&quot;2012-01-01&quot;) + duration(&quot;-P3D&quot;)</tt> will return <tt>date(&quot;2011-12-29&quot;)</tt>.</p>
552<p>There are also two sub-duration types, namely <tt>year_month_duration</tt> and <tt>day_time_duration</tt>. <tt>year_month_duration</tt> represents only the years and months of a duration, while <tt>day_time_duration</tt> represents only the day to millisecond fields. Different from the <tt>duration</tt> type, both these two subtypes are totally ordered, so they can be used for comparison and index construction.</p>
553<p>Note that a canonical representation of the duration is always returned, regardless whether the duration is in the canonical representation or not from the user&#x2019;s input. More information about canonical representation can be found from <a class="externalLink" href="http://www.w3.org/TR/xpath-functions/#canonical-dayTimeDuration">XPath dayTimeDuration Canonical Representation</a> and <a class="externalLink" href="http://www.w3.org/TR/xpath-functions/#canonical-yearMonthDuration">yearMonthDuration Canonical Representation</a>.</p>
554<ul>
555
556<li>
557
558<p>Example:</p>
559
560<div>
561<div>
562<pre class="source">{ &quot;v1&quot;: duration(&quot;P100Y12MT12M&quot;), &quot;v2&quot;: duration(&quot;-PT20.943S&quot;) };
563</pre></div></div>
564</li>
565<li>
566
567<p>The expected result is:</p>
568
569<div>
570<div>
571<pre class="source">{ &quot;v1&quot;: duration(&quot;P101YT12M&quot;), &quot;v2&quot;: duration(&quot;-PT20.943S&quot;) }
572</pre></div></div>
573</li>
574</ul></div>
575<div class="section">
576<h3><a name="Interval"></a><a name="PrimitiveTypesInterval" id="PrimitiveTypesInterval">Interval</a></h3>
577<p><tt>interval</tt> represents inclusive-exclusive ranges of time. It is defined by two time point values with the same temporal type(<tt>date</tt>, <tt>time</tt> or <tt>datetime</tt>).</p>
578<ul>
579
580<li>
581
582<p>Example:</p>
583
584<div>
585<div>
586<pre class="source">{
587 &quot;v1&quot;: interval(date(&quot;2013-01-01&quot;), date(&quot;20130505&quot;)),
588 &quot;v2&quot;: interval(time(&quot;00:01:01&quot;), time(&quot;213901049+0800&quot;)),
589 &quot;v3&quot;: interval(datetime(&quot;2013-01-01T00:01:01&quot;), datetime(&quot;20130505T213901049+0800&quot;))
590};
591</pre></div></div>
592</li>
593<li>
594
595<p>The expected result is:</p>
596
597<div>
598<div>
599<pre class="source">{
600 &quot;v1&quot;: interval(date(&quot;2013-01-01&quot;), date(&quot;2013-05-05&quot;)),
601 &quot;v2&quot;: interval(time(&quot;00:01:01.000Z&quot;), time(&quot;13:39:01.049Z&quot;)),
602 &quot;v3&quot;: interval(datetime(&quot;2013-01-01T00:01:01.000Z&quot;), datetime(&quot;2013-05-05T13:39:01.049Z&quot;))
603}
604</pre></div></div>
605</li>
606</ul></div>
607<div class="section">
608<h3><a name="UUID"></a><a name="PrimitiveTypesUUID" id="PrimitiveTypesUUID">UUID</a></h3>
609<p><tt>uuid</tt> represents a UUID value, which stands for Universally unique identifier. It is defined by a canonical format using hexadecimal text with inserted hyphen characters. (E.g.: 5a28ce1e-6a74-4201-9e8f-683256e5706f). This type is generally used to store auto-generated primary key values.</p>
610<ul>
611
612<li>
613
614<p>Example:</p>
615
616<div>
617<div>
618<pre class="source">return { &quot;v1&quot;:uuid(&quot;5c848e5c-6b6a-498f-8452-8847a2957421&quot;) }
619</pre></div></div>
620</li>
621<li>
622
623<p>The expected result is:</p>
624
625<div>
626<div>
627<pre class="source">{ &quot;v1&quot;: uuid(&quot;5c848e5c-6b6a-498f-8452-8847a2957421&quot;) }
628</pre></div></div>
629</li>
630</ul><!--
631 ! Licensed to the Apache Software Foundation (ASF) under one
632 ! or more contributor license agreements. See the NOTICE file
633 ! distributed with this work for additional information
634 ! regarding copyright ownership. The ASF licenses this file
635 ! to you under the Apache License, Version 2.0 (the
636 ! "License"); you may not use this file except in compliance
637 ! with the License. You may obtain a copy of the License at
638 !
639 ! http://www.apache.org/licenses/LICENSE-2.0
640 !
641 ! Unless required by applicable law or agreed to in writing,
642 ! software distributed under the License is distributed on an
643 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
644 ! KIND, either express or implied. See the License for the
645 ! specific language governing permissions and limitations
646 ! under the License.
647 !-->
648</div></div>
649<div class="section">
650<h2><a name="Incomplete_Information_Types"></a><a name="IncompleteInformationTypes" id="IncompleteInformationTypes">Incomplete Information Types</a></h2>
651<div class="section">
652<h3><a name="Null"></a><a name="IncompleteInformationTypesNull" id="IncompleteInformationTypesNull">Null</a></h3>
653<p><tt>null</tt> is a special value that is often used to represent an unknown value. For example, a user might not be able to know the value of a field and let it be <tt>null</tt>.</p>
654<ul>
655
656<li>
657
658<p>Example:</p>
659
660<div>
661<div>
662<pre class="source">{ &quot;field&quot;: null };
663</pre></div></div>
664</li>
665<li>
666
667<p>The expected result is:</p>
668
669<div>
670<div>
671<pre class="source">{ &quot;field&quot;: null }
672</pre></div></div>
673</li>
674</ul></div>
675<div class="section">
676<h3><a name="Missing"></a><a name="IncompleteInformationTypesMissing" id="IncompleteInformationTypesMissing">Missing</a></h3>
677<p><tt>missing</tt> indicates that a name-value pair is missing from an object. If a missing name-value pair is accessed, an empty result value is returned by the query.</p>
678<p>As neither the data model nor the system enforces homogeneity for datasets or collections, items in a dataset or collection can be of heterogeneous types and so a field can be present in one object and <tt>missing</tt> in another.</p>
679<ul>
680
681<li>
682
683<p>Example:</p>
684
685<div>
686<div>
687<pre class="source">{ &quot;field&quot;: missing };
688</pre></div></div>
689</li>
690<li>
691
692<p>The expected result is:</p>
693
694<div>
695<div>
696<pre class="source">{ }
697</pre></div></div>
698</li>
699</ul>
700<p>Since a field with value <tt>missing</tt> means the field is absent, we get an empty object.</p><!--
701 ! Licensed to the Apache Software Foundation (ASF) under one
702 ! or more contributor license agreements. See the NOTICE file
703 ! distributed with this work for additional information
704 ! regarding copyright ownership. The ASF licenses this file
705 ! to you under the Apache License, Version 2.0 (the
706 ! "License"); you may not use this file except in compliance
707 ! with the License. You may obtain a copy of the License at
708 !
709 ! http://www.apache.org/licenses/LICENSE-2.0
710 !
711 ! Unless required by applicable law or agreed to in writing,
712 ! software distributed under the License is distributed on an
713 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
714 ! KIND, either express or implied. See the License for the
715 ! specific language governing permissions and limitations
716 ! under the License.
717 !-->
718</div></div>
719<div class="section">
720<h2><a name="Derived_Types"></a><a name="DerivedTypes" id="DerivedTypes">Derived Types</a></h2>
721<div class="section">
722<h3><a name="Object"></a><a name="DerivedTypesObject" id="DerivedTypesObject">Object</a></h3>
723<p>An <tt>object</tt> contains a set of &#xfb01;elds, where each &#xfb01;eld is described by its name and type. An object type may be defined as either open or closed. Open objects (instances of open object types) are permitted to contain &#xfb01;elds that are not part of the type de&#xfb01;nition, while closed objects do not permit their instances to carry extra fields. An example type definition for an object is:</p>
724
725<div>
726<div>
727<pre class="source"> create type SoldierType as open {
728 name: string?,
729 rank: string,
730 serialno: int
731 };
732</pre></div></div>
733
734<p>Syntactically, object constructors are surrounded by curly braces &#x201c;{&#x2026;}&#x201d;. Some examples of legitimate instances of the above type include:</p>
735
736<div>
737<div>
738<pre class="source"> { &quot;name&quot;: &quot;Joe Blow&quot;, &quot;rank&quot;: &quot;Sergeant&quot;, &quot;serialno&quot;: 1234567 }
739 { &quot;rank&quot;: &quot;Private&quot;, &quot;serialno&quot;: 9876543 }
740 { &quot;name&quot;: &quot;Sally Forth&quot;, &quot;rank&quot;: &quot;Major&quot;, &quot;serialno&quot;: 2345678, &quot;gender&quot;: &quot;F&quot; }
741</pre></div></div>
742
743<p>The first instance has all of the type&#x2019;s prescribed content. The second instance is missing the name field, which is fine because it is optional (due to the ?). The third instance has an extra field; that is fine because the type definition specifies that it is open (which is also true by default, if open is not specified). To more tightly control object content, specifying closed instead of open in the type definition for SoldierType would have made the third example instance an invalid instance of the type.</p></div>
744<div class="section">
745<h3><a name="Array"></a><a name="DerivedTypesArray" id="DerivedTypesArray">Array</a></h3>
746<p>An <tt>array</tt> is a container that holds a fixed number of values. Array constructors are denoted by brackets: &#x201c;[&#x2026;]&#x201d;.</p>
747<p>An example would be</p>
748
749<div>
750<div>
751<pre class="source"> [&quot;alice&quot;, 123, &quot;bob&quot;, null]
752</pre></div></div>
753</div>
754<div class="section">
755<h3><a name="Multiset"></a><a name="DerivedTypesMultiset" id="DerivedTypesMultiset">Multiset</a></h3>
756<p>A <tt>multiset</tt> is a generalization of the concept of a set that, unlike a set, allows multiple instances of the multiset&#x2019;s elements. Multiset constructors are denoted by two opening curly braces followed by data and two closing curly braces, like &#x201c;{{&#x2026;}}&#x201d;.</p>
757<p>An example would be</p>
758
759<div>
760<div>
761<pre class="source"> {{&quot;hello&quot;, 9328, &quot;world&quot;, [1, 2, null]}}
762</pre></div></div></div></div>
763 </div>
764 </div>
765 </div>
766 <hr/>
767 <footer>
768 <div class="container-fluid">
769 <div class="row-fluid">
770<div class="row-fluid">Apache AsterixDB, AsterixDB, Apache, the Apache
771 feather logo, and the Apache AsterixDB project logo are either
772 registered trademarks or trademarks of The Apache Software
773 Foundation in the United States and other countries.
774 All other marks mentioned may be trademarks or registered
775 trademarks of their respective owners.
776 </div>
777 </div>
778 </div>
779 </footer>
780 </body>
781</html>