updated comments

This commit is contained in:
Pedro 2014-11-13 16:27:01 +01:00
parent f983757018
commit 6d9a7b661c
2 changed files with 0 additions and 6 deletions

View File

@ -9,9 +9,6 @@ namespace hsql {
typedef enum { typedef enum {
kTable, kTable,
kTableFromTbl, // Hyrise file format kTableFromTbl, // Hyrise file format
// HANA supports a second file type CONTROL FILE
// we don't need that so far, but we leave the option
// to expand it here
} CreateType; } CreateType;

View File

@ -9,9 +9,6 @@ namespace hsql {
typedef enum { typedef enum {
kImportCSV, kImportCSV,
kImportTbl, // Hyrise file format kImportTbl, // Hyrise file format
// HANA supports a second file type CONTROL FILE
// we don't need that so far, but we leave the option
// to expand it here
} ImportFileType; } ImportFileType;