パッケージ | 説明 |
---|---|
com.cloudera.sqoop.lib | |
org.apache.sqoop.lib |
修飾子とタイプ | フィールドと説明 |
---|---|
static DelimiterSet |
DelimiterSet.DEFAULT_DELIMITERS
非推奨です。
|
static DelimiterSet |
DelimiterSet.HIVE_DELIMITERS
非推奨です。
|
static DelimiterSet |
DelimiterSet.MYSQL_DELIMITERS
非推奨です。
|
修飾子とタイプ | メソッドと説明 |
---|---|
DelimiterSet |
DelimiterSet.copy()
非推奨です。
Identical to clone() but does not throw spurious exceptions.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static java.lang.String |
FieldFormatter.escapeAndEnclose(java.lang.String str,
DelimiterSet delimiters)
非推奨です。
Takes an input string representing the value of a field, encloses it in
enclosing chars, and escapes any occurrences of such characters in the
middle.
|
static java.lang.String |
FieldFormatter.hiveStringDropDelims(java.lang.String str,
DelimiterSet delimiters)
非推奨です。
only pass fields that are strings when --hive-drop-delims option is on.
|
static java.lang.String |
FieldFormatter.hiveStringReplaceDelims(java.lang.String str,
java.lang.String replacement,
DelimiterSet delimiters)
非推奨です。
replace hive delimiters with a user-defined string passed to the
--hive-delims-replacement option.
|
コンストラクタと説明 |
---|
RecordParser(DelimiterSet delimitersIn)
非推奨です。
|
修飾子とタイプ | メソッドと説明 |
---|---|
static java.lang.String |
FieldFormatter.escapeAndEnclose(java.lang.String str,
DelimiterSet delimiters)
Takes an input string representing the value of a field, encloses it in
enclosing chars, and escapes any occurrences of such characters in the
middle.
|
static java.lang.String |
FieldFormatter.hiveStringDropDelims(java.lang.String str,
DelimiterSet delimiters)
This drops all default Hive delimiters from the string and passes it on.
|
static java.lang.String |
FieldFormatter.hiveStringReplaceDelims(java.lang.String str,
java.lang.String replacement,
DelimiterSet delimiters)
replace hive delimiters with a user-defined string passed to the
--hive-delims-replacement option.
|
abstract java.lang.String |
SqoopRecord.toString(DelimiterSet delimiters)
Format output data according to the specified delimiters.
|
java.lang.String |
SqoopRecord.toString(DelimiterSet delimiters,
boolean useRecordDelim)
Format the record according to the specified delimiters.
|
コンストラクタと説明 |
---|
RecordParser(DelimiterSet delimitersIn) |
Copyright © 2015 The Apache Software Foundation