mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +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.LocalDateTime;
|
||||||
import java.time.LocalTime;
|
import java.time.LocalTime;
|
||||||
import java.time.ZonedDateTime;
|
import java.time.ZonedDateTime;
|
||||||
|
|
||||||
import org.enso.base.polyglot.NumericConverter;
|
import org.enso.base.polyglot.NumericConverter;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -21,6 +22,7 @@ public sealed interface StorageType
|
|||||||
DateType,
|
DateType,
|
||||||
FloatType,
|
FloatType,
|
||||||
IntegerType,
|
IntegerType,
|
||||||
|
NullType,
|
||||||
TextType,
|
TextType,
|
||||||
TimeOfDayType {
|
TimeOfDayType {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user