mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 03:32:23 +03:00
wip
This commit is contained in:
parent
bfe9bae256
commit
f5e5de2f16
@ -6,6 +6,7 @@ import java.time.LocalDate;
|
||||
import java.time.LocalDateTime;
|
||||
import java.time.LocalTime;
|
||||
import java.time.ZonedDateTime;
|
||||
|
||||
import org.enso.base.polyglot.NumericConverter;
|
||||
|
||||
/**
|
||||
@ -21,6 +22,7 @@ public sealed interface StorageType
|
||||
DateType,
|
||||
FloatType,
|
||||
IntegerType,
|
||||
NullType,
|
||||
TextType,
|
||||
TimeOfDayType {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user