Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datafusion-contrib/datafusion-wasm-bindings
/ functions
Functions
37 in github.com/datafusion-contrib/datafusion-wasm-bindings
⨍
Functions
37
◇
Types & classes
9
↓ 14 callers
Function
format_object_store_error
(err: opendal::Error, path: &str)
src/unsafe_opendal_store.rs:364
↓ 5 callers
Method
into
(self)
src/error.rs:40
↓ 3 callers
Function
format_object_meta
(path: &str, meta: &Metadata)
src/unsafe_opendal_store.rs:385
↓ 2 callers
Method
build_from_url
(&self, url: &Url)
src/object_store.rs:43
↓ 2 callers
Function
create_test_record_batch
()
src/result_format.rs:59
↓ 2 callers
Method
format_record_batch
(&self, record_batches: &[RecordBatch])
src/result_format.rs:31
↓ 1 callers
Method
execute_inner
(&self, sql: String)
src/core.rs:102
↓ 1 callers
Function
set_panic_hook
()
src/lib.rs:27
Method
copy
(&self, _from: &Path, _to: &Path)
src/unsafe_opendal_store.rs:336
Method
copy_if_not_exists
(&self, _from: &Path, _to: &Path)
src/unsafe_opendal_store.rs:354
Method
delete
(&self, location: &Path)
src/unsafe_opendal_store.rs:227
Method
execute_sql
(&self, sql: String)
src/core.rs:74
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/unsafe_opendal_store.rs:49
Method
get
(&self, location: &Path)
src/unsafe_opendal_store.rs:185
Method
get_opts
(&self, location: &Path, options: GetOptions)
src/unsafe_opendal_store.rs:100
Method
get_store
(&self, url: &Url)
src/object_store.rs:87
Method
greet
()
src/core.rs:43
Method
head
(&self, location: &Path)
src/unsafe_opendal_store.rs:213
Method
list
(&self, prefix: Option<&Path>)
src/unsafe_opendal_store.rs:235
Method
list_with_delimiter
(&self, prefix: Option<&Path>)
src/unsafe_opendal_store.rs:304
Method
list_with_offset
( &self, prefix: Option<&Path>, offset: &Path, )
src/unsafe_opendal_store.rs:261
Method
new
()
src/object_store.rs:34
Method
new
Create OpendalStore by given Operator.
src/unsafe_opendal_store.rs:43
Method
new
()
src/core.rs:47
Method
poll
(self: Pin<&mut Self>, cx: &mut Context<'_>)
src/unsafe_opendal_store.rs:435
Method
poll_next
(self: Pin<&mut Self>, cx: &mut Context<'_>)
src/unsafe_opendal_store.rs:409
Method
put
(&self, location: &Path, payload: PutPayload)
src/unsafe_opendal_store.rs:56
Method
put_multipart_opts
Perform a multipart upload with options Client should prefer [`ObjectStore::put`] for small payloads, as streaming uploads typically require multiple
src/unsafe_opendal_store.rs:87
Method
put_opts
( &self, _location: &Path, _bytes: PutPayload, _opts: PutOptions, )
src/unsafe_opendal_store.rs:69
Method
register_store
( &self, url: &Url, _store: Arc<dyn ObjectStore>, )
src/object_store.rs:78
Method
rename
(&self, _from: &Path, _to: &Path)
src/unsafe_opendal_store.rs:345
Method
set_result_format
(&mut self, result_format: ResultFormat)
src/core.rs:96
Method
set_s3_config
(&self, s3_config: S3Config)
src/object_store.rs:38
Method
set_s3_config
( &mut self, root: String, bucket: String, region: String, access_key_
src/core.rs:78
Function
test_format_record_batch_json
()
src/result_format.rs:88
Function
test_format_record_batch_table
()
src/result_format.rs:76
Function
try_format_object_meta
(res: Result<Entry, opendal::Error>)
src/unsafe_opendal_store.rs:395