-
Notifications
You must be signed in to change notification settings - Fork 108
/
duckdb.yaml
57 lines (57 loc) · 1.57 KB
/
duckdb.yaml
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
"functions":
- "name": "_ZN6duckdb13TableRelation6DeleteERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "void"
"signature": "void duckdb::TableRelation::Delete(const string &)"
- "name": "duckdb_arrow_array_scan"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "duckdb_state duckdb_arrow_array_scan(duckdb_connection, const char *, duckdb_arrow_schema, duckdb_arrow_array, duckdb_arrow_stream *)"
- "name": "duckdb_open_ext"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "duckdb_state duckdb_open_ext(const char *, duckdb_database *, duckdb_config, char **)"
- "name": "duckdb_open"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "duckdb_state duckdb_open(const char *, duckdb_database *)"
- "name": "duckdb_arrow_scan"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "duckdb_state duckdb_arrow_scan(duckdb_connection, const char *, duckdb_arrow_stream)"
"language": "c++"
"project": "duckdb"
"target_name": "parse_fuzz_test"
"target_path": "/src/duckdb/test/ossfuzz/parse_fuzz_test.cpp"