๐Deprecated since 53.1.0:
use datafusion_proto::protobuf (or datafusion_proto_models::protobuf) instead
Expand description
Backwards-compatible re-export of the moved generated types.
The prost-generated structs now live in datafusion-proto-models;
this module preserves the legacy datafusion_proto::generated::* paths
for downstream callers. Prefer the protobuf module (or
datafusion_proto_models directly) in new code.
Modulesยง
- datafusion
- Re-export of the prost-generated types defined in
datafusion.proto. - datafusion_
common - Re-export of the prost-generated common types defined in
datafusion_common.proto.