Skip to content

Commit

Permalink
feat: add hint containing field names to RelCommon
Browse files Browse the repository at this point in the history
Allows the output field names of any relation to be set or reset

Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
  • Loading branch information
andrew-coleman committed Aug 30, 2024
1 parent aab0153 commit 298fcf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ message RelCommon {
// Name (alias) for this relation. Can be used for e.g. qualifying the relation (see e.g.
// Spark's SubqueryAlias), or debugging.
string alias = 3;
// Sets (or resets) the output field names for any relation.
repeated string output_names = 4;

substrait.extensions.AdvancedExtension advanced_extension = 10;

Expand Down

0 comments on commit 298fcf1

Please sign in to comment.