Uses of Interface
se.kuseman.payloadbuilder.api.execution.IQuerySession
Packages that use IQuerySession
-
Uses of IQuerySession in se.kuseman.payloadbuilder.api.catalog
Methods in se.kuseman.payloadbuilder.api.catalog with parameters of type IQuerySessionModifier and TypeMethodDescriptionCatalog.getScanDataSource(IQuerySession session, String catalogAlias, QualifiedName table, DatasourceData data) Create a scanIDatasourcefor provided tableCatalog.getSeekDataSource(IQuerySession session, String catalogAlias, ISeekPredicate seekPredicate, DatasourceData data) Create a seekIDatasourcefor provided predicateCatalog.getSystemTableDataSource(IQuerySession session, String catalogAlias, QualifiedName table, DatasourceData data) Get system datasource for provided table.Catalog.getSystemTableSchema(IQuerySession session, String catalogAlias, QualifiedName table) Return table schema for a system tableCatalog.getTableSchema(IQuerySession session, String catalogAlias, QualifiedName table) Deprecated.Catalog.getTableSchema(IQuerySession session, String catalogAlias, QualifiedName table, List<Option> options) Return the table schema information for provided table. -
Uses of IQuerySession in se.kuseman.payloadbuilder.api.execution
Methods in se.kuseman.payloadbuilder.api.execution that return IQuerySession
#getTableSchema(IExecutionContext, String, QualifiedName, List)instead