aboutsummaryrefslogtreecommitdiffstats
path: root/document/abi-spec.json
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-11-11 17:06:23 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-11-17 12:57:49 +0000
commit4cd2c6a1d4d2ab7337678931271a815b535ce518 (patch)
treeede014280efb581bc841c7ab7702c0a7b9e028a6 /document/abi-spec.json
parente4c14623ad4ecbe6337a49d2176621c528bf7c22 (diff)
Extend tensor remove update to support not fully specified addresses and update JSON parser.
Previously, all the sparse dimensions of the sparse or mixed tensor type (to remove from) had to be specified in the addresses to remove.
Diffstat (limited to 'document/abi-spec.json')
-rw-r--r--document/abi-spec.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index c9191aa2fdb..b119f9991b3 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -3150,9 +3150,11 @@
"public"
],
"methods": [
+ "public void <init>()",
"public void <init>(com.yahoo.tensor.TensorType)",
"public void <init>(com.yahoo.tensor.Tensor)",
"public java.util.Optional getTensor()",
+ "public java.util.Optional getTensorType()",
"public com.yahoo.document.TensorDataType getDataType()",
"public java.lang.String toString()",
"public void printXml(com.yahoo.document.serialization.XmlStream)",
@@ -4379,6 +4381,7 @@
],
"methods": [
"public void <init>(com.yahoo.document.datatypes.TensorFieldValue)",
+ "public void verifyCompatibleType(com.yahoo.tensor.TensorType)",
"protected void checkCompatibility(com.yahoo.document.DataType)",
"public void serialize(com.yahoo.document.serialization.DocumentUpdateWriter, com.yahoo.document.DataType)",
"public com.yahoo.document.datatypes.FieldValue applyTo(com.yahoo.document.datatypes.FieldValue)",