You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/01/08 00:27:48 UTC

[GitHub] srkukarni opened a new pull request #3324: Add Windowfunction interface to functions api

srkukarni opened a new pull request #3324: Add Windowfunction interface to functions api
URL: https://github.com/apache/pulsar/pull/3324
 
 
   ### Motivation
   Currently we support windowed functions but these functions have to be java.util.Function. However simple java.util.Function cannot fetch any kind of meta data about the function since it lacks any kind of context handle. This pr introduces the WindowFunction as anologous to the Function interface which exposes the Context interface.
   
   ### Modifications
   
   Describe the modifications you've done.
   
   ### Result
   
   After your change, what will change.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services