Uses of Class
ai.rapids.cudf.ORCOptions.Builder
Packages that use ORCOptions.Builder
-
Uses of ORCOptions.Builder in ai.rapids.cudf
Methods in ai.rapids.cudf that return ORCOptions.BuilderModifier and TypeMethodDescriptionstatic ORCOptions.Builder
ORCOptions.builder()
ORCOptions.Builder.decimal128Column
(String... names) Specify decimal columns which shall be read as DECIMAL128.ORCOptions.Builder.withNumPyTypes
(boolean useNumPyTypes) Specify whether the parser should implicitly promote TIMESTAMP_DAYS columns to TIMESTAMP_MILLISECONDS for compatibility with NumPy.ORCOptions.Builder.withTimeUnit
(DType unit) Specify the time unit to use when returning timestamps.