Package | Description |
---|---|
com.pervasive.datarush.types |
Provides classes and interfaces for the description of token data types.
|
Modifier and Type | Method and Description |
---|---|
static FieldRemappings.Directive |
FieldRemappings.drop(String name)
Declares a source field is to be omitted from the result.
|
static FieldRemappings.Directive |
FieldRemappings.keep(String name)
Declares a source field is to be preserved in the result,
keeping the same name.
|
static FieldRemappings.Directive |
FieldRemappings.map(String from,
String to)
Defines a name mapping from a source to a target field.
|
Modifier and Type | Method and Description |
---|---|
static FieldRemapping |
FieldRemappings.rename(FieldRemappings.Directive... directives)
Defines a transformation renaming fields of a record schema.
|
static FieldRemapping |
FieldRemappings.renameAndDrop(FieldRemappings.Directive... directives)
Defines a transformation renaming fields of a record schema,
dropping source fields without an explicit directive.
|
static FieldRemapping |
FieldRemappings.reorder(FieldRemappings.Directive... directives)
Defines a transformation reordering and possibly renaming fields of
a record schema.
|
static FieldRemapping |
FieldRemappings.reorderAndDrop(FieldRemappings.Directive... directives)
Defines a transformation reordering and possibly renaming fields of
a record schema, dropping source fields without an explicit directive.
|
Copyright © 2016 Actian Corporation. All rights reserved.