public interface ColumnOp
Modifier and Type | Method and Description |
---|---|
String |
columnName()
Returns a singular column name
this op is meant to run on
|
String[] |
columnNames()
Returns column names
this op is meant to run on
|
Schema |
getInputSchema()
Getter for input schema
|
String |
outputColumnName()
The output column name
after the operation has been applied
|
String[] |
outputColumnNames()
The output column names
This will often be the same as the input
|
void |
setInputSchema(Schema inputSchema)
Set the input schema.
|
Schema |
transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema transform(Schema inputSchema)
void setInputSchema(Schema inputSchema)
Schema getInputSchema()
String outputColumnName()
String[] outputColumnNames()
String[] columnNames()
String columnName()
Copyright © 2018. All rights reserved.