Modifier and Type | Method and Description |
---|---|
StringValue |
StringValueSerializer.copy(StringValue from) |
StringValue |
StringValueSerializer.copy(StringValue from,
StringValue reuse) |
StringValue |
StringValueSerializer.createInstance() |
StringValue |
StringValueSerializer.deserialize(DataInputView source) |
StringValue |
StringValueSerializer.deserialize(StringValue reuse,
DataInputView source) |
StringValue |
StringValueComparator.readWithKeyDenormalization(StringValue reuse,
DataInputView source) |
Modifier and Type | Method and Description |
---|---|
TypeComparator<StringValue> |
StringValueComparator.duplicate() |
TypeSerializerSnapshot<StringValue> |
StringValueSerializer.snapshotConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
StringValueComparator.compare(StringValue first,
StringValue second) |
StringValue |
StringValueSerializer.copy(StringValue from) |
StringValue |
StringValueSerializer.copy(StringValue from,
StringValue reuse) |
StringValue |
StringValueSerializer.deserialize(StringValue reuse,
DataInputView source) |
boolean |
StringValueComparator.equalToReference(StringValue candidate) |
int |
StringValueComparator.hash(StringValue record) |
void |
StringValueComparator.putNormalizedKey(StringValue record,
MemorySegment target,
int offset,
int numBytes) |
StringValue |
StringValueComparator.readWithKeyDenormalization(StringValue reuse,
DataInputView source) |
void |
StringValueSerializer.serialize(StringValue record,
DataOutputView target) |
void |
StringValueComparator.setReference(StringValue toCompare) |
void |
StringValueComparator.writeWithKeyNormalization(StringValue record,
DataOutputView target) |
Modifier and Type | Method and Description |
---|---|
int |
StringValueComparator.compareToReference(TypeComparator<StringValue> referencedComparator) |
Modifier and Type | Method and Description |
---|---|
DataSource<StringValue> |
ExecutionEnvironment.readTextFileWithValue(String filePath)
Creates a
DataSet that represents the Strings produced by reading the given file line
wise. |
DataSource<StringValue> |
ExecutionEnvironment.readTextFileWithValue(String filePath,
String charsetName,
boolean skipInvalidLines)
Creates a
DataSet that represents the Strings produced by reading the given file line
wise. |
Modifier and Type | Method and Description |
---|---|
StringValue |
TextValueInputFormat.readRecord(StringValue reuse,
byte[] bytes,
int offset,
int numBytes) |
Modifier and Type | Method and Description |
---|---|
StringValue |
TextValueInputFormat.readRecord(StringValue reuse,
byte[] bytes,
int offset,
int numBytes) |
Modifier and Type | Method and Description |
---|---|
protected String |
ValueSummaryAggregator.StringValueSummaryAggregator.getValue(StringValue value) |
Modifier and Type | Field and Description |
---|---|
static ValueTypeInfo<StringValue> |
ValueTypeInfo.STRING_VALUE_TYPE_INFO |
Modifier and Type | Method and Description |
---|---|
StringValue |
LongValueToStringValue.translate(LongValue value,
StringValue reuse) |
Modifier and Type | Method and Description |
---|---|
StringValue |
LongValueToStringValue.translate(LongValue value,
StringValue reuse) |
Modifier and Type | Field and Description |
---|---|
static ValueArrayTypeInfo<StringValue> |
ValueArrayTypeInfo.STRING_VALUE_ARRAY_TYPE_INFO |
Modifier and Type | Method and Description |
---|---|
ValueArray<StringValue> |
StringValueArray.copy() |
Iterator<StringValue> |
StringValueArray.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
StringValueArray.add(StringValue value) |
Modifier and Type | Method and Description |
---|---|
boolean |
StringValueArray.addAll(ValueArray<StringValue> other) |
int |
StringValueArray.compareTo(ValueArray<StringValue> o) |
void |
StringValueArray.copyTo(ValueArray<StringValue> target) |
void |
StringValueArray.setValue(ValueArray<StringValue> value) |
Modifier and Type | Method and Description |
---|---|
StringValue |
StringValue.copy() |
StringValue |
StringValue.substring(int start)
Returns a new StringValuestring that is a substring of this string.
|
StringValue |
StringValue.substring(int start,
int end)
Returns a new StringValuestring that is a substring of this string.
|
Modifier and Type | Method and Description |
---|---|
Appendable |
StringValue.append(StringValue csq) |
Appendable |
StringValue.append(StringValue csq,
int start,
int end) |
int |
StringValue.compareTo(StringValue other) |
void |
StringValue.copyTo(StringValue target) |
void |
StringValue.setValue(StringValue value)
Sets the value of the StringValue to the given string.
|
void |
StringValue.setValue(StringValue value,
int offset,
int len)
Sets the value of the StringValue to a substring of the given string.
|
void |
StringValue.substring(StringValue target,
int start)
Copies a substring of this string into the given target StringValue.
|
void |
StringValue.substring(StringValue target,
int start,
int end)
Copies a substring of this string into the given target StringValue.
|
Constructor and Description |
---|
StringValue(StringValue value)
Initializes this StringValue to a copy the given StringValue.
|
StringValue(StringValue value,
int offset,
int len)
Initializes the StringValue to a sub-string of the given StringValue.
|
Modifier and Type | Method and Description |
---|---|
StringValue |
StringValueParser.createValue() |
StringValue |
StringValueParser.getLastResult() |
Modifier and Type | Method and Description |
---|---|
int |
StringValueParser.parseField(byte[] bytes,
int startPos,
int limit,
byte[] delimiter,
StringValue reusable) |
Modifier and Type | Method and Description |
---|---|
boolean |
StringValueUtils.WhitespaceTokenizer.next(StringValue target)
Gets the next token from the string.
|
static void |
StringValueUtils.replaceNonWordChars(StringValue string,
char replacement)
Replaces all non-word characters in a string by a given character.
|
void |
StringValueUtils.WhitespaceTokenizer.setStringToTokenize(StringValue string)
Sets the string to be tokenized and resets the state of the tokenizer.
|
static void |
StringValueUtils.toLowerCase(StringValue string)
Converts the given
StringValue into a lower case variant. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.