Class NoFrameSupportTemplate

java.lang.Object
org.apache.drill.exec.physical.impl.window.NoFrameSupportTemplate
All Implemented Interfaces:
WindowFramer

public abstract class NoFrameSupportTemplate extends Object implements WindowFramer
WindowFramer implementation that doesn't support the FRAME clause (will assume the default frame).

According to the SQL standard, LEAD, LAG, ROW_NUMBER, NTILE and all ranking functions don't support the FRAME clause. This class will handle such functions.