Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal_parquet
/
sum_without_null_decimal_38.sql
blob: b2d8fd5773e402097454a94e78370a7a20c6c576 [
file
] [
log
] [
blame
]
SELECT
sqlTypeOf
(
SUM
(
decimal_without_null_38_4
)),
SUM
(
decimal_without_null_38_4
)
FROM
dfs
.
drillTestDir
.`
CTAS_CSV_PARQUET_DECIMAL38
`;