[ 源代码: starjava-tjoin ]
软件包:starlink-tjoin-java-doc(1.0.+2024.08.01-2)
starlink-tjoin-java-doc 的相关链接
Debian 的资源:
下载源码包 starjava-tjoin:
- [starjava-tjoin_1.0.+2024.08.01-2.dsc]
- [starjava-tjoin_1.0.+2024.08.01.orig.tar.xz]
- [starjava-tjoin_1.0.+2024.08.01-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Join subclasses for Starjava table class (Javadoc)
Classes for performing table joins by matching rows to each other. The matching is done in an entirely configurable and pluggable way by defining a MatchEngine which defines what counts as a match between two tuples (rows) and can be used to work out what counts as a near miss too. Matching is (except in pathological cases) an O(N ln N) process, where N is the total number of rows in all the tables participating in a match.
This package contains the JavaDoc documentation of the package.