roadmap: streamlet, IEEE 754 v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 11 Jan 2020 20:30:54 +0100
branchv_0
changeset 291 2fab532bda09
parent 290 e73765513aec
child 292 c4b4864225de
roadmap: streamlet, IEEE 754
relpipe-data/roadmap.xml
--- a/relpipe-data/roadmap.xml	Sat Jan 11 20:24:43 2020 +0100
+++ b/relpipe-data/roadmap.xml	Sat Jan 11 20:30:54 2020 +0100
@@ -24,7 +24,6 @@
 		
 		<h3>Data types</h3>
 		<ul>
-			<li>variable integer (probably LEB128 or similar)</li>
 			<li>fractions</li>
 			
 			<li>arrays/streams of bytes (octets)</li>
@@ -32,7 +31,7 @@
 			<li>arrays of other types with support for NULL values</li>
 			<li>nested relations</li>
 			<li>date and time</li>
-			<li>decimal numbers</li>
+			<li>floating-point numbers (IEEE 754)</li>
 			<li>support NULL values (introduce bitmaps)</li>
 			<li>support long strings (chunked, similar to octet streams)</li>
 			
@@ -48,10 +47,9 @@
 		<p>Probably no new ones before v1.0.0.</p>
 		
 		<h3>Transformations</h3>
-		<p>Probably no new ones before v1.0.0.</p>
 		<ul>
 			<li>SQL: use ODBC interface instead of API of a particular DBMS</li>
-			<li>relpipe-tr-exec: based on the same interface as used by --exec in relpipe-in-filesystem</li>
+			<li>relpipe-tr-streamlet: based on the same interface as used by --streamlet in relpipe-in-filesystem</li>
 		</ul>
 		
 		<h3>Outputs</h3>