@InterfaceAudience.Public @InterfaceStability.Stable @Deprecated public final class SelectConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMPRESSION_OPT_GZIP
Deprecated.
Gzipped.
|
static String |
COMPRESSION_OPT_NONE
Deprecated.
No compression.
|
static String |
CSV_HEADER_OPT_IGNORE
Deprecated.
Ignore the header.
|
static String |
CSV_HEADER_OPT_NONE
Deprecated.
No header: first row is data.
|
static String |
CSV_HEADER_OPT_USE
Deprecated.
Use the header.
|
static String |
CSV_INPUT_COMMENT_MARKER
Deprecated.
String which indicates the row is actually a comment.
|
static String |
CSV_INPUT_COMMENT_MARKER_DEFAULT
Deprecated.
Default marker.
|
static String |
CSV_INPUT_FIELD_DELIMITER_DEFAULT
Deprecated.
Default field delimiter.
|
static String |
CSV_INPUT_HEADER
Deprecated.
How should headers be used?
Value: "fs.s3a.select.input.csv.header".
|
static String |
CSV_INPUT_HEADER_OPT_DEFAULT
Deprecated.
Default header mode: "ignore".
|
static String |
CSV_INPUT_INPUT_FIELD_DELIMITER
Deprecated.
Field delimiter.
|
static String |
CSV_INPUT_QUOTE_CHARACTER
Deprecated.
Quote Character.
|
static String |
CSV_INPUT_QUOTE_CHARACTER_DEFAULT
Deprecated.
Default Quote Character.
|
static String |
CSV_INPUT_QUOTE_ESCAPE_CHARACTER
Deprecated.
Character to escape quotes.
|
static String |
CSV_INPUT_QUOTE_ESCAPE_CHARACTER_DEFAULT
Deprecated.
Default quote escape character.
|
static String |
CSV_INPUT_RECORD_DELIMITER
Deprecated.
Record delimiter.
|
static String |
CSV_INPUT_RECORD_DELIMITER_DEFAULT
Deprecated.
Default delimiter
Value: "\n".
|
static String |
CSV_OUTPUT_FIELD_DELIMITER
Deprecated.
Field delimiter.
|
static String |
CSV_OUTPUT_FIELD_DELIMITER_DEFAULT
Deprecated.
Default field delimiter.
|
static String |
CSV_OUTPUT_QUOTE_CHARACTER
Deprecated.
Quote Character.
|
static String |
CSV_OUTPUT_QUOTE_CHARACTER_DEFAULT
Deprecated.
Default Quote Character.
|
static String |
CSV_OUTPUT_QUOTE_ESCAPE_CHARACTER
Deprecated.
Character to escape quotes.
|
static String |
CSV_OUTPUT_QUOTE_ESCAPE_CHARACTER_DEFAULT
Deprecated.
Default quote escape character.
|
static String |
CSV_OUTPUT_QUOTE_FIELDS
Deprecated.
Should CSV fields be quoted?
One of : ALWAYS, ASNEEDED
Value: "fs.s3a.select.output.csv.quote.fields".
|
static String |
CSV_OUTPUT_QUOTE_FIELDS_ALWAYS
Deprecated.
Output quotation policy (default): "always".
|
static String |
CSV_OUTPUT_QUOTE_FIELDS_AS_NEEEDED
Deprecated.
Output quotation policy: "asneeded".
|
static String |
CSV_OUTPUT_RECORD_DELIMITER
Deprecated.
Record delimiter.
|
static String |
CSV_OUTPUT_RECORD_DELIMITER_DEFAULT
Deprecated.
Default delimiter
Value: "\n".
|
static String |
FS_S3A_SELECT
Deprecated.
|
static String |
FS_S3A_SELECT_ENABLED
Deprecated.
Flag: is S3 select enabled?
Value: "fs.s3a.select.enabled".
|
static String |
FS_S3A_SELECT_INPUT_CSV
Deprecated.
Prefix for all CSV input options.
|
static String |
FS_S3A_SELECT_OUTPUT_CSV
Deprecated.
Prefix for all CSV output options.
|
static String |
NAME
Deprecated.
|
static String |
S3_SELECT_CAPABILITY
Deprecated.
Does the FS Support S3 Select?
This is false everywhere.
|
static String |
SELECT_ERRORS_INCLUDE_SQL
Deprecated.
Should Select errors include the SQL statement?
It is easier to debug but a security risk if the exceptions
ever get printed/logged and the query contains secrets.
|
static String |
SELECT_FORMAT_CSV
Deprecated.
CSV as an input or output format: "csv".
|
static String |
SELECT_FORMAT_JSON
Deprecated.
JSON as an input or output format: "json".
|
static String |
SELECT_INPUT_COMPRESSION
Deprecated.
How is the input compressed? This applies to all formats.
|
static String |
SELECT_INPUT_FORMAT
Deprecated.
Input format for data.
|
static String |
SELECT_OUTPUT_FORMAT
Deprecated.
Output format for data -that is, what the results are generated
as.
|
static String |
SELECT_SQL
Deprecated.
This is the big SQL expression: "fs.s3a.select.sql".
|
static String |
SELECT_UNSUPPORTED
Deprecated.
|
public static final String SELECT_UNSUPPORTED
public static final String NAME
public static final String FS_S3A_SELECT
public static final String SELECT_SQL
.may()
clause: warn and continue.must()
clause:
UnsupportedOperationException
.public static final String S3_SELECT_CAPABILITY
public static final String FS_S3A_SELECT_ENABLED
public static final String SELECT_INPUT_FORMAT
public static final String SELECT_OUTPUT_FORMAT
public static final String SELECT_FORMAT_CSV
public static final String SELECT_FORMAT_JSON
public static final String SELECT_ERRORS_INCLUDE_SQL
public static final String SELECT_INPUT_COMPRESSION
public static final String COMPRESSION_OPT_NONE
public static final String COMPRESSION_OPT_GZIP
public static final String FS_S3A_SELECT_INPUT_CSV
public static final String FS_S3A_SELECT_OUTPUT_CSV
public static final String CSV_INPUT_COMMENT_MARKER
public static final String CSV_INPUT_COMMENT_MARKER_DEFAULT
public static final String CSV_INPUT_RECORD_DELIMITER
public static final String CSV_INPUT_RECORD_DELIMITER_DEFAULT
public static final String CSV_INPUT_INPUT_FIELD_DELIMITER
public static final String CSV_INPUT_FIELD_DELIMITER_DEFAULT
public static final String CSV_INPUT_QUOTE_CHARACTER
public static final String CSV_INPUT_QUOTE_CHARACTER_DEFAULT
public static final String CSV_INPUT_QUOTE_ESCAPE_CHARACTER
public static final String CSV_INPUT_QUOTE_ESCAPE_CHARACTER_DEFAULT
public static final String CSV_INPUT_HEADER
public static final String CSV_HEADER_OPT_NONE
public static final String CSV_HEADER_OPT_IGNORE
public static final String CSV_HEADER_OPT_USE
public static final String CSV_INPUT_HEADER_OPT_DEFAULT
public static final String CSV_OUTPUT_RECORD_DELIMITER
public static final String CSV_OUTPUT_RECORD_DELIMITER_DEFAULT
public static final String CSV_OUTPUT_FIELD_DELIMITER
public static final String CSV_OUTPUT_FIELD_DELIMITER_DEFAULT
public static final String CSV_OUTPUT_QUOTE_CHARACTER
public static final String CSV_OUTPUT_QUOTE_CHARACTER_DEFAULT
public static final String CSV_OUTPUT_QUOTE_FIELDS
public static final String CSV_OUTPUT_QUOTE_FIELDS_ALWAYS
public static final String CSV_OUTPUT_QUOTE_FIELDS_AS_NEEEDED
public static final String CSV_OUTPUT_QUOTE_ESCAPE_CHARACTER
public static final String CSV_OUTPUT_QUOTE_ESCAPE_CHARACTER_DEFAULT
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.