public class RowStoreUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RowStoreUtil.RowStoreDecoder |
static class |
RowStoreUtil.RowStoreEncoder |
| Constructor and Description |
|---|
RowStoreUtil() |
| Modifier and Type | Method and Description |
|---|---|
static RowStoreUtil.RowStoreDecoder |
createDecoder(Schema schema) |
static RowStoreUtil.RowStoreEncoder |
createEncoder(Schema schema) |
static int[] |
getTargetIds(Schema inSchema,
Schema outSchema) |
static Tuple |
project(Tuple in,
Tuple out,
int[] targetIds) |
public static RowStoreUtil.RowStoreEncoder createEncoder(Schema schema)
public static RowStoreUtil.RowStoreDecoder createDecoder(Schema schema)
Copyright © 2016 Apache Software Foundation. All Rights Reserved.