Skip to content

Commit

Permalink
Updated based on review.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Feb 8, 2024
1 parent 320053c commit 125a8cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions export/planloader/planloader.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
extern "C" {

using SerializedPlan = struct {
// If set, contains a serialized ::substrait::proto::Plan object.
char *buffer;
// If buffer is set, this is the size of the buffer.
uint32_t size;
// If null the buffer is valid, otherwise this points to an error message.
char *errorMessage;
};

Expand Down

0 comments on commit 125a8cb

Please sign in to comment.