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

Changelog

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

  * New upstream version 1.0.+2023.04.05
  * Push Standards-Version to 4.6.2. No changes needed.

 -- Ole Streicher <email address hidden>  Mon, 26 Jun 2023 09:09:08 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
starjava-tjoin_1.0.+2023.04.05-1.dsc 2.3 KiB e48f032dec1d9a37dfeea24d5d7bd7848817c1c064113cc39157a26c23d60cbc
starjava-tjoin_1.0.+2023.04.05.orig.tar.xz 91.4 KiB 8e0601f1dd58ab4b5cc18c0f106a49469f131cf27702ffe3933f334d9277fed9
starjava-tjoin_1.0.+2023.04.05-1.debian.tar.xz 5.7 KiB b24fe5eaeb7da70708c9f46183f6d110b3536ad438cadc477310f14c04243f80

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.