public class LazyObjectInspectorParametersImpl extends Object implements LazyObjectInspectorParameters
| Modifier and Type | Field and Description |
|---|---|
protected byte |
escapeChar |
protected boolean |
escaped |
protected boolean |
extendedBooleanLiteral |
protected boolean |
lastColumnTakesRest |
protected org.apache.hadoop.io.Text |
nullSequence |
protected byte[] |
separators |
protected List<String> |
timestampFormats |
| Constructor and Description |
|---|
LazyObjectInspectorParametersImpl() |
LazyObjectInspectorParametersImpl(boolean escaped,
byte escapeChar,
boolean extendedBooleanLiteral,
List<String> timestampFormats,
byte[] separators,
org.apache.hadoop.io.Text nullSequence) |
LazyObjectInspectorParametersImpl(boolean escaped,
byte escapeChar,
boolean extendedBooleanLiteral,
List<String> timestampFormats,
byte[] separators,
org.apache.hadoop.io.Text nullSequence,
boolean lastColumnTakesRest) |
LazyObjectInspectorParametersImpl(LazyObjectInspectorParameters lazyParams) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
equals(LazyObjectInspectorParametersImpl other) |
boolean |
equals(Object obj) |
byte |
getEscapeChar() |
org.apache.hadoop.io.Text |
getNullSequence() |
byte[] |
getSeparators() |
List<String> |
getTimestampFormats() |
int |
hashCode() |
boolean |
isEscaped() |
boolean |
isExtendedBooleanLiteral() |
boolean |
isLastColumnTakesRest() |
protected boolean escaped
protected byte escapeChar
protected boolean extendedBooleanLiteral
protected byte[] separators
protected org.apache.hadoop.io.Text nullSequence
protected boolean lastColumnTakesRest
public LazyObjectInspectorParametersImpl()
public LazyObjectInspectorParametersImpl(boolean escaped,
byte escapeChar,
boolean extendedBooleanLiteral,
List<String> timestampFormats,
byte[] separators,
org.apache.hadoop.io.Text nullSequence)
public LazyObjectInspectorParametersImpl(boolean escaped,
byte escapeChar,
boolean extendedBooleanLiteral,
List<String> timestampFormats,
byte[] separators,
org.apache.hadoop.io.Text nullSequence,
boolean lastColumnTakesRest)
public LazyObjectInspectorParametersImpl(LazyObjectInspectorParameters lazyParams)
public boolean isEscaped()
isEscaped in interface LazyObjectInspectorParameterspublic byte getEscapeChar()
getEscapeChar in interface LazyObjectInspectorParameterspublic boolean isExtendedBooleanLiteral()
isExtendedBooleanLiteral in interface LazyObjectInspectorParameterspublic List<String> getTimestampFormats()
getTimestampFormats in interface LazyObjectInspectorParameterspublic byte[] getSeparators()
getSeparators in interface LazyObjectInspectorParameterspublic org.apache.hadoop.io.Text getNullSequence()
getNullSequence in interface LazyObjectInspectorParameterspublic boolean isLastColumnTakesRest()
isLastColumnTakesRest in interface LazyObjectInspectorParametersprotected boolean equals(LazyObjectInspectorParametersImpl other)
Copyright © 2017 The Apache Software Foundation. All rights reserved.