Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 642a340

Browse files
committed
Initial commit
1 parent bfc2733 commit 642a340

File tree

1,393 files changed

+248812
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,393 files changed

+248812
-0
lines changed

c/annotated.html

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5+
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6+
<meta name="generator" content="Doxygen 1.12.0"/>
7+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8+
<title>Kùzu C API: Data Structures</title>
9+
<link href="tabs.css" rel="stylesheet" type="text/css"/>
10+
<script type="text/javascript" src="jquery.js"></script>
11+
<script type="text/javascript" src="dynsections.js"></script>
12+
<script type="text/javascript" src="clipboard.js"></script>
13+
<link href="navtree.css" rel="stylesheet" type="text/css"/>
14+
<script type="text/javascript" src="resize.js"></script>
15+
<script type="text/javascript" src="cookie.js"></script>
16+
<link href="search/search.css" rel="stylesheet" type="text/css"/>
17+
<script type="text/javascript" src="search/searchdata.js"></script>
18+
<script type="text/javascript" src="search/search.js"></script>
19+
<link href="doxygen.css" rel="stylesheet" type="text/css" />
20+
</head>
21+
<body>
22+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
23+
<div id="titlearea">
24+
<table cellspacing="0" cellpadding="0">
25+
<tbody>
26+
<tr id="projectrow">
27+
<td id="projectalign">
28+
<div id="projectname">Kùzu C API
29+
</div>
30+
</td>
31+
</tr>
32+
</tbody>
33+
</table>
34+
</div>
35+
<!-- end header part -->
36+
<!-- Generated by Doxygen 1.12.0 -->
37+
<script type="text/javascript">
38+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
39+
var searchBox = new SearchBox("searchBox", "search/",'.html');
40+
/* @license-end */
41+
</script>
42+
<script type="text/javascript">
43+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
44+
$(function() { codefold.init(0); });
45+
/* @license-end */
46+
</script>
47+
<script type="text/javascript" src="menudata.js"></script>
48+
<script type="text/javascript" src="menu.js"></script>
49+
<script type="text/javascript">
50+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
51+
$(function() {
52+
initMenu('',true,false,'search.php','Search',false);
53+
$(function() { init_search(); });
54+
});
55+
/* @license-end */
56+
</script>
57+
<div id="main-nav"></div>
58+
</div><!-- top -->
59+
<div id="doc-content">
60+
<script type="text/javascript">
61+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
62+
$(function(){ initResizable(false); });
63+
/* @license-end */
64+
</script>
65+
<!-- window showing the filter options -->
66+
<div id="MSearchSelectWindow"
67+
onmouseover="return searchBox.OnSearchSelectShow()"
68+
onmouseout="return searchBox.OnSearchSelectHide()"
69+
onkeydown="return searchBox.OnSearchSelectKey(event)">
70+
</div>
71+
72+
<!-- iframe showing the search results (closed by default) -->
73+
<div id="MSearchResultsWindow">
74+
<div id="MSearchResults">
75+
<div class="SRPage">
76+
<div id="SRIndex">
77+
<div id="SRResults"></div>
78+
<div class="SRStatus" id="Loading">Loading...</div>
79+
<div class="SRStatus" id="Searching">Searching...</div>
80+
<div class="SRStatus" id="NoMatches">No Matches</div>
81+
</div>
82+
</div>
83+
</div>
84+
</div>
85+
86+
<div class="header">
87+
<div class="headertitle"><div class="title">Data Structures</div></div>
88+
</div><!--header-->
89+
<div class="contents">
90+
<div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
91+
<table class="directory">
92+
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_arrow_array.html" target="_self">ArrowArray</a></td><td class="desc"></td></tr>
93+
<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_arrow_schema.html" target="_self">ArrowSchema</a></td><td class="desc"></td></tr>
94+
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__connection.html" target="_self">kuzu_connection</a></td><td class="desc">Kuzu_connection is used to interact with a Database instance. Each connection is thread-safe. Multiple connections can connect to the same Database instance in a multi-threaded environment </td></tr>
95+
<tr id="row_3_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__database.html" target="_self">kuzu_database</a></td><td class="desc">Kuzu_database manages all database components </td></tr>
96+
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__date__t.html" target="_self">kuzu_date_t</a></td><td class="desc">Kuzu internal date type which stores the number of days since 1970-01-01 00:00:00 UTC </td></tr>
97+
<tr id="row_5_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__flat__tuple.html" target="_self">kuzu_flat_tuple</a></td><td class="desc">Kuzu_flat_tuple stores a vector of values </td></tr>
98+
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__int128__t.html" target="_self">kuzu_int128_t</a></td><td class="desc"></td></tr>
99+
<tr id="row_7_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__internal__id__t.html" target="_self">kuzu_internal_id_t</a></td><td class="desc">Kuzu internal internal_id type which stores the table_id and offset of a node/rel </td></tr>
100+
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__interval__t.html" target="_self">kuzu_interval_t</a></td><td class="desc">Kuzu internal interval type which stores the months, days and microseconds </td></tr>
101+
<tr id="row_9_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__logical__type.html" target="_self">kuzu_logical_type</a></td><td class="desc">Kuzu_logical_type is the kuzu internal representation of data types </td></tr>
102+
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__prepared__statement.html" target="_self">kuzu_prepared_statement</a></td><td class="desc">Kuzu_prepared_statement is a parameterized query which can avoid planning the same query for repeated execution </td></tr>
103+
<tr id="row_11_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__query__result.html" target="_self">kuzu_query_result</a></td><td class="desc">Kuzu_query_result stores the result of a query </td></tr>
104+
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__query__summary.html" target="_self">kuzu_query_summary</a></td><td class="desc">Kuzu_query_summary stores the execution time, plan, compiling time and query options of a query </td></tr>
105+
<tr id="row_13_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__system__config.html" target="_self">kuzu_system_config</a></td><td class="desc">Stores runtime configuration for creating or opening a Database </td></tr>
106+
<tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__timestamp__ms__t.html" target="_self">kuzu_timestamp_ms_t</a></td><td class="desc">Kuzu internal timestamp_ms type which stores the number of milliseconds since 1970-01-01 00:00:00 UTC </td></tr>
107+
<tr id="row_15_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__timestamp__ns__t.html" target="_self">kuzu_timestamp_ns_t</a></td><td class="desc">Kuzu internal timestamp_ns type which stores the number of nanoseconds since 1970-01-01 00:00:00 UTC </td></tr>
108+
<tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__timestamp__sec__t.html" target="_self">kuzu_timestamp_sec_t</a></td><td class="desc">Kuzu internal timestamp_sec_t type which stores the number of seconds since 1970-01-01 00:00:00 UTC </td></tr>
109+
<tr id="row_17_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__timestamp__t.html" target="_self">kuzu_timestamp_t</a></td><td class="desc">Kuzu internal timestamp type which stores the number of microseconds since 1970-01-01 00:00:00 UTC </td></tr>
110+
<tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__timestamp__tz__t.html" target="_self">kuzu_timestamp_tz_t</a></td><td class="desc">Kuzu internal timestamp_tz type which stores the number of microseconds since 1970-01-01 with timezone 00:00:00 UTC </td></tr>
111+
<tr id="row_19_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkuzu__value.html" target="_self">kuzu_value</a></td><td class="desc">Kuzu_value is used to represent a value with any kuzu internal dataType </td></tr>
112+
</table>
113+
</div><!-- directory -->
114+
</div><!-- contents -->
115+
<!-- start footer part -->
116+
<hr class="footer"/><address class="footer"><small>
117+
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0
118+
</small></address>
119+
</div><!-- doc-content -->
120+
</body>
121+
</html>

c/bc_s.png

676 Bytes
Loading

c/bc_sd.png

635 Bytes
Loading

c/classes.html

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5+
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6+
<meta name="generator" content="Doxygen 1.12.0"/>
7+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8+
<title>Kùzu C API: Data Structure Index</title>
9+
<link href="tabs.css" rel="stylesheet" type="text/css"/>
10+
<script type="text/javascript" src="jquery.js"></script>
11+
<script type="text/javascript" src="dynsections.js"></script>
12+
<script type="text/javascript" src="clipboard.js"></script>
13+
<link href="navtree.css" rel="stylesheet" type="text/css"/>
14+
<script type="text/javascript" src="resize.js"></script>
15+
<script type="text/javascript" src="cookie.js"></script>
16+
<link href="search/search.css" rel="stylesheet" type="text/css"/>
17+
<script type="text/javascript" src="search/searchdata.js"></script>
18+
<script type="text/javascript" src="search/search.js"></script>
19+
<link href="doxygen.css" rel="stylesheet" type="text/css" />
20+
</head>
21+
<body>
22+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
23+
<div id="titlearea">
24+
<table cellspacing="0" cellpadding="0">
25+
<tbody>
26+
<tr id="projectrow">
27+
<td id="projectalign">
28+
<div id="projectname">Kùzu C API
29+
</div>
30+
</td>
31+
</tr>
32+
</tbody>
33+
</table>
34+
</div>
35+
<!-- end header part -->
36+
<!-- Generated by Doxygen 1.12.0 -->
37+
<script type="text/javascript">
38+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
39+
var searchBox = new SearchBox("searchBox", "search/",'.html');
40+
/* @license-end */
41+
</script>
42+
<script type="text/javascript">
43+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
44+
$(function() { codefold.init(0); });
45+
/* @license-end */
46+
</script>
47+
<script type="text/javascript" src="menudata.js"></script>
48+
<script type="text/javascript" src="menu.js"></script>
49+
<script type="text/javascript">
50+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
51+
$(function() {
52+
initMenu('',true,false,'search.php','Search',false);
53+
$(function() { init_search(); });
54+
});
55+
/* @license-end */
56+
</script>
57+
<div id="main-nav"></div>
58+
</div><!-- top -->
59+
<div id="doc-content">
60+
<script type="text/javascript">
61+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
62+
$(function(){ initResizable(false); });
63+
/* @license-end */
64+
</script>
65+
<!-- window showing the filter options -->
66+
<div id="MSearchSelectWindow"
67+
onmouseover="return searchBox.OnSearchSelectShow()"
68+
onmouseout="return searchBox.OnSearchSelectHide()"
69+
onkeydown="return searchBox.OnSearchSelectKey(event)">
70+
</div>
71+
72+
<!-- iframe showing the search results (closed by default) -->
73+
<div id="MSearchResultsWindow">
74+
<div id="MSearchResults">
75+
<div class="SRPage">
76+
<div id="SRIndex">
77+
<div id="SRResults"></div>
78+
<div class="SRStatus" id="Loading">Loading...</div>
79+
<div class="SRStatus" id="Searching">Searching...</div>
80+
<div class="SRStatus" id="NoMatches">No Matches</div>
81+
</div>
82+
</div>
83+
</div>
84+
</div>
85+
86+
<div class="header">
87+
<div class="headertitle"><div class="title">Data Structure Index</div></div>
88+
</div><!--header-->
89+
<div class="contents">
90+
<div class="qindex"><a class="qindex" href="#letter_A">A</a>&#160;|&#160;<a class="qindex" href="#letter_K">K</a></div>
91+
<div class="classindex">
92+
<dl class="classindex even">
93+
<dt class="alphachar"><a id="letter_A" name="letter_A">A</a></dt>
94+
<dd><a class="el" href="struct_arrow_array.html">ArrowArray</a></dd><dd><a class="el" href="struct_arrow_schema.html">ArrowSchema</a></dd></dl>
95+
<dl class="classindex odd">
96+
<dt class="alphachar"><a id="letter_K" name="letter_K">K</a></dt>
97+
<dd><a class="el" href="structkuzu__connection.html">kuzu_connection</a></dd><dd><a class="el" href="structkuzu__database.html">kuzu_database</a></dd><dd><a class="el" href="structkuzu__date__t.html">kuzu_date_t</a></dd><dd><a class="el" href="structkuzu__flat__tuple.html">kuzu_flat_tuple</a></dd><dd><a class="el" href="structkuzu__int128__t.html">kuzu_int128_t</a></dd><dd><a class="el" href="structkuzu__internal__id__t.html">kuzu_internal_id_t</a></dd><dd><a class="el" href="structkuzu__interval__t.html">kuzu_interval_t</a></dd><dd><a class="el" href="structkuzu__logical__type.html">kuzu_logical_type</a></dd><dd><a class="el" href="structkuzu__prepared__statement.html">kuzu_prepared_statement</a></dd><dd><a class="el" href="structkuzu__query__result.html">kuzu_query_result</a></dd><dd><a class="el" href="structkuzu__query__summary.html">kuzu_query_summary</a></dd><dd><a class="el" href="structkuzu__system__config.html">kuzu_system_config</a></dd><dd><a class="el" href="structkuzu__timestamp__ms__t.html">kuzu_timestamp_ms_t</a></dd><dd><a class="el" href="structkuzu__timestamp__ns__t.html">kuzu_timestamp_ns_t</a></dd><dd><a class="el" href="structkuzu__timestamp__sec__t.html">kuzu_timestamp_sec_t</a></dd><dd><a class="el" href="structkuzu__timestamp__t.html">kuzu_timestamp_t</a></dd><dd><a class="el" href="structkuzu__timestamp__tz__t.html">kuzu_timestamp_tz_t</a></dd><dd><a class="el" href="structkuzu__value.html">kuzu_value</a></dd></dl>
98+
</div>
99+
</div><!-- contents -->
100+
<!-- start footer part -->
101+
<hr class="footer"/><address class="footer"><small>
102+
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0
103+
</small></address>
104+
</div><!-- doc-content -->
105+
</body>
106+
</html>

c/clipboard.js

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
/**
2+
3+
The code below is based on the Doxygen Awesome project, see
4+
https://github.com/jothepro/doxygen-awesome-css
5+
6+
MIT License
7+
8+
Copyright (c) 2021 - 2022 jothepro
9+
10+
Permission is hereby granted, free of charge, to any person obtaining a copy
11+
of this software and associated documentation files (the "Software"), to deal
12+
in the Software without restriction, including without limitation the rights
13+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14+
copies of the Software, and to permit persons to whom the Software is
15+
furnished to do so, subject to the following conditions:
16+
17+
The above copyright notice and this permission notice shall be included in all
18+
copies or substantial portions of the Software.
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26+
SOFTWARE.
27+
28+
*/
29+
30+
let clipboard_title = "Copy to clipboard"
31+
let clipboard_icon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg>`
32+
let clipboard_successIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>`
33+
let clipboard_successDuration = 1000
34+
35+
$(function() {
36+
if(navigator.clipboard) {
37+
const fragments = document.getElementsByClassName("fragment")
38+
for(const fragment of fragments) {
39+
const clipboard_div = document.createElement("div")
40+
clipboard_div.classList.add("clipboard")
41+
clipboard_div.innerHTML = clipboard_icon
42+
clipboard_div.title = clipboard_title
43+
$(clipboard_div).click(function() {
44+
const content = this.parentNode.cloneNode(true)
45+
// filter out line number and folded fragments from file listings
46+
content.querySelectorAll(".lineno, .ttc, .foldclosed").forEach((node) => { node.remove() })
47+
let text = content.textContent
48+
// remove trailing newlines and trailing spaces from empty lines
49+
text = text.replace(/^\s*\n/gm,'\n').replace(/\n*$/,'')
50+
navigator.clipboard.writeText(text);
51+
this.classList.add("success")
52+
this.innerHTML = clipboard_successIcon
53+
window.setTimeout(() => { // switch back to normal icon after timeout
54+
this.classList.remove("success")
55+
this.innerHTML = clipboard_icon
56+
}, clipboard_successDuration);
57+
})
58+
fragment.insertBefore(clipboard_div, fragment.firstChild)
59+
}
60+
}
61+
})

c/closed.png

132 Bytes
Loading

0 commit comments

Comments
 (0)