File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
presto-spi/src/main/java/com/facebook/presto/spi/function Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 13
13
*/
14
14
package com .facebook .presto .spi .function ;
15
15
16
- import java .util .Optional ;
17
-
18
16
import static com .facebook .presto .spi .function .ComplexTypeFunctionDescriptor .defaultFunctionDescriptor ;
19
17
20
18
public interface SqlFunction
@@ -27,11 +25,6 @@ public interface SqlFunction
27
25
28
26
boolean isCalledOnNullInput ();
29
27
30
- default Optional <Integer > getPushdownSubfieldArgIndex ()
31
- {
32
- return Optional .empty ();
33
- }
34
-
35
28
String getDescription ();
36
29
37
30
default ComplexTypeFunctionDescriptor getComplexTypeFunctionDescriptor ()
Original file line number Diff line number Diff line change 31
31
boolean deterministic ();
32
32
33
33
boolean calledOnNullInput ();
34
-
35
- int pushdownSubfieldArgIndex () default -1 ;
36
34
}
You can’t perform that action at this time.
0 commit comments