MCPcopy Create free account
hub / github.com/apache/paimon-rust / ctx

Method ctx

crates/integrations/datafusion/src/sql_context.rs:185–187  ·  view source on GitHub ↗

Returns a reference to the inner [`SessionContext`].

(&self)

Source from the content-addressed store, hash-verified

183
184 /// Returns a reference to the inner [`SessionContext`].
185 pub fn ctx(&self) -> &SessionContext {
186 &self.ctx
187 }
188
189 /// Registers a temporary in-memory table or view.
190 ///

Callers 11

execute_update_onceFunction · 0.80
execute_cow_update_onceFunction · 0.80
execute_cow_merge_onceFunction · 0.80
execute_cow_merge_innerFunction · 0.80
execute_merge_into_onceFunction · 0.80
execute_cow_delete_onceFunction · 0.80
create_fulltext_contextFunction · 0.80

Calls

no outgoing calls

Tested by 2

create_fulltext_contextFunction · 0.64