Kashirin Alex

Results 6 issues of Kashirin Alex

**_Generated was:_** ```CPP class FU_LB : public virtual ::apache::thrift::TBase { public: FU_LB(const FU_LB&); FU_LB(FU_LB&&) noexcept; FU_LB& operator=(const FU_LB&); FU_LB& operator=(FU_LB&&) noexcept; FU_LB() noexcept : ctrl(0), op((FU_LIST_OP::type)0), pos(0) { op =...

#408, fix for MemLeak on event exceptions … (good with PyPy, while issues with Python 2/3) changes event.py: - self._result and self._exc should not be class's static attributes (the Values...

important
bug

**Queries of Machine Learning procedure:** * a SWC::client::Query::ML::Train * a SWC::client::Query::ML::Predict _**to Support TensorFlow:**_ - A Serialized TensorFlow-Context(OpKernelContext) in a class based on `DB::Specs::Procedure` with instance storage in class [DB::Specs::Interval](https://github.com/kashirin-alex/swc-db/blob/2d3a3e136dc7d96262c72f984fb5e50fb3afcebb/src/cc/include/swcdb/db/Cells/SpecsInterval.h#L24)...

enhancement
Experimental

A fully-functioning JDBC within the possibly applicable-features. https://github.com/kashirin-alex/swc-db/blob/2d3a3e136dc7d96262c72f984fb5e50fb3afcebb/src/java/mvn/swcdb/jdbc/thrift/src/main/java/org/swcdb/jdbc/thrift/Connection.java#L18 Let the development of [DBeaver SWC-DB plugin](https://github.com/dbeaver/dbeaver/issues/9034) and adding administration support with a GUI feature.

enhancement

An Additional Column-Key-Sequence `MIXED` Each fraction in a Cell-Key to have in the Fraction-Data serialization it's own [Key Sequence](https://github.com/kashirin-alex/swc-db/blob/2d3a3e136dc7d96262c72f984fb5e50fb3afcebb/src/cc/include/swcdb/db/Types/KeySeq.h#L14). The overseen use limitations and requirements are the fractions of the...

enhancement

Persistent Storage Encryption of Fragments, CellStores files. In consideration it is to have the data-block encrypted with AES in data-chunks, whereas the corresponding tags & tokens of AES encryption to...

enhancement