float¶ felis.db.sqltypes.float(**kwargs)¶ Get the SQL type for Felis Float with variants. Parameters: **kwargs (Any) – Additional keyword arguments to pass to the type object. Returns: The SQL type for a Felis float. Return type: TypeEngine