public class UpdateRewriter extends Object implements Rewriter<UpdateStatement>
| Modifier and Type | Field and Description |
|---|---|
protected HiveConf |
conf |
static Context.Operation |
OPERATION |
protected SqlGeneratorFactory |
sqlGeneratorFactory |
| Constructor and Description |
|---|
UpdateRewriter(HiveConf conf,
SqlGeneratorFactory sqlGeneratorFactory) |
| Modifier and Type | Method and Description |
|---|---|
ParseUtils.ReparseResult |
rewrite(Context context,
UpdateStatement updateBlock) |
public static final Context.Operation OPERATION
protected final HiveConf conf
protected final SqlGeneratorFactory sqlGeneratorFactory
public UpdateRewriter(HiveConf conf, SqlGeneratorFactory sqlGeneratorFactory)
public ParseUtils.ReparseResult rewrite(Context context, UpdateStatement updateBlock) throws SemanticException
rewrite in interface Rewriter<UpdateStatement>SemanticExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.