public static class HiveParserTypeCheckProcFactory.NumExprProcessor extends Object implements org.apache.hadoop.hive.ql.lib.NodeProcessor
Constructor and Description |
---|
NumExprProcessor() |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hive.ql.plan.ExprNodeConstantDesc |
createDecimal(String strVal,
boolean notNull) |
Object |
process(org.apache.hadoop.hive.ql.lib.Node nd,
Stack<org.apache.hadoop.hive.ql.lib.Node> stack,
org.apache.hadoop.hive.ql.lib.NodeProcessorCtx procCtx,
Object... nodeOutputs) |
public Object process(org.apache.hadoop.hive.ql.lib.Node nd, Stack<org.apache.hadoop.hive.ql.lib.Node> stack, org.apache.hadoop.hive.ql.lib.NodeProcessorCtx procCtx, Object... nodeOutputs) throws org.apache.hadoop.hive.ql.parse.SemanticException
process
in interface org.apache.hadoop.hive.ql.lib.NodeProcessor
org.apache.hadoop.hive.ql.parse.SemanticException
public static org.apache.hadoop.hive.ql.plan.ExprNodeConstantDesc createDecimal(String strVal, boolean notNull)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.