Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ fields
Method
fields
crates/paimon/src/spec/types.rs:1482–1484 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1480
}
1481
1482
pub fn fields(&self) -> &[DataField] {
1483
&self.fields
1484
}
1485
}
1486
1487
mod serde_utils {
Callers
15
build_leaf_predicate_datum
Function · 0.45
build_leaf_predicate
Function · 0.45
build_leaf_predicate_datums
Function · 0.45
test_fixed_bucket_scan_filters_by_bucket
Function · 0.45
test_partitioned_scan_partition_filter
Function · 0.45
test_read_with_column_projection
Function · 0.45
test_read_partitioned_table_with_filter
Function · 0.45
test_read_multi_partitioned_table_with_filter
Function · 0.45
test_read_partitioned_table_data_only_filter_prunes_all_files
Function · 0.45
test_read_partitioned_table_mixed_and_filter
Function · 0.45
test_read_partitioned_table_data_only_filter_keeps_matching_partition
Function · 0.45
test_read_multi_partitioned_table_or_of_mixed_ands_prunes_partitions
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected