MCPcopy 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_datumFunction · 0.45
paimon_type_to_arrowFunction · 0.45
arrow_fields_to_paimonFunction · 0.45
read_batch_streamMethod · 0.45
read_batch_streamMethod · 0.45
leaf_to_vortex_exprFunction · 0.45
records_to_batchFunction · 0.45
build_row_columnFunction · 0.45
read_batch_streamMethod · 0.45
parquet_root_indexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected