Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
Practical-Cryptdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhaozhen
Practical-Cryptdb
Commits
bf39d9fc
Commit
bf39d9fc
authored
Jan 12, 2018
by
yiwenshao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minimum include for debug/load_and_store.cc
parent
5cff3fed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
16 deletions
+2
-16
load_and_store.cc
debug/load_and_store.cc
+2
-16
No files found.
debug/load_and_store.cc
View file @
bf39d9fc
...
...
@@ -2,28 +2,16 @@
* 2. plaintext insert query should be able to recover directly
* 3. should be able to used exsisting data to reduce the computation overhead(to be implemented)
*/
#include <
cstdlib
>
#include <
cstdio
>
#include <
stdlib.h
>
#include <
stdio.h
>
#include <string>
#include <map>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <main/Connect.hh>
#include <main/rewrite_main.hh>
#include <main/rewrite_util.hh>
//#include <main/sql_handler.hh>
//#include <main/dml_handler.hh>
//#include <main/ddl_handler.hh>
#include <main/metadata_tables.hh>
//#include <main/macro_util.hh>
#include <main/CryptoHandlers.hh>
//#include <util/errstream.hh>
//#include <util/cryptdb_log.hh>
//#include <util/enum_text.hh>
//#include <util/yield.hpp>
using
std
::
cout
;
using
std
::
cin
;
using
std
::
endl
;
...
...
@@ -31,8 +19,6 @@ using std::vector;
using
std
::
string
;
using
std
::
to_string
;
class
WrapperState
{
WrapperState
(
const
WrapperState
&
other
);
WrapperState
&
operator
=
(
const
WrapperState
&
rhs
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment