starjava-tjoin 1.0.+2023.11.29-1 source package in Ubuntu

Changelog

starjava-tjoin (1.0.+2023.11.29-1) unstable; urgency=medium

  * New upstream version 1.0.+2023.11.29

 -- Ole Streicher <email address hidden>  Mon, 11 Dec 2023 09:05:13 +0100

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
starjava-tjoin_1.0.+2023.11.29-1.dsc 2.3 KiB fad95782d1fbb0a32838f85965282fba1acd158f86be14c6a84274f68c442fa4
starjava-tjoin_1.0.+2023.11.29.orig.tar.xz 91.6 KiB b64970332caf974318e3d456b68061d06ef3d108c5299bfc49758cdbafcb8615
starjava-tjoin_1.0.+2023.11.29-1.debian.tar.xz 5.7 KiB 6f60061c69d4b02e68ba77ae1d24fcd35d149eced02e8172c936565132e4a895

No changes file available.

Binary packages built by this source

starlink-tjoin-java: Join subclasses for Starjava table class

 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.

starlink-tjoin-java-doc: 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.