MCPcopy Create free account

hub / github.com/datafusion-contrib/datafusion-wasm-bindings / functions

Functions37 in github.com/datafusion-contrib/datafusion-wasm-bindings

↓ 14 callersFunctionformat_object_store_error
(err: opendal::Error, path: &str)
src/unsafe_opendal_store.rs:364
↓ 5 callersMethodinto
(self)
src/error.rs:40
↓ 3 callersFunctionformat_object_meta
(path: &str, meta: &Metadata)
src/unsafe_opendal_store.rs:385
↓ 2 callersMethodbuild_from_url
(&self, url: &Url)
src/object_store.rs:43
↓ 2 callersFunctioncreate_test_record_batch
()
src/result_format.rs:59
↓ 2 callersMethodformat_record_batch
(&self, record_batches: &[RecordBatch])
src/result_format.rs:31
↓ 1 callersMethodexecute_inner
(&self, sql: String)
src/core.rs:102
↓ 1 callersFunctionset_panic_hook
()
src/lib.rs:27
Methodcopy
(&self, _from: &Path, _to: &Path)
src/unsafe_opendal_store.rs:336
Methodcopy_if_not_exists
(&self, _from: &Path, _to: &Path)
src/unsafe_opendal_store.rs:354
Methoddelete
(&self, location: &Path)
src/unsafe_opendal_store.rs:227
Methodexecute_sql
(&self, sql: String)
src/core.rs:74
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/unsafe_opendal_store.rs:49
Methodget
(&self, location: &Path)
src/unsafe_opendal_store.rs:185
Methodget_opts
(&self, location: &Path, options: GetOptions)
src/unsafe_opendal_store.rs:100
Methodget_store
(&self, url: &Url)
src/object_store.rs:87
Methodgreet
()
src/core.rs:43
Methodhead
(&self, location: &Path)
src/unsafe_opendal_store.rs:213
Methodlist
(&self, prefix: Option<&Path>)
src/unsafe_opendal_store.rs:235
Methodlist_with_delimiter
(&self, prefix: Option<&Path>)
src/unsafe_opendal_store.rs:304
Methodlist_with_offset
( &self, prefix: Option<&Path>, offset: &Path, )
src/unsafe_opendal_store.rs:261
Methodnew
()
src/object_store.rs:34
Methodnew
Create OpendalStore by given Operator.
src/unsafe_opendal_store.rs:43
Methodnew
()
src/core.rs:47
Methodpoll
(self: Pin<&mut Self>, cx: &mut Context<'_>)
src/unsafe_opendal_store.rs:435
Methodpoll_next
(self: Pin<&mut Self>, cx: &mut Context<'_>)
src/unsafe_opendal_store.rs:409
Methodput
(&self, location: &Path, payload: PutPayload)
src/unsafe_opendal_store.rs:56
Methodput_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
Methodput_opts
( &self, _location: &Path, _bytes: PutPayload, _opts: PutOptions, )
src/unsafe_opendal_store.rs:69
Methodregister_store
( &self, url: &Url, _store: Arc<dyn ObjectStore>, )
src/object_store.rs:78
Methodrename
(&self, _from: &Path, _to: &Path)
src/unsafe_opendal_store.rs:345
Methodset_result_format
(&mut self, result_format: ResultFormat)
src/core.rs:96
Methodset_s3_config
(&self, s3_config: S3Config)
src/object_store.rs:38
Methodset_s3_config
( &mut self, root: String, bucket: String, region: String, access_key_
src/core.rs:78
Functiontest_format_record_batch_json
()
src/result_format.rs:88
Functiontest_format_record_batch_table
()
src/result_format.rs:76
Functiontry_format_object_meta
(res: Result<Entry, opendal::Error>)
src/unsafe_opendal_store.rs:395