updated comments
This commit is contained in:
parent
f983757018
commit
6d9a7b661c
|
@ -9,9 +9,6 @@ namespace hsql {
|
|||
typedef enum {
|
||||
kTable,
|
||||
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;
|
||||
|
||||
|
||||
|
|
|
@ -9,9 +9,6 @@ namespace hsql {
|
|||
typedef enum {
|
||||
kImportCSV,
|
||||
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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue