The Open API specification for Synapse is now available for download!

Download Open API Spec

ColumnMultiValueFunctionQueryFilter

org.sagebionetworks.repo.model.table.ColumnMultiValueFunctionQueryFilter

A filter that applies multi-value columns functions.

Field Type Description
concreteType STRING
isDefiningCondition BOOLEAN When null (default) or false, this condition will be applied to WHERE clause of table/view query. When set to true, for a query against a VirtualTable, this condition will be applied to the WHERE clause of the VirtualTable's definingSQL.
values ARRAY<STRING> Values to be used with the filter.
columnName STRING name of the column to filter
function ColumnMultiValueFunction Determines the filter operation to perform