Skip to content

Commit

Permalink
move some docs to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Blizzara committed Jun 12, 2024
1 parent b6789f3 commit b2ba49f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ message RelCommon {
}
}

// Optional metadata that the producer may attach to the relation.
// Consumer should hold no expectations about the existance metadata.
message Metadata {
// Optional name (alias) for this relation.
// Name (alias) for this relation.
// If provided, must be unique across the relations in the plan/root.
// Safe to ignore, or can be used for e.g. qualifying the relation
// (see e.g. Spark's SubqueryAlias), or debugging.
// Safe to ignore, or can be used for e.g. qualifying the relation (see e.g.
// Spark's SubqueryAlias), or debugging.
// Repeated to allow for multiple levels of naming, e.g. catalog/schema/table.
repeated string alias = 1;

Expand Down

0 comments on commit b2ba49f

Please sign in to comment.