| Package | Description |
|---|---|
| org.apache.flink.table.types.logical | |
| org.apache.flink.table.types.logical.utils |
| Modifier and Type | Method and Description |
|---|---|
R |
LogicalTypeVisitor.visit(DecimalType decimalType) |
| Modifier and Type | Method and Description |
|---|---|
static DecimalType |
LogicalTypeMerging.findAdditionDecimalType(int precision1,
int scale1,
int precision2,
int scale2)
Finds the result type of a decimal addition operation.
|
static DecimalType |
LogicalTypeMerging.findDivisionDecimalType(int precision1,
int scale1,
int precision2,
int scale2)
Finds the result type of a decimal division operation.
|
static DecimalType |
LogicalTypeMerging.findModuloDecimalType(int precision1,
int scale1,
int precision2,
int scale2)
Finds the result type of a decimal modulo operation.
|
static DecimalType |
LogicalTypeMerging.findMultiplicationDecimalType(int precision1,
int scale1,
int precision2,
int scale2)
Finds the result type of a decimal multiplication operation.
|
static DecimalType |
LogicalTypeMerging.findRoundDecimalType(int precision,
int scale,
int round)
Finds the result type of a decimal rounding operation.
|
| Modifier and Type | Method and Description |
|---|---|
R |
LogicalTypeDefaultVisitor.visit(DecimalType decimalType) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.