Uses of Class
org.apache.drill.exec.ops.ContextInformation
Packages that use ContextInformation
-
Uses of ContextInformation in org.apache.drill.exec.expr.fn.impl
Methods in org.apache.drill.exec.expr.fn.impl with parameters of type ContextInformationModifier and TypeMethodDescriptionstatic longDateTypeFunctions.getQueryStartDate(ContextInformation contextInfo) -
Uses of ContextInformation in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops that return ContextInformationModifier and TypeMethodDescriptionFragmentContextImpl.getContextInformation()QueryContext.getContextInformation()UdfUtilities.getContextInformation()Get the context information such as: - query start time - root fragment timezone - query userName - system userName - default schema name in current session at the time of query.