Package | Description |
---|---|
com.metsci.glimpse.dspl.parser.column | |
com.metsci.glimpse.dspl.parser.util |
Modifier and Type | Method and Description |
---|---|
static SliceColumnType |
SliceColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SliceColumnType[] |
SliceColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SliceColumnType[] |
ParserUtils.TableParserInfo.getSliceColumnTypes() |
Modifier and Type | Method and Description |
---|---|
static Pair<Concept,SliceColumnType> |
ParserUtils.getConcept(String columnId,
Slice slice) |
Modifier and Type | Method and Description |
---|---|
static void |
ParserUtils.getConcepts(String[] columnIds,
Slice slice,
Concept[] concepts,
SliceColumnType[] sliceColumnTypes) |
static Map<String,TableColumn> |
ParserUtils.getConstantTableColumns(Slice slice,
ParserUtils.TableParserInfo info,
ParserUtils.ParserFactory factory,
SliceColumnType columnType,
int size) |
Constructor and Description |
---|
TableParserInfo(String[] columnIds,
Concept[] concepts,
SliceColumnType[] sliceColumnTypes,
Table.Column[] columns,
DataType[] types,
ParserUtils.TableColumnParser[] parsers) |
Copyright © 2016 Metron, Inc.. All rights reserved.