From 0fd3b1b29c40c43108178c11f9eafb47fadeceab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Wa=C5=9Bko?= Date: Wed, 5 Apr 2023 14:55:04 +0200 Subject: [PATCH] Update old comment --- .../lib/Standard/Database/0.0.0-dev/src/Data/Column.enso | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/distribution/lib/Standard/Database/0.0.0-dev/src/Data/Column.enso b/distribution/lib/Standard/Database/0.0.0-dev/src/Data/Column.enso index f64840edf226c..f989737e26f02 100644 --- a/distribution/lib/Standard/Database/0.0.0-dev/src/Data/Column.enso +++ b/distribution/lib/Standard/Database/0.0.0-dev/src/Data/Column.enso @@ -107,11 +107,10 @@ type Column to_vector self = self.to_table.read . at self.name . to_vector - ## UNSTABLE TODO this is a very early prototype that will be revisited later - This implementation is really just so that we can use the types in - `filter`, it does not provide even a decent approximation of the true - type in many cases. It will be improved when the types work is - implemented. + ## Returns the `Value_Type` associated with that column. + + The value type determines what type of values the column is storing and + what operations are permitted. value_type : Value_Type value_type self = mapping = self.connection.dialect.get_type_mapping