Skip to content

Commit

Permalink
add first sig (rest will be in #12138)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Jan 24, 2025
1 parent 1700cd0 commit d98b042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/lib/Standard/Table/0.0.0-dev/src/Column.enso
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type Column
example_from_vector =
Column.from_vector "My Column" [1, 2, 3, 4, 5]
from_vector : Text -> Vector -> Auto | Value_Type -> Column ! Invalid_Value_Type
from_vector (name : Text) (items : Vector) (value_type : Auto | Value_Type = Auto) =
from_vector (name : Text) (items : Vector) (value_type : Auto | Value_Type = Auto) -> Column =
## If the type does not accept date-time-like values, we can skip the
additional logic for polyglot conversions that would normally be used,
which is quite costly - so if we can guarantee it is unnecessary,
Expand Down

0 comments on commit d98b042

Please sign in to comment.