Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ ok
Function
ok
nodedb-sql/src/ddl_ast/parse/copy_from.rs:304–306 ·
view source on GitHub ↗
(sql: &str)
Source
from the content-addressed store, hash-verified
302
use crate::ddl_ast::parse::dispatch::parse;
303
304
fn ok(sql: &str) -> NodedbStatement {
305
parse(sql).expect(
"expected Some"
).expect(
"expected Ok"
)
306
}
307
308
fn err(sql: &str) -> SqlError {
309
parse(sql)
Callers
6
basic_ndjson_by_extension
Function · 0.70
json_array_by_extension
Function · 0.70
csv_by_extension
Function · 0.70
explicit_format_overrides_extension
Function · 0.70
csv_with_delimiter
Function · 0.70
header_false
Function · 0.70
Calls
2
parse
Function · 0.70
expect
Method · 0.45
Tested by
6
basic_ndjson_by_extension
Function · 0.56
json_array_by_extension
Function · 0.56
csv_by_extension
Function · 0.56
explicit_format_overrides_extension
Function · 0.56
csv_with_delimiter
Function · 0.56
header_false
Function · 0.56