Skip to content

Commit

Permalink
Use v2 to denote new Interactive version (instead of v2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Sep 20, 2023
1 parent 6726ee3 commit c7bb823
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion query-specifications/interactive-complex-read-03.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
- name: countryXName
type: String
description: |
In SNB Interactive v2.0, this query has two variants:
In SNB Interactive v2, this query has two variants:
`(a)` Correlated *Countries*
Expand Down
2 changes: 1 addition & 1 deletion query-specifications/interactive-complex-read-13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:
- name: person1Id
type: ID
description: |
In SNB Interactive v2.0, this query has two variants:
In SNB Interactive v2, this query has two variants:
`(b)` Guaranteed that there is no path between the two *Persons*
Expand Down
3 changes: 2 additions & 1 deletion tables/table-csv-serializers.tex
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
\begin{table}
\setlength{\tabcolsep}{.3em}
\footnotesize
\centering
\begin{tabular}{|l|l|c|C{1.2cm}C{1.2cm}|C{1.2cm}C{1.2cm}|}
\hline
\multicolumn{1}{|c|}{\multirow{2}{*}{\bf Serializer name (v0.4+)}} & \multicolumn{1}{c|}{\multirow{2}{*}{\bf Legacy serializer name (v0.3)}} & \multirow{2}{*}{\bf Nodes} & \multicolumn{2}{c|}{\bf Attributes} & \multicolumn{2}{c|}{\bf Edges} \\
\multicolumn{1}{|c|}{\multirow{2}{*}{\bf Serializer name (v2.x)}} & \multicolumn{1}{c|}{\multirow{2}{*}{\bf Legacy serializer name (v0.x and v1.x)}} & \multirow{2}{*}{\bf Nodes} & \multicolumn{2}{c|}{\bf Attributes} & \multicolumn{2}{c|}{\bf Edges} \\
& & & \bf single-valued & \bf multi-valued & \bf one- to-many & \bf many- to-many \\ \hline
\textsf{csv-singular-projected-fk} & CsvBasic & \yes & \no & \yes & \yes & \yes \\
\textsf{csv-composite-projected-fk} & CsvComposite & \yes & \no & \no & \yes & \yes \\
Expand Down
2 changes: 1 addition & 1 deletion tables/table-number-of-entities-bi-raw.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
dynamic/Post\_hasTag\_Tag & \numprint{778511} & \numprint{2384596} & \numprint{8112750} & \numprint{24116550} & \numprint{80572324} & \numprint{237819624} & \numprint{789063560} & \numprint{2330311354} & \numprint{7634983368} & \numprint{23442869026} \\\hline
\end{tabular}
\centering
\caption{Properties of data sets for each scale factor for the \emph{raw data sets} produced the Spark-based generator, used as a basis of the data sets of SNB Interactive v2.0 and SNB BI.}
\caption{Properties of data sets for each scale factor for the \emph{raw data sets} produced the Spark-based generator, used as a basis of the data sets of SNB Interactive v2 and SNB BI.}
\label{tab:number-of-entities-bi-raw}
\end{table}

0 comments on commit c7bb823

Please sign in to comment.