メインコンテンツへスキップ
uniqTheta 関数は、2 つの uniqThetaSketch オブジェクトに対して、∪ / ∩ / × (union/intersect/not) などの集合演算を行い、その結果を含む新しい uniqThetaSketch オブジェクトを返します。 uniqThetaSketch オブジェクトは、集約関数 uniqTheta に -State を付けて作成します。 UniqThetaSketch は、近似値の集合を格納するデータ構造です。 詳細は、Theta Sketch Framework を参照してください。

uniqThetaUnion

2 つの uniqThetaSketch オブジェクトの和集合 (集合演算 ∪) を計算し、その結果として新しい uniqThetaSketch を返します。
引数
  • uniqThetaSketch – uniqThetaSketchオブジェクト。

uniqThetaIntersect

2 つの uniqThetaSketch オブジェクトに対して積集合の計算 (集合演算 ∩) を行い、その結果として新しい uniqThetaSketch を返します。
引数
  • uniqThetaSketch – uniqThetaSketch オブジェクト。

uniqThetaNot

2 つの uniqThetaSketch オブジェクトに対して a_not_b 計算 (集合演算 ×) を実行し、その結果として新しい uniqThetaSketch を返します。
引数
  • uniqThetaSketch – uniqThetaSketch オブジェクト。
関連項目
最終更新日 2026年7月1日