Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static ORCOptions.Builder |
ORCOptions.builder() |
ORCOptions.Builder |
ORCOptions.Builder.decimal128Column(String... names)
Specify decimal columns which shall be read as DECIMAL128.
|
ORCOptions.Builder |
ORCOptions.Builder.withNumPyTypes(boolean useNumPyTypes)
Specify whether the parser should implicitly promote TIMESTAMP_DAYS
columns to TIMESTAMP_MILLISECONDS for compatibility with NumPy.
|
ORCOptions.Builder |
ORCOptions.Builder.withTimeUnit(DType unit)
Specify the time unit to use when returning timestamps.
|
Copyright © 2024. All rights reserved.