Implementation
@$core.Deprecated('Use expressionDescriptor instead')
const Expression$json = {
'1': 'Expression',
'2': [
{'1': 'constant', '3': 1, '4': 1, '5': 2, '9': 0, '10': 'constant'},
{'1': 'variable', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'variable'},
{'1': 'condition', '3': 3, '4': 1, '5': 11, '6': '.qdrant.Condition', '9': 0, '10': 'condition'},
{'1': 'geo_distance', '3': 4, '4': 1, '5': 11, '6': '.qdrant.GeoDistance', '9': 0, '10': 'geoDistance'},
{'1': 'datetime', '3': 5, '4': 1, '5': 9, '9': 0, '10': 'datetime'},
{'1': 'datetime_key', '3': 6, '4': 1, '5': 9, '9': 0, '10': 'datetimeKey'},
{'1': 'mult', '3': 7, '4': 1, '5': 11, '6': '.qdrant.MultExpression', '9': 0, '10': 'mult'},
{'1': 'sum', '3': 8, '4': 1, '5': 11, '6': '.qdrant.SumExpression', '9': 0, '10': 'sum'},
{'1': 'div', '3': 9, '4': 1, '5': 11, '6': '.qdrant.DivExpression', '9': 0, '10': 'div'},
{'1': 'neg', '3': 10, '4': 1, '5': 11, '6': '.qdrant.Expression', '9': 0, '10': 'neg'},
{'1': 'abs', '3': 11, '4': 1, '5': 11, '6': '.qdrant.Expression', '9': 0, '10': 'abs'},
{'1': 'sqrt', '3': 12, '4': 1, '5': 11, '6': '.qdrant.Expression', '9': 0, '10': 'sqrt'},
{'1': 'pow', '3': 13, '4': 1, '5': 11, '6': '.qdrant.PowExpression', '9': 0, '10': 'pow'},
{'1': 'exp', '3': 14, '4': 1, '5': 11, '6': '.qdrant.Expression', '9': 0, '10': 'exp'},
{'1': 'log10', '3': 15, '4': 1, '5': 11, '6': '.qdrant.Expression', '9': 0, '10': 'log10'},
{'1': 'ln', '3': 16, '4': 1, '5': 11, '6': '.qdrant.Expression', '9': 0, '10': 'ln'},
{'1': 'exp_decay', '3': 17, '4': 1, '5': 11, '6': '.qdrant.DecayParamsExpression', '9': 0, '10': 'expDecay'},
{'1': 'gauss_decay', '3': 18, '4': 1, '5': 11, '6': '.qdrant.DecayParamsExpression', '9': 0, '10': 'gaussDecay'},
{'1': 'lin_decay', '3': 19, '4': 1, '5': 11, '6': '.qdrant.DecayParamsExpression', '9': 0, '10': 'linDecay'},
],
'8': [
{'1': 'variant'},
],
};