| Package | Description | 
|---|---|
| io.druid.segment.transform | 
| Modifier and Type | Method and Description | 
|---|---|
Transformer | 
TransformSpec.toTransformer()
Create a  
Transformer from this TransformSpec, when the rows to be transformed do not have a known
 signature. | 
Transformer | 
TransformSpec.toTransformer(Map<String,ValueType> rowSignature)
Create a  
Transformer from this TransformSpec, taking advantage of the known signature of the rows
 to be transformed. | 
Copyright © 2011–2018. All rights reserved.