harry-core/src/harry/ddl/SchemaGenerators.java [52:58]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                       ColumnSpec.int16Type,
                                                                       ColumnSpec.int32Type,
                                                                       ColumnSpec.int64Type,
                                                                       ColumnSpec.floatType,
                                                                       ColumnSpec.doubleType,
                                                                       ColumnSpec.asciiType,
                                                                       ColumnSpec.textType));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



harry-core/src/harry/ddl/SchemaGenerators.java [61:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                 ColumnSpec.int16Type,
                                                                 ColumnSpec.int32Type,
                                                                 ColumnSpec.int64Type,
                                                                 // TODO: ByteBufferUtil#objectToBytes doesn't understand booleans
                                                                 //ColumnSpec.booleanType,
                                                                 ColumnSpec.floatType,
                                                                 ColumnSpec.doubleType,
                                                                 ColumnSpec.asciiType,
                                                                 ColumnSpec.textType));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



