Skip to content

Commit

Permalink
[Substrait] Fix assembly format of field_reference in doc. (NFC) (#859)
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Müller <[email protected]>
  • Loading branch information
ingomueller-net authored Sep 12, 2024
1 parent 6b45433 commit ab1276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/structured/Dialect/Substrait/IR/SubstraitOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def Substrait_FieldReferenceOp : Substrait_ExpressionOp<"field_reference", [

```mlir
%0 = ...
%1 = field_reference %0[[0]] : tuple<si32>
%1 = field_reference %0[0] : tuple<si32>
// %1 is of type `si32`
```
}];
Expand Down

0 comments on commit ab1276c

Please sign in to comment.