Uses of Interface
io.trino.metadata.SqlFunction
-
-
Uses of SqlFunction in io.trino.metadata
Classes in io.trino.metadata that implement SqlFunction Modifier and Type Class Description classLiteralFunctionclassSqlAggregationFunctionclassSqlOperatorclassSqlScalarFunctionMethods in io.trino.metadata that return types with arguments of type SqlFunction Modifier and Type Method Description static List<? extends SqlFunction>FunctionExtractor. extractFunctions(Class<?> clazz)static List<? extends SqlFunction>FunctionExtractor. extractFunctions(Collection<Class<?>> classes)List<SqlFunction>FunctionListBuilder. getFunctions()Methods in io.trino.metadata with parameters of type SqlFunction Modifier and Type Method Description FunctionListBuilderFunctionListBuilder. function(SqlFunction sqlFunction)FunctionListBuilderFunctionListBuilder. functions(SqlFunction... sqlFunctions)Method parameters in io.trino.metadata with type arguments of type SqlFunction Modifier and Type Method Description voidFunctionRegistry. addFunctions(List<? extends SqlFunction> functions)voidMetadata. addFunctions(List<? extends SqlFunction> functions)voidMetadataManager. addFunctions(List<? extends SqlFunction> functionInfos) -
Uses of SqlFunction in io.trino.operator.aggregation
Classes in io.trino.operator.aggregation that implement SqlFunction Modifier and Type Class Description classAbstractMinMaxAggregationFunctionclassAbstractMinMaxNAggregationFunctionclassArbitraryAggregationFunctionclassChecksumAggregationFunctionclassCountColumnclassDecimalAverageAggregationclassDecimalSumAggregationclassMapAggregationFunctionclassMapUnionAggregationclassMaxAggregationFunctionclassMaxNAggregationFunctionclassMergeQuantileDigestFunctionclassMinAggregationFunctionclassMinNAggregationFunctionclassParametricAggregationclassQuantileDigestAggregationFunctionclassRealAverageAggregationclassReduceAggregationFunction -
Uses of SqlFunction in io.trino.operator.aggregation.arrayagg
Classes in io.trino.operator.aggregation.arrayagg that implement SqlFunction Modifier and Type Class Description classArrayAggregationFunction -
Uses of SqlFunction in io.trino.operator.aggregation.histogram
Classes in io.trino.operator.aggregation.histogram that implement SqlFunction Modifier and Type Class Description classHistogram -
Uses of SqlFunction in io.trino.operator.aggregation.minmaxby
Classes in io.trino.operator.aggregation.minmaxby that implement SqlFunction Modifier and Type Class Description classAbstractMinMaxByclassAbstractMinMaxByNAggregationFunctionclassMaxByAggregationFunctionclassMaxByNAggregationFunctionclassMinByAggregationFunctionclassMinByNAggregationFunction -
Uses of SqlFunction in io.trino.operator.aggregation.multimapagg
Classes in io.trino.operator.aggregation.multimapagg that implement SqlFunction Modifier and Type Class Description classMultimapAggregationFunction -
Uses of SqlFunction in io.trino.operator.scalar
-
Uses of SqlFunction in io.trino.operator.window
Classes in io.trino.operator.window that implement SqlFunction Modifier and Type Class Description classSqlWindowFunction -
Uses of SqlFunction in io.trino.testing
Method parameters in io.trino.testing with type arguments of type SqlFunction Modifier and Type Method Description voidLocalQueryRunner. addFunctions(List<? extends SqlFunction> functions)voidQueryRunner. addFunctions(List<? extends SqlFunction> functions)
-