updated comments
This commit is contained in:
parent
f983757018
commit
6d9a7b661c
|
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue