Interface IDatasourceOptions
public interface IDatasourceOptions
Definition of options provided to data sources. These are options within a WITH statement in table sources
-
Method Summary
Modifier and TypeMethodDescriptionintgetBatchSize(IExecutionContext context) Return the vector batch size.default ValueVectorgetOption(QualifiedName name, IExecutionContext context) Return value for provided option name.Return options
-
Method Details
-
getBatchSize
Return the vector batch size. This is simply a convenience method for#getOption(String, IExecutionContext)with option name batch_size -
getOption
Return value for provided option name. If no option found with provided name null is returned -
getOptions
Return options
-