public class MaterializationValidationResult extends Object
| Constructor and Description |
|---|
MaterializationValidationResult(EnumSet<RewriteAlgorithm> supportedRewriteAlgorithms,
String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
Set<RewriteAlgorithm> |
getSupportedRewriteAlgorithms() |
public MaterializationValidationResult(EnumSet<RewriteAlgorithm> supportedRewriteAlgorithms, String errorMessage)
public Set<RewriteAlgorithm> getSupportedRewriteAlgorithms()
public String getErrorMessage()
Copyright © 2024 The Apache Software Foundation. All rights reserved.