Package deltix.qsrv.hf.tickdb.schema
Class FieldMapping
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.schema.FieldMapping
-
public class FieldMapping extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ErrorResolution
resolution
NonStaticFieldLayout
source
int
sourceIndex
DataType
sourceType
SchemaConverter.DataTypeIndex
sourceTypeIndex
NonStaticFieldLayout
target
int
targetIndex
DataType
targetType
SchemaConverter.DataTypeIndex
targetTypeIndex
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchemaConverter.DataTypeIndex
getTypeIndex(DataType type)
MixedWritableValue
getWritable(UnboundEncoder encoder)
-
-
-
Field Detail
-
sourceType
public DataType sourceType
-
source
public NonStaticFieldLayout source
-
sourceIndex
public int sourceIndex
-
sourceTypeIndex
public SchemaConverter.DataTypeIndex sourceTypeIndex
-
targetType
public DataType targetType
-
target
public NonStaticFieldLayout target
-
targetIndex
public int targetIndex
-
targetTypeIndex
public SchemaConverter.DataTypeIndex targetTypeIndex
-
resolution
public ErrorResolution resolution
-
-
Method Detail
-
getWritable
public MixedWritableValue getWritable(UnboundEncoder encoder)
-
getTypeIndex
public static SchemaConverter.DataTypeIndex getTypeIndex(DataType type)
-
-