public class InputColumns extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
BAD_BYTE |
static int |
BAD_INT |
static long |
BAD_LONG |
static short |
BAD_SHORT |
Modifier and Type | Method and Description |
---|---|
static InputColumn<?> |
createInputColumn(org.apache.parquet.schema.MessageType schema,
String[] path)
Returns an InputColumn for reading a given column from a parquet file.
|
public static final byte BAD_BYTE
public static final short BAD_SHORT
public static final int BAD_INT
public static final long BAD_LONG
public static InputColumn<?> createInputColumn(org.apache.parquet.schema.MessageType schema, String[] path)
schema
- table schemapath
- table column identifierCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.