Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ schema
Method
schema
crates/integrations/datafusion/src/table/mod.rs:152–154 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
150
}
151
152
fn schema(&self) -> ArrowSchemaRef {
153
self.schema.clone()
154
}
155
156
fn table_type(&self) -> TableType {
157
TableType::Base
Callers
4
try_new
Method · 0.45
scan
Method · 0.45
supports_filters_pushdown
Method · 0.45
test_scan_keeps_pushed_predicate_for_execute
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_scan_keeps_pushed_predicate_for_execute
Function · 0.36