struct FieldBinding {
arrow_index: usize,
nullability: Option<Nullability>,
plan: FieldPlan,
}字段§
§arrow_index: usize与此 Avro 字段站点关联的 Arrow 字段/列的索引
nullability: Option<Nullability>此站点的可空性/顺序(必需字段为 None)
plan: FieldPlan此站点的嵌套计划
Trait 实现§
源§impl Clone for FieldBinding
impl Clone for FieldBinding
源§fn clone(&self) -> FieldBinding
fn clone(&self) -> FieldBinding
返回值的副本。 阅读更多
1.0.0 · 源§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
执行从
source 的复制赋值。 阅读更多