public class DelegateMutationPlan extends Object implements MutationPlan
Constructor and Description |
---|
DelegateMutationPlan(MutationPlan plan) |
Modifier and Type | Method and Description |
---|---|
MutationState |
execute() |
StatementContext |
getContext() |
Long |
getEstimatedBytesToScan() |
Long |
getEstimatedRowsToScan() |
Long |
getEstimateInfoTimestamp() |
ExplainPlan |
getExplainPlan() |
PhoenixStatement.Operation |
getOperation() |
ParameterMetaData |
getParameterMetaData()
Returns the ParameterMetaData for the statement
|
QueryPlan |
getQueryPlan() |
Set<TableRef> |
getSourceRefs() |
TableRef |
getTargetRef() |
public DelegateMutationPlan(MutationPlan plan)
public MutationState execute() throws SQLException
execute
in interface MutationPlan
SQLException
public StatementContext getContext()
getContext
in interface StatementPlan
public TableRef getTargetRef()
getTargetRef
in interface MutationPlan
public QueryPlan getQueryPlan()
getQueryPlan
in interface MutationPlan
public ParameterMetaData getParameterMetaData()
StatementPlan
getParameterMetaData
in interface StatementPlan
public ExplainPlan getExplainPlan() throws SQLException
getExplainPlan
in interface StatementPlan
SQLException
public Set<TableRef> getSourceRefs()
getSourceRefs
in interface StatementPlan
public PhoenixStatement.Operation getOperation()
getOperation
in interface StatementPlan
public Long getEstimatedRowsToScan() throws SQLException
getEstimatedRowsToScan
in interface StatementPlan
SQLException
public Long getEstimatedBytesToScan() throws SQLException
getEstimatedBytesToScan
in interface StatementPlan
SQLException
public Long getEstimateInfoTimestamp() throws SQLException
getEstimateInfoTimestamp
in interface StatementPlan
SQLException
Copyright © 2019 Apache Software Foundation. All Rights Reserved.