|
|
static BoundCastInfo | BlobCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | BitCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | DateCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | DecimalCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | EnumCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | IntervalCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | ListCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | ArrayCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | NumericCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | MapCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | PointerCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | StringCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | StructCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | TimeCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | TimeNsCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | TimeTzCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | TimestampCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | TimestampTzCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | TimestampNsCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | TimestampMsCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | TimestampSecCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | UnionCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | VariantCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | UUIDCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | GeoCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | TypeCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | BignumCastSwitch (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | ImplicitToUnionCast (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |
|
static BoundCastInfo | ImplicitToVariantCast (BindCastInput &input, const LogicalType &source, const LogicalType &target) |
| |