DataType¶
- class felis.datamodel.DataType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
StrEnum
Enum
representing the data types supported by Felis.Attributes Summary
Attributes Documentation
- binary = 'binary'¶
- boolean = 'boolean'¶
- byte = 'byte'¶
- char = 'char'¶
- double = 'double'¶
- float = 'float'¶
- int = 'int'¶
- long = 'long'¶
- short = 'short'¶
- string = 'string'¶
- text = 'text'¶
- timestamp = 'timestamp'¶
- unicode = 'unicode'¶