public class RowSetTestUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<SchemaPath> |
concat(List<SchemaPath>... parts) |
static RowSetWriter |
makeWriter(BufferAllocator allocator,
TupleMetadata outputSchema) |
static RowSetWriter |
makeWriter(BufferAllocator allocator,
TupleMetadata outputSchema,
int size) |
static List<SchemaPath> |
projectAll() |
static List<SchemaPath> |
projectCols(SchemaPath... cols) |
static List<SchemaPath> |
projectList(List<String> names) |
static List<SchemaPath> |
projectList(String... names) |
static List<SchemaPath> |
projectNone() |
public static List<SchemaPath> projectList(String... names)
public static List<SchemaPath> projectList(List<String> names)
public static List<SchemaPath> projectCols(SchemaPath... cols)
public static List<SchemaPath> projectAll()
public static List<SchemaPath> projectNone()
@SafeVarargs public static List<SchemaPath> concat(List<SchemaPath>... parts)
public static RowSetWriter makeWriter(BufferAllocator allocator, TupleMetadata outputSchema)
public static RowSetWriter makeWriter(BufferAllocator allocator, TupleMetadata outputSchema, int size)
Copyright © 2021 The Apache Software Foundation. All rights reserved.