Skip to content

Commit

Permalink
[CALCITE-4804] Support Snapshot operator serialization and deserizali…
Browse files Browse the repository at this point in the history
…zation

This closes apache#2955
  • Loading branch information
JiajunBernoulli authored and tanclary committed Nov 17, 2022
1 parent cfcd27e commit 67fe07e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
public class LogicalSnapshot extends Snapshot {

//~ Constructors -----------------------------------------------------------

/**
* Creates a LogicalSnapshot by parsing serialized output.
*/
public LogicalSnapshot(RelInput input) {
super(input);
}

/**
* Creates a LogicalSnapshot.
*
Expand Down

0 comments on commit 67fe07e

Please sign in to comment.