Interface IDatasourceOptions


public interface IDatasourceOptions
Definition of options provided to data sources. These are options within a WITH statement in table sources
  • Method Details

    • getBatchSize

      int getBatchSize(IExecutionContext context)
      Return the vector batch size. This is simply a convenience method for #getOption(String, IExecutionContext) with option name batch_size
    • getOption

      default ValueVector getOption(QualifiedName name, IExecutionContext context)
      Return value for provided option name. If no option found with provided name null is returned
    • getOptions

      List<Option> getOptions()
      Return options