ArgumentsCommand.h
branchv_0
changeset 23 9c38f6458115
parent 20 a18b6964d300
child 24 c31fdd965028
--- a/ArgumentsCommand.h	Sat Sep 08 23:57:15 2018 +0200
+++ b/ArgumentsCommand.h	Sun Sep 09 23:20:59 2018 +0200
@@ -7,6 +7,7 @@
 #include <algorithm>
 
 #include <relpipe/writer/typedefs.h>
+#include <relpipe/writer/AttributeMetadata.h>
 
 #include "Command.h"
 
@@ -29,7 +30,7 @@
 
 		std::shared_ptr<RelationalWriter> writer(Factory::create(output));
 
-		std::vector<std::pair<string_t, TypeId >> attributes(attributeCount);
+		std::vector<AttributeMetadata> attributes(attributeCount);
 
 		for (size_t j = 0; j < attributeCount; j++) {
 			string_t attributeName = arguments[i++];