Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ schema
Method
schema
crates/paimon/src/table/mod.rs:132–134 ·
view source on GitHub ↗
Get the table's schema.
(&self)
Source
from the content-addressed store, hash-verified
130
131
/// Get the table's schema.
132
pub fn schema(&self) -> &TableSchema {
133
&self.schema
134
}
135
136
/// Get the FileIO instance for this table.
137
pub fn file_io(&self) -> &FileIO {
Callers
15
register_batch
Method · 0.45
paimon_record_batch_reader_next
Function · 0.45
build_leaf_predicate_datum
Function · 0.45
build_leaf_predicate
Function · 0.45
build_leaf_predicate_datums
Function · 0.45
new
Method · 0.45
prepare_commit
Method · 0.45
apply_operations
Function · 0.45
read_kv
Method · 0.45
read_with_evolution
Method · 0.45
new_data_file_reader
Method · 0.45
new
Method · 0.45
Calls
no outgoing calls
Tested by
12
test_null_vs_nonnull_bucket_key_differ
Function · 0.36
test_non_compact_null_bucket_key
Function · 0.36
test_postpone_write_file_naming_and_kv_format
Function · 0.36
test_exact_filter_pushdown_is_true_for_partition_only_filter
Function · 0.36
test_exact_filter_pushdown_is_false_for_data_filter
Function · 0.36
test_new_read_pushes_filter_to_reader_when_filter_column_not_projected
Function · 0.36
test_direct_table_read_with_filter_pushes_filter_to_reader
Function · 0.36
test_new_read_row_filter_filters_rows_within_matching_row_group
Function · 0.36
test_direct_table_read_rejects_partial_update_with_deletion_vectors
Function · 0.36
test_table_read_merges_parquet_and_java_rolling_blob_files
Function · 0.36
test_table_read_merges_multiple_blob_columns_with_row_ranges
Function · 0.36
test_table_operations
Function · 0.36