HANA has a median() function
This commit is contained in:
parent
4a1fe85f0d
commit
59d99025de
|
@ -371,6 +371,7 @@ public abstract class AbstractHANADialect extends Dialect {
|
|||
functionFactory.octetLength_pattern( "length(to_binary(?1))" );
|
||||
functionFactory.bitLength_pattern( "length(to_binary(?1))*8" );
|
||||
|
||||
functionFactory.median();
|
||||
functionFactory.windowFunctions();
|
||||
functionFactory.listagg_stringAgg( "varchar" );
|
||||
functionFactory.inverseDistributionOrderedSetAggregates();
|
||||
|
|
Loading…
Reference in New Issue