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

binary

boolean

byte

char

double

float

int

long

short

string

text

timestamp

unicode

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'