T
- the type of the records to push to the SQL engineK
- Type for output key when mapping records using the ToKeyValueTransform
V
- Type for output value when mapping records using the ToKeyValueTransform
public interface SQLPushDataset<T,K,V> extends SQLDataset, OutputFormatProvider, ToKeyValueTransform<T,K,V>
OutputFormatProvider
and ToKeyValueTransform
used to push records
into the SQL engine.getDatasetName, getNumRows, getSchema
getOutputFormatClassName, getOutputFormatConfiguration
toKeyValue
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.