T
- The function return typepublic interface WindowIgnoreNullsStep<T> extends WindowOverStep<T>
Example:
field.firstValue()
.ignoreNulls()
.over()
.partitionBy(AUTHOR_ID)
.orderBy(PUBLISHED_IN.asc())
.rowsBetweenUnboundedPreceding()
.andUnboundedFollowing()
Copyright © 2015. All Rights Reserved.