@PublicEvolving public class OptimizerOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ConfigOption<Integer> |
DELIMITED_FORMAT_MAX_LINE_SAMPLES
The maximum number of line samples taken by the compiler for delimited inputs.
|
static ConfigOption<Integer> |
DELIMITED_FORMAT_MAX_SAMPLE_LEN
The maximal length of a line sample that the compiler takes for delimited inputs.
|
static ConfigOption<Integer> |
DELIMITED_FORMAT_MIN_LINE_SAMPLES
The minimum number of line samples taken by the compiler for delimited inputs.
|
Constructor and Description |
---|
OptimizerOptions() |
public static final ConfigOption<Integer> DELIMITED_FORMAT_MAX_LINE_SAMPLES
public static final ConfigOption<Integer> DELIMITED_FORMAT_MIN_LINE_SAMPLES
public static final ConfigOption<Integer> DELIMITED_FORMAT_MAX_SAMPLE_LEN
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.