Uses of Class
com.lancedb.lance.namespace.model.MergeInsertIntoTableResponse
Packages that use MergeInsertIntoTableResponse
-
Uses of MergeInsertIntoTableResponse in com.lancedb.lance.namespace.client.apache.api
Methods in com.lancedb.lance.namespace.client.apache.api that return MergeInsertIntoTableResponseModifier and TypeMethodDescriptionDataApi.mergeInsertIntoTable(String id, String on, byte[] body, String delimiter, Boolean whenMatchedUpdateAll, String whenMatchedUpdateAllFilt, Boolean whenNotMatchedInsertAll, Boolean whenNotMatchedBySourceDelete, String whenNotMatchedBySourceDeleteFilt) DataApi.mergeInsertIntoTable(String id, String on, byte[] body, String delimiter, Boolean whenMatchedUpdateAll, String whenMatchedUpdateAllFilt, Boolean whenNotMatchedInsertAll, Boolean whenNotMatchedBySourceDelete, String whenNotMatchedBySourceDeleteFilt, Map<String, String> additionalHeaders) -
Uses of MergeInsertIntoTableResponse in com.lancedb.lance.namespace.model
Methods in com.lancedb.lance.namespace.model that return MergeInsertIntoTableResponseModifier and TypeMethodDescriptionMergeInsertIntoTableResponse.numDeletedRows(Long numDeletedRows) MergeInsertIntoTableResponse.numInsertedRows(Long numInsertedRows) MergeInsertIntoTableResponse.numUpdatedRows(Long numUpdatedRows)