Class MilvusArrayIncludesFunction
java.lang.Object
org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
org.hibernate.dialect.function.array.AbstractArrayIncludesFunction
org.hibernate.dialect.function.array.ArrayIncludesUnnestFunction
org.hibernate.milvus.MilvusArrayIncludesFunction
- All Implemented Interfaces:
org.hibernate.query.sqm.function.FunctionRenderer, org.hibernate.query.sqm.function.SqmFunctionDescriptor
public class MilvusArrayIncludesFunction
extends org.hibernate.dialect.function.array.ArrayIncludesUnnestFunction
Special array includes implementation that uses the Milvus
array_contains_all operator.-
Field Summary
Fields inherited from class org.hibernate.dialect.function.array.AbstractArrayIncludesFunction
nullable -
Constructor Summary
ConstructorsConstructorDescriptionMilvusArrayIncludesFunction(boolean nullable, org.hibernate.type.spi.TypeConfiguration typeConfiguration) -
Method Summary
Methods inherited from class org.hibernate.dialect.function.array.AbstractArrayIncludesFunction
getArgumentListSignatureMethods inherited from class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
filterClauseSupported, generateSqmAggregateFunctionExpression, generateSqmFunctionExpression, generateSqmOrderedSetAggregateFunctionExpression, generateSqmWindowFunctionExpression, getFunctionKindMethods inherited from class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
generateAggregateSqmExpression, generateOrderedSetAggregateSqmExpression, generateSqmExpression, generateWindowSqmExpression, getArgumentsValidator, getArgumentTypeResolver, getName, getReturnSignature, getReturnTypeResolver, getSignatureMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.query.sqm.function.FunctionRenderer
render, render, render, renderMethods inherited from interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
alwaysIncludesParentheses, generateSqmExpression, generateSqmExpression, isPredicate
-
Constructor Details
-
MilvusArrayIncludesFunction
public MilvusArrayIncludesFunction(boolean nullable, org.hibernate.type.spi.TypeConfiguration typeConfiguration)
-
-
Method Details
-
render
public void render(org.hibernate.sql.ast.spi.SqlAppender sqlAppender, List<? extends org.hibernate.sql.ast.tree.SqlAstNode> sqlAstArguments, org.hibernate.metamodel.model.domain.ReturnableType<?> returnType, org.hibernate.sql.ast.SqlAstTranslator<?> walker) - Specified by:
renderin interfaceorg.hibernate.query.sqm.function.FunctionRenderer- Overrides:
renderin classorg.hibernate.dialect.function.array.ArrayIncludesUnnestFunction
-