@Beta public class SQLReadRequest extends Object implements Serializable
Constructor and Description |
---|
SQLReadRequest(String datasetName,
SQLEngineInput input)
Creates a new SQLReadRequest instance
|
Modifier and Type | Method and Description |
---|---|
String |
getDatasetName()
Get the name of the dataset that should be read from the source
|
SQLEngineInput |
getInput()
Describes the input source
|
public SQLReadRequest(String datasetName, SQLEngineInput input)
datasetName
- dataset nameinput
- SQL engine input configurationpublic String getDatasetName()
public SQLEngineInput getInput()
Copyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.