public abstract class BaseQueryNode extends DagNode<Boolean>
childNodes, config, log, parentNodes, result| Constructor and Description |
|---|
BaseQueryNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeAndValidateQueries(List<org.apache.hudi.common.util.collection.Pair<String,Integer>> queriesWithResult,
Statement stmt) |
void |
setSessionProperties(List<String> properties,
Statement stmt) |
addChildNode, addParentNode, clone, compareTo, equals, execute, getChildNodes, getConfig, getName, getParentNodes, getResult, hashCode, isCompleted, setCompleted, setParentNodespublic void setSessionProperties(List<String> properties, Statement stmt) throws SQLException
SQLExceptionpublic void executeAndValidateQueries(List<org.apache.hudi.common.util.collection.Pair<String,Integer>> queriesWithResult, Statement stmt) throws SQLException
SQLExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.