Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ as_any
Method
as_any
crates/integrations/datafusion/src/table/mod.rs:148–150 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
146
#[async_trait]
147
impl TableProvider for PaimonTableProvider {
148
fn as_any(&self) -> &dyn Any {
149
self
150
}
151
152
fn schema(&self) -> ArrowSchemaRef {
153
self.schema.clone()
Callers
8
plan_partitions
Function · 0.45
test_scan_partially_translated_filter_keeps_partition_pruning_but_skips_limit_hint
Function · 0.45
test_scan_keeps_pushed_predicate_for_execute
Function · 0.45
test_scan_applies_limit_hint_only_when_safe
Function · 0.45
test_scan_keeps_limit_but_skips_limit_pruning_for_data_filters
Function · 0.45
test_insert_into_and_read_back
Function · 0.45
test_insert_overwrite
Function · 0.45
test_insert_overwrite_unpartitioned
Function · 0.45
Calls
no outgoing calls
Tested by
7
test_scan_partially_translated_filter_keeps_partition_pruning_but_skips_limit_hint
Function · 0.36
test_scan_keeps_pushed_predicate_for_execute
Function · 0.36
test_scan_applies_limit_hint_only_when_safe
Function · 0.36
test_scan_keeps_limit_but_skips_limit_pruning_for_data_filters
Function · 0.36
test_insert_into_and_read_back
Function · 0.36
test_insert_overwrite
Function · 0.36
test_insert_overwrite_unpartitioned
Function · 0.36