@Generated public class DeltaTableSource extends Object
| Constructor and Description |
|---|
DeltaTableSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDataframeSchema() |
Collection<String> |
getEntityColumns() |
String |
getFilterCondition() |
String |
getFullName() |
String |
getTimeseriesColumn() |
String |
getTransformationSql() |
int |
hashCode() |
DeltaTableSource |
setDataframeSchema(String dataframeSchema) |
DeltaTableSource |
setEntityColumns(Collection<String> entityColumns) |
DeltaTableSource |
setFilterCondition(String filterCondition) |
DeltaTableSource |
setFullName(String fullName) |
DeltaTableSource |
setTimeseriesColumn(String timeseriesColumn) |
DeltaTableSource |
setTransformationSql(String transformationSql) |
String |
toString() |
public DeltaTableSource setDataframeSchema(String dataframeSchema)
public String getDataframeSchema()
public DeltaTableSource setEntityColumns(Collection<String> entityColumns)
public Collection<String> getEntityColumns()
public DeltaTableSource setFilterCondition(String filterCondition)
public String getFilterCondition()
public DeltaTableSource setFullName(String fullName)
public String getFullName()
public DeltaTableSource setTimeseriesColumn(String timeseriesColumn)
public String getTimeseriesColumn()
public DeltaTableSource setTransformationSql(String transformationSql)
public String getTransformationSql()
Copyright © 2026. All rights reserved.