aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2020-01-07 07:14:25 +0100
committerGitHub <noreply@github.com>2020-01-07 07:14:25 +0100
commit58ee6c6e9c9a07a3d18742da766740dc1f5d9a32 (patch)
tree7f648aa11be60f2862d2e700a009c07c40ee42ee /vespajlib/abi-spec.json
parent271799b1457b1413076a05c60518b56184162f7f (diff)
parente36af0b3a78fb8fc76c50eeb8392ef09e7c46ebb (diff)
Merge pull request #11641 from vespa-engine/bratseth/require-equal-sizes-in-join
Require equal sizes in join
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index f631b3e1c58..d0c1abe061a 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1278,6 +1278,7 @@
"public void <init>()",
"public void <init>(com.yahoo.tensor.TensorType$Value)",
"public varargs void <init>(com.yahoo.tensor.TensorType[])",
+ "public varargs void <init>(boolean, com.yahoo.tensor.TensorType[])",
"public void <init>(java.lang.Iterable)",
"public void <init>(com.yahoo.tensor.TensorType$Value, java.lang.Iterable)",
"public int rank()",