-
Notifications
You must be signed in to change notification settings - Fork 25
/
exported-symbols.map
42 lines (40 loc) · 1.04 KB
/
exported-symbols.map
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
/* Copyright (c) 2021 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License.
*/
{
global:
extern "C++" {
nebula::Connection::*;
nebula::ConnectionPool::*;
"nebula::init(int*, char***)";
nebula::Session::*;
nebula::SessionPool::*;
nebula::Value::*;
nebula::DataSet::*;
nebula::Date::*;
nebula::DateTime::*;
nebula::Time::*;
nebula::Edge::*;
nebula::Vertex::*;
nebula::HostAddr::*;
nebula::KeyValue::*;
nebula::List::*;
nebula::Map::*;
nebula::Path::*;
nebula::Set::*;
nebula::AuthResponse::*;
nebula::ProfilingStats::*;
nebula::PlanNodeBranchInfo::*;
nebula::Pair::*;
nebula::PlanNodeDescription::*;
nebula::PlanDescription::*;
nebula::ExecutionResponse::*;
nebula::StorageClient::*;
nebula::ScanEdgeIter::*;
nebula::ScanVertexIter::*;
*::_S_empty_rep_storage;
};
local:
*;
};