forked from dbtoaster/dbtoaster.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs_cpp.html
558 lines (476 loc) · 21.5 KB
/
docs_cpp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
<html><head>
<title>DBToaster - C++ Code Generation</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://fortawesome.github.io/Font-Awesome/assets/font-awesome/css/font-awesome.css">
</head> <body>
<a name="pagetop"></a>
<div class="overallpage">
<div class="pagebody">
<div class="logobox">
<a href="index.html" ><img src="dbtoaster-logo.gif" width="214"
height="100" alt="DBToaster"/></a> </div>
<div class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="index.html" >Welcome to dbtoaster.org</a></li>
<li><a href="home_about.html" >Is DBToaster right for you?</a></li>
<li><a href="home_performance.html" >Performance</a></li>
<li><a href="home_features.html" >Features</a></li>
<li><a href="home_features.html#roadmap" ><small><i class="fa fa-caret-square-o-right"></i> Roadmap</small></a></li>
<li><a href="home_people.html" >The Team</a></li>
<li><a href="home_research.html" >For Researchers</a></li>
</ul>
</li>
<li class="dropdown">
<!--?php if(!isset($now_building_distro)) { ?-->
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Downloads <b class="caret"></b></a>
<!--?php } else { ?-->
<!--a href="#" class="dropdown-toggle" data-toggle="dropdown">License <b class="caret"></b></a-->
<!--?php } ?-->
<ul class="dropdown-menu">
<!--?php if(!isset($now_building_distro)) { ?-->
<li><a href="download.html" >Downloads</a></li>
<!--?php } ?-->
<li><a href="download.html#license" >License</a></li>
<li><a href="download.html#changelog" >Changelog</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="docs.html" >Installation</a></li>
<li><a href="docs_start.html" >Getting Started</a></li>
<li><a href="docs_architecture.html" >Architecture</a></li>
<li><a href="docs_compiler.html" >Command-Line Reference</a></li>
<li><a href="docs_compiler.html#options" ><small><i class="fa fa-caret-square-o-right"></i> Command-Line Options</small></a></li>
<li><a href="docs_compiler.html#languages" ><small><i class="fa fa-caret-square-o-right"></i> Supported Languages</small></a></li>
<li><a href="docs_compiler.html#opt_flags" ><small><i class="fa fa-caret-square-o-right"></i> Optimization Flags</small></a></li>
<li><a href="docs_sql.html" >DBToaster SQL Reference</a></li>
<li><a href="docs_stdlib.html" >DBToaster StdLib Reference</a></li>
<li><a href="docs_adaptors.html" >DBToaster Adaptors Reference</a></li>
<li><a href="docs_cpp.html" >C++ Code Generation</a></li>
<li><a href="docs_scala.html" >Scala Code Generation</a></li>
<li><a href="docs_java.html" >DBToaster in Java Programs</a></li>
<li><a href="docs_customadaptors.html" >Custom Adaptors</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contact <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="home_contact.html#inquiries" >Inquiries</a></li>
<li><a href="home_contact.html#mailing" >Mailing List</a></li>
<li><a href="bugs.html" >Bug Reports</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="contentwrapper">
<div class="content">
<div class="doc_chain_link"> < <span class="doc_chain_link_prev"><a href="docs_adaptors.html" >DBToaster Adaptors Reference</a></span> | <span class="doc_chain_link_next"><a href="docs_scala.html" >Scala Code Generation</a></span> > </div> <div class="titlebox">C++ Code Generation</div><div class="warning">Warning: This API is subject to changes in future releases.</div>
<p>
<i>Note:</i> To compile and run queries using the C++ backend requires g++ 4.8 or above. Please refer to <a href="docs.html" >Installation</a> for more details.
</p>
<a name="quickstart"></a>
<h3>1. Quickstart Guide</h3>
<p>
DBToaster generates C++ code for incrementally maintaining the results of a given set of queries
when <tt>cpp</tt> is set as the output language (using the <tt>-l</tt> flag). In this case the compiler
produces a C++ header file that contains a set of datastructures (<tt>tlq_t</tt>, <tt>data_t</tt> and
<tt>Program</tt>) required for linking with the driver program.
</p>
<p>
Let's consider the following SQL query:
<div class="codeblock">$> cat examples/queries/simple/rs_example1.sql
CREATE TABLE R(A int, B int)
FROM FILE 'examples/data/tiny/r.dat' LINE DELIMITED
CSV (fields := ',');
CREATE STREAM S(B int, C int)
FROM FILE 'examples/data/tiny/s.dat' LINE DELIMITED
CSV (fields := ',');
SELECT SUM(r.A*s.C) as RESULT FROM R r, S s WHERE r.B = s.B;
</div>
The corresponding C++ header file can be obtained by running:
<div class="codeblock">$> bin/dbtoaster examples/queries/simple/rs_example1.sql -l cpp -o rs_example1.hpp</div>
</p>
<p>
Alternatively, DBToaster can build a standalone binary (if the <tt>-c [binary name]</tt> flag is present) by compiling
the generated header file against the driver program <tt>lib/dbt_c++/main.cpp</tt>, which executes the
generated code and prints the results.
</p>
<p>
Running the compiled binary will result in the following output:
<div class="codeblock">$> ./rs_example1
<snap>
<RESULT>156</RESULT>
</snap>
</div>
If the generated binary is run with the <tt>--async</tt> flag, it will also print intermediary results as frequently
as possible while the generated program is running in a separate thread.
<div class="codeblock">$> ./rs_example1 --async
Initializing program:
Running program:
<snap>
<RESULT>0</RESULT>
</snap>
<snap>
<RESULT>0</RESULT>
</snap>
<snap>
<RESULT>0</RESULT>
</snap>
<snap>
<RESULT>0</RESULT>
</snap>
<snap>
<RESULT>9</RESULT>
</snap>
<snap>
<RESULT>74</RESULT>
</snap>
<snap>
<RESULT>141</RESULT>
</snap>
Printing final result:
<snap>
<RESULT>156</RESULT>
</snap>
</div>
</p>
<a name="apiguide"></a>
<h3>2. C++ API Guide</h3>
<p>
The DBToaster C++ codegenerator produces a header file containing three main type definitions in the <tt>dbtoaster</tt> namespace:
<tt>tlq_t</tt>, <tt>data_t</tt> and <tt>Program</tt>. Additionally <tt>snapshot_t</tt> is pre-defined as a garbage collected
pointer to <tt>tlq_t</tt>. What follows is a brief description of these types, while a more detailed presentation can be found
in the <a href="#codereference">Reference</a> section.
</p>
<ul>
<li>
<b><tt>tlq_t</tt></b> encapsulates the materialized views directly needed for computing the results and offers functions for retrieving
them.
</li>
<li>
<b><tt>data_t</tt></b> extends <tt>tlq_t</tt> with auxiliary materialized views needed for maintaining the results and offers trigger
functions for incrementally updating them.
</li>
<li>
<b><tt>Program</tt></b> represents the execution engine of the generated program. It encapsulates a <tt>data_t</tt> object and provides
implementations to a set of abstract functions of the <tt>IProgram</tt> class used for running the program.
Default implementations for some of these functions are inherited from the <tt>ProgramBase</tt> class while others
are generated depending on the previously defined <tt>tlq_t</tt> and <tt>data_t</tt> types.
</li>
</ul>
<a name="execprogram"></a>
<h4>2.1. Executing the Program</h4>
<p>
The execution of a program can be controlled through the functions: <tt>IProgram::init()</tt>,
<tt>IProgram::run()</tt>, <tt>IProgram::is_finished()</tt>, <tt>IProgram::process_streams()</tt>
and <tt>IProgram::process_stream_event()</tt>.
</p>
<p>
<dl>
<dt class="api">virtual void IProgram::init() </dt><dd> Loads the tuples of static tables and performs initialization
of materialized views based on that data. The definition of this functions is generated as part of the
<tt>Program</tt> class.
</dd>
<dt class="api">void IProgram::run( bool async = false ) </dt><dd> Executes the program by invoking the
<tt>Program::process_streams()</tt> function. If parameter <tt>async</tt> is set to <tt>true</tt>
the execution takes place in a separate thread. This is a standard function defined by the <tt>IProgram</tt>
class.
</dd>
<dt class="api">bool IProgram::is_finished() </dt><dd> Tests whether the program has finished or not. Especially
relevant when the program is run in asynchronous mode. This is a standard function defined by the <tt>IProgram</tt>
class.
</dd>
<dt class="api">virtual void IProgram::process_streams() </dt><dd> Reads stream events from various sources and invokes
the <tt>IProgram::process_stream_event()</tt> on each event. Default implementation of this function
(<tt>ProgramBase::process_streams()</tt>) reads events from the sources specified in the SQL program.
</dd>
<dt class="api">virtual void IProgram::process_stream_event(event_t& ev) </dt><dd> Processes each stream event passing
through the system. Default implementation of this function (<tt>ProgramBase::process_stream_event()</tt>) does
incremental maintenance work by invoking the trigger function corresponding to the event type <tt>ev.type</tt>
for stream <tt>ev.id</tt> with the arguments contained in <tt>ev.data</tt>.
</dd>
</dl>
</p>
<a name="retrieveresults"></a>
<h4>2.2. Retrieving the Results</h4>
<p>
The <b><tt>snapshot_t IProgram::get_snapshot()</tt></b> function returns a snapshot of the results of the program.
The query results can then be obtained by calling the appropriate <tt>get_<i>TLQ_NAME</i>()</tt> function on the
snapshot object as described in the reference of <a href="#tlq_t"><tt>tlq_t</tt></a>. If the program is
running in asynchronous mode it is guaranteed that the taken snapshot is consistent.
</p>
<p>
Currently, the mechanism for taking snapshots is trivial, in that a snapshot consists of a full copy of the
<tt>tlq_t</tt> object associated with the program. Consequently, the time required to obtain such a snapshot
is linear in the size of the results set.
</p>
<a name="basicexample"></a>
<h4>2.3. Basic Example</h4>
<p>
We will use as an example the C++ code generated for the <tt>rs_example1.sql</tt> SQL program introduced above. In the interest
of clarity some implementation details are omitted.
<div class="codeblock">$> bin/dbtoaster examples/queries/simple/rs_example1.sql -l cpp -o rs_example1.hpp
#include <lib/dbt_c++/program_base.hpp>
namespace dbtoaster {
/* Definitions of auxiliary maps for storing materialized views. */
...
...
...
/* Type definition providing a way to access the results of the SQL */
/* program */
struct tlq_t{
tlq_t()
{}
...
/* Functions returning / computing the results of top level */
/* queries */
long get_RESULT(){
...
}
protected:
/* Data structures used for storing/computing top level queries */
...
};
/* Type definition providing a way to incrementally maintain the */
/* results of the SQL program */
struct data_t : tlq_t{
data_t()
{}
/* Registering relations and trigger functions */
void register_data(ProgramBase<tlq_t>& pb) {
...
}
/* Trigger functions for table relations */
void on_insert_R(long R_A, long R_B) {
...
}
/* Trigger functions for stream relations */
void on_insert_S(long S_B, long S_C) {
...
}
void on_delete_S(long S_B, long S_C) {
...
}
void on_system_ready_event() {
...
}
private:
/* Data structures used for storing materialized views */
...
};
/* Type definition providing a way to execute the SQL program */
class Program : public ProgramBase<tlq_t>
{
public:
Program(int argc = 0, char* argv[] = 0) :
ProgramBase<tlq_t>(argc,argv)
{
data.register_data(*this);
/* Specifying data sources */
...
}
/* Imports data for static tables and performs view */
/* initialization based on it. */
void init() {
process_tables();
data.on_system_ready_event();
}
/* Saves a snapshot of the data required to obtain the results */
/* of top level queries. */
snapshot_t take_snapshot(){
return snapshot_t( new tlq_t((tlq_t&)data) );
}
private:
data_t data;
};
}
}</div>
</p>
<p>
Below is an example of how the API can be used to execute the generated program and
print its results:
<div class="codeblock">#include "rs_example1.hpp"
int main(int argc, char* argv[]) {
bool async = argc > 1 && !strcmp(argv[1],"--async");
dbtoaster::Program p;
dbtoaster::Program::snapshot_t snap;
cout << "Initializing program:" << endl;
p.init();
cout << "Running program:" << endl;
p.run( async );
while( !p.is_finished() )
{
snap = p.get_snapshot();
cout << "RESULT: " << snap->get_RESULT() << endl;
}
cout << "Printing final result:" << endl;
snap = p.get_snapshot();
cout << "RESULT: " << snap->get_RESULT() << endl;
return 0;
}
</div>
</p>
<a name="customexecution"></a>
<h4>2.4. Custom Execution</h4>
<p>
<b>Custom event processing</b> can be performed on each stream event if the virtual function
<tt>void IProgram::process_stream_event(event_t& ev)</tt> is overriden while still delegating
the basic processing task of an event to <tt>Program::process_stream_event()</tt>.
</p>
<p>Example: Custom event processing.
<div class="codeblock">namespace dbtoaster{
class CustomProgram_1 : public Program
{
public:
void process_stream_event(event_t& ev) {
cout << "on_" << event_name[ev.type] << "_";
cout << get_relation_name(ev.id) << "(" << ev.data << ")" << endl;
Program::process_stream_event(ev);
}
};
}
</div>
</p>
<p>
Stream events can be manually read from <b>custom sources</b> and fed into the system by overriding the virtual function
<tt>void IProgram::process_streams()</tt> and calling <tt>process_stream_event()</tt> for each event read.
</p>
<p>Example: Custom event sourcing.
<div class="codeblock">namespace dbtoaster{
class CustomProgram_2 : public Program
{
public:
void process_streams() {
for( long i = 1; i <= 10; i++ ) {
event_args_t ev_args;
ev_args.push_back(i);
ev_args.push_back(i+10);
event_t ev( insert_tuple, get_relation_id("S"), ev_args);
process_stream_event(ev);
}
}
};
}
</div>
</p>
<a name="codereference"></a>
<h3>3. C++ Generated Code Reference</h3>
<a name="tlq_t"></a>
<h4>3.1. <tt>struct tlq_t</tt></h4>
<p>
The <tt>tlq_t</tt> contains all the relevant datastructures for computing the results of the SQL program, also called
the top level queries. It provides a set of functions named <tt>get_<i>TLQ_NAME</i></tt> that return the top level query
result labeled <tt><i>TLQ_NAME</i></tt>. For our example the <tt>tlq_t</tt> produced has a function named <tt>get_RESULT</tt>
that returns the query result corresponding to <tt>SELECT SUM(r.A*s.C) as RESULT ...</tt> in <tt>rs_example1.sql</tt>.
</p>
<h5>3.1.1. Queries computing collections</h5><p>
In the example above the result consisted of a single value.
If however our query has a <tt>GROUP BY</tt> clause its result is a collection and
the corresponding <tt>get_RESULT</tt> function will return either a <tt>MultiHashMap</tt>.
</p>
<p>
Let's consider the following example:
<div class="codeblock">$> cat examples/queries/simple/rs_example2.sql
CREATE STREAM R(A int, B int)
FROM FILE 'examples/data/tiny/r.dat' LINE DELIMITED
CSV (fields := ',');
CREATE STREAM S(B int, C int)
FROM FILE 'examples/data/tiny/s.dat' LINE DELIMITED
CSV (fields := ',');
SELECT r.B, SUM(r.A*s.C) as RESULT_1, SUM(r.A+s.C) as RESULT_2 FROM R r, S s WHERE r.B = s.B GROUP BY r.B;
</div>
The generated code defines two collection types <tt>RESULT_1_map</tt> and <tt>RESULT_2_map</tt> and two corresponding
entry types: <tt>RESULT_1_entry</tt> and <tt>RESULT_2_entry</tt>. These entry structures have a set of key fields
corresponding to the <tt>GROUP BY</tt> clause, in our case <tt>R_B</tt>, and an additional value field, <tt>__av</tt>,
storing the aggregated value of the top level query for each key in the collection. Finally, <tt>tlq_t</tt> contains
two functions <tt>get_RESULT_1</tt> and <tt>get_RESULT_2</tt> returning the top level query results as <tt>RESULT_1_map</tt>
and <tt>RESULT_2_map</tt> objects.
<div class="codeblock"> /* Definitions of auxiliary maps for storing materialized views. */
struct RESULT_1_entry {
long R_B; long __av;
...
};
typedef multi_index_container<RESULT_1_entry, ... > RESULT_1_map;
...
struct RESULT_2_entry {
long R_B; long __av;
...
};
typedef multi_index_container<RESULT_2_entry, ... > RESULT_2_map;
...
/* Type definition providing a way to access the results of the SQL program */
struct tlq_t{
tlq_t()
{}
/* Serialization Code */
...
/* Functions returning / computing the results of top level queries */
RESULT_1_map& get_RESULT_1(){
...
}
RESULT_2_map& get_RESULT_2(){
...
}
protected:
/* Data structures used for storing / computing top level queries */
RESULT_1_map RESULT_1;
RESULT_2_map RESULT_2;
};
</div>
If the given query has no aggregates the <tt>COUNT(*)</tt> aggregate will be computed by default and
consequently the resulting collections will be guaranteed not to have any duplicate keys.
</p>
<a name="data_t"></a>
<h4>3.2. <tt>struct data_t</tt></h4>
<p>
The <tt>data_t</tt> contains all the relevant datastructures and trigger functions for incrementally maintaining the results
of the SQL program.
</p>
<p>
For each stream based relation <tt><i>STREAM_X</i></tt>, present in the SQL program, it provides a pair of trigger functions named
<tt>on_insert_<i>STREAM_X</i>()</tt> and <tt>on_delete_<i>STREAM_X</i>()</tt> that incrementally maintain the query results in the event of
an insertion/deletion of a tuple in <tt><i>STREAM_X</i></tt>. If generating code for the query presented above (<tt>rs_example1.sql</tt>)
the <tt>data_t</tt> produced has the trigger functions <tt>void on_insert_S(long S_B, long S_C) / void on_delete_S(long S_B, long S_C)</tt>.
</p>
<p>
For static table based relations only the insertion trigger is required and will get called when processing the static tables
in the initialization phase of the program.
</p>
<a name="program"></a>
<h4>3.3. <tt>class Program</tt></h4>
<p>
Finally, <tt>Program</tt> is a class that implements the <tt>IProgram</tt> interface and provides the basic functionalities
for reading static table tuples and stream events from their sources, initializing the relevant datastructures, running the SQL
program and retrieving its results.
</p>
<div class="doc_chain_link"> < <span class="doc_chain_link_prev"><a href="docs_adaptors.html" >DBToaster Adaptors Reference</a></span> | <span class="doc_chain_link_next"><a href="docs_scala.html" >Scala Code Generation</a></span> > </div> </div><!-- /content -->
</div><!-- /contentwrapper -->
</div><!-- /pagebody -->
<div class="footer">
<hr/>
<p>Copyright (c) 2009-2014, The DBToaster Consortium. All rights reserved.</p>
</div>
</div><!-- /overallpage -->
<div id="pageEndElem" style="padding: 0 20px;"></div>
<script type="text/javascript" src="js/jquery-2.0.3.min.js"> </script>
<script type="text/javascript" src="js/bootstrap.min.js"> </script>
</body>
</html>