Class ContextFunctions.CurrentSchema
java.lang.Object
org.apache.drill.exec.expr.fn.impl.ContextFunctions.CurrentSchema
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
- Enclosing class:
- ContextFunctions
Implement "current_schema" function. Returns the default schema in current session.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CurrentSchema
public CurrentSchema()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-