| Package | Description |
|---|---|
| org.apache.flink.table.types.extraction.utils | |
| org.apache.flink.table.types.inference |
| Modifier and Type | Method and Description |
|---|---|
static ValidationException |
ExtractionUtils.extractionError(String message,
Object... args)
Helper method for creating consistent exceptions during extraction.
|
static ValidationException |
ExtractionUtils.extractionError(Throwable cause,
String message,
Object... args)
Helper method for creating consistent exceptions during extraction.
|
| Modifier and Type | Method and Description |
|---|---|
default ValidationException |
CallContext.newValidationError(String message,
Object... args)
Creates a validation error for exiting the type inference process with a meaningful exception.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.