File tree Expand file tree Collapse file tree
datafusion/physical-plan/src/joins/hash_join Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,8 +242,6 @@ impl HashTableLookupExpr {
242242 }
243243}
244244
245-
246-
247245impl std:: fmt:: Debug for HashTableLookupExpr {
248246 fn fmt ( & self , f : & mut std:: fmt:: Formatter < ' _ > ) -> std:: fmt:: Result {
249247 let cols = self
@@ -306,10 +304,11 @@ impl HashTableLookupExpr {
306304 pub fn try_to_proto (
307305 & self ,
308306 _ctx : & datafusion_physical_expr_common:: physical_expr:: proto_encode:: PhysicalExprEncodeCtx < ' _ > ,
309- ) -> datafusion_common:: Result < Option < datafusion_proto_models :: protobuf :: PhysicalExprNode > >
310- {
311- use datafusion_proto_common :: scalar_value :: Value ;
307+ ) -> datafusion_common:: Result <
308+ Option < datafusion_proto_models :: protobuf :: PhysicalExprNode > ,
309+ > {
312310 use datafusion_proto_common:: ScalarValue ;
311+ use datafusion_proto_common:: scalar_value:: Value ;
313312 use datafusion_proto_models:: protobuf;
314313 use datafusion_proto_models:: protobuf:: physical_expr_node:: ExprType ;
315314
You can’t perform that action at this time.
0 commit comments