Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ name
Method
name
crates/paimon/src/spec/schema.rs:224–226 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
222
}
223
224
pub fn name(&self) -> &str {
225
&self.name
226
}
227
228
pub fn data_type(&self) -> &DataType {
229
&self.typ
Callers
15
coerce_integer_datum
Function · 0.45
paimon_type_to_arrow
Function · 0.45
arrow_fields_to_paimon
Function · 0.45
build_target_arrow_schema
Function · 0.45
read_batch_stream
Method · 0.45
read_batch_stream
Method · 0.45
leaf_to_vortex_expr
Function · 0.45
records_to_batch
Function · 0.45
build_row_column
Function · 0.45
read_batch_stream
Method · 0.45
build_parquet_arrow_predicate
Function · 0.45
parquet_root_index
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected