Skip to content

Commit

Permalink
Remove Column<Bool>::create().
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Nov 6, 2014
1 parent ad4ea4f commit b4664a2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/grnxx/impl/column/scalar/bool.hpp
Expand Up @@ -24,16 +24,6 @@ class Column<Bool> : public ColumnBase {

// -- Internal API (grnxx/impl/column/base.hpp) --

// Create a new column.
//
// On success, returns the column.
// On failure, throws an exception.
static std::unique_ptr<ColumnBase> create(
Table *table,
const String &name,
DataType data_type,
const ColumnOptions &options);

// Unset the value.
void unset(Int row_id);

Expand Down

0 comments on commit b4664a2

Please sign in to comment.