| Package | Description |
|---|---|
| com.facebook.presto.common.block | |
| com.facebook.presto.common.type |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableWidthBlockBuilder |
| Modifier and Type | Method and Description |
|---|---|
AbstractVariableWidthBlockBuilder |
VariableWidthBlockBuilder.writeBytes(byte[] source,
int sourceIndex,
int length) |
abstract AbstractVariableWidthBlockBuilder |
AbstractVariableWidthBlockBuilder.writeBytes(byte[] bytes,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractVarcharType.writeBytes(AbstractVariableWidthBlockBuilder blockBuilder,
byte[] bytes,
int offset,
int length)
writeBytes directly to blockBuilder, without creating a short-lived Slice wrapper.
|
Copyright © 2012–2022. All rights reserved.