Skip to content

Commit

Permalink
Expand explanations of stream types
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Apr 25, 2024
1 parent cc6edc1 commit 5158c75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rdf.proto
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ message RdfStreamOptions {
// Maximum size of the datatype lookup table
uint32 max_datatype_table_size = 11;
// Logical (RDF-STaX-based) stream type
// In contrast to the physical type, this field is entirely optional.
LogicalStreamType logical_type = 14;
// Protocol version (required)
// For Jelly 1.0.x value must be 1.
Expand All @@ -161,6 +162,8 @@ message RdfStreamOptions {
}

// Physical stream type
// This determines how the data is encoded in the stream, not the logical
// structure of the data. See LogicalStreamType for the latter.
enum PhysicalStreamType {
// Unspecified stream type – invalid
PHYSICAL_STREAM_TYPE_UNSPECIFIED = 0;
Expand Down

0 comments on commit 5158c75

Please sign in to comment.