Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Sep 25, 2024
1 parent 4bfe1af commit 0ad927e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ message RelCommon {
message SavedComputation {
// The value corresponds to a plan unique number for that datastructure. Any particular
// computation may be saved only once but it may be loaded multiple times.
int32 anchor = 1;
int32 computation_id = 1;
// The type of this computation. While a plan may use COMPUTATION_TYPE_UNKNOWN for all
// of its types it is recommended to use a more specific type so that the optimization
// is more portable. The consumer should be able to decide if an unknown type here
Expand All @@ -94,7 +94,7 @@ message RelCommon {
message LoadedComputation {
// The value corresponds to a plan unique number for that datastructure. Any particular
// computation may be saved only once but it may be loaded multiple times.
int32 anchor_reference = 1;
int32 computation_id_reference = 1;
// The type of this computation. While a plan may use COMPUTATION_TYPE_UNKNOWN for all
// of its types it is recommended to use a more specific type so that the optimization
// is more portable. The consumer should be able to decide if an unknown type here
Expand Down

0 comments on commit 0ad927e

Please sign in to comment.