Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type BaseJobParameters
- type BasicCreateJobProperties
- type BasicProperties
- type BuildJobParameters
- type CancelFuture
- type Client
- type CompileMode
- type CreateJobParameters
- type CreateJobProperties
- type CreateScopeJobParameters
- type CreateScopeJobProperties
- type CreateUSQLJobProperties
- type DataPath
- type Diagnostics
- type ErrorDetails
- type HiveJobProperties
- type InfoListResult
- type InfoListResultIterator
- type InfoListResultPage
- type Information
- type InformationBasic
- type InnerError
- type PipelineClient
- type PipelineInformation
- type PipelineInformationListResult
- type PipelineInformationListResultIterator
- type PipelineInformationListResultPage
- type PipelineRunInformation
- type Properties
- type RecurrenceClient
- type RecurrenceInformation
- type RecurrenceInformationListResult
- type RecurrenceInformationListResultIterator
- type RecurrenceInformationListResultPage
- type RelationshipProperties
- type Resource
- type ResourceType
- type ResourceUsageStatistics
- type Result
- type ScopeJobProperties
- type ScopeJobResource
- type SeverityTypes
- type State
- type StateAuditRecord
- type Statistics
- type StatisticsVertex
- type StatisticsVertexStage
- type Type
- type TypeBasicCreateJobProperties
- type TypeEnum
- type USQLJobProperties
- type UpdateFuture
- type UpdateJobParameters
- type YieldFuture
Constants ¶
View Source
const (
DefaultAdlaJobDNSSuffix = original.DefaultAdlaJobDNSSuffix
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New() BaseClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(adlaJobDNSSuffix string) BaseClient
type BaseJobParameters ¶
type BaseJobParameters = original.BaseJobParameters
type BasicCreateJobProperties ¶
type BasicCreateJobProperties = original.BasicCreateJobProperties
type BasicProperties ¶
type BasicProperties = original.BasicProperties
type BuildJobParameters ¶
type BuildJobParameters = original.BuildJobParameters
type CancelFuture ¶
type CancelFuture = original.CancelFuture
type CompileMode ¶
type CompileMode = original.CompileMode
const ( Full CompileMode = original.Full Semantic CompileMode = original.Semantic SingleBox CompileMode = original.SingleBox )
func PossibleCompileModeValues ¶
func PossibleCompileModeValues() []CompileMode
type CreateJobParameters ¶
type CreateJobParameters = original.CreateJobParameters
type CreateJobProperties ¶
type CreateJobProperties = original.CreateJobProperties
type CreateScopeJobParameters ¶
type CreateScopeJobParameters = original.CreateScopeJobParameters
type CreateScopeJobProperties ¶
type CreateScopeJobProperties = original.CreateScopeJobProperties
type CreateUSQLJobProperties ¶
type CreateUSQLJobProperties = original.CreateUSQLJobProperties
type Diagnostics ¶
type Diagnostics = original.Diagnostics
type ErrorDetails ¶
type ErrorDetails = original.ErrorDetails
type HiveJobProperties ¶
type HiveJobProperties = original.HiveJobProperties
type InfoListResult ¶
type InfoListResult = original.InfoListResult
type InfoListResultIterator ¶
type InfoListResultIterator = original.InfoListResultIterator
func NewInfoListResultIterator ¶
func NewInfoListResultIterator(page InfoListResultPage) InfoListResultIterator
type InfoListResultPage ¶
type InfoListResultPage = original.InfoListResultPage
func NewInfoListResultPage ¶
func NewInfoListResultPage(cur InfoListResult, getNextPage func(context.Context, InfoListResult) (InfoListResult, error)) InfoListResultPage
type Information ¶
type Information = original.Information
type InformationBasic ¶
type InformationBasic = original.InformationBasic
type InnerError ¶
type InnerError = original.InnerError
type PipelineClient ¶
type PipelineClient = original.PipelineClient
func NewPipelineClient ¶
func NewPipelineClient() PipelineClient
type PipelineInformation ¶
type PipelineInformation = original.PipelineInformation
type PipelineInformationListResult ¶
type PipelineInformationListResult = original.PipelineInformationListResult
type PipelineInformationListResultIterator ¶
type PipelineInformationListResultIterator = original.PipelineInformationListResultIterator
func NewPipelineInformationListResultIterator ¶
func NewPipelineInformationListResultIterator(page PipelineInformationListResultPage) PipelineInformationListResultIterator
type PipelineInformationListResultPage ¶
type PipelineInformationListResultPage = original.PipelineInformationListResultPage
func NewPipelineInformationListResultPage ¶
func NewPipelineInformationListResultPage(cur PipelineInformationListResult, getNextPage func(context.Context, PipelineInformationListResult) (PipelineInformationListResult, error)) PipelineInformationListResultPage
type PipelineRunInformation ¶
type PipelineRunInformation = original.PipelineRunInformation
type Properties ¶
type Properties = original.Properties
type RecurrenceClient ¶
type RecurrenceClient = original.RecurrenceClient
func NewRecurrenceClient ¶
func NewRecurrenceClient() RecurrenceClient
type RecurrenceInformation ¶
type RecurrenceInformation = original.RecurrenceInformation
type RecurrenceInformationListResult ¶
type RecurrenceInformationListResult = original.RecurrenceInformationListResult
type RecurrenceInformationListResultIterator ¶
type RecurrenceInformationListResultIterator = original.RecurrenceInformationListResultIterator
func NewRecurrenceInformationListResultIterator ¶
func NewRecurrenceInformationListResultIterator(page RecurrenceInformationListResultPage) RecurrenceInformationListResultIterator
type RecurrenceInformationListResultPage ¶
type RecurrenceInformationListResultPage = original.RecurrenceInformationListResultPage
func NewRecurrenceInformationListResultPage ¶
func NewRecurrenceInformationListResultPage(cur RecurrenceInformationListResult, getNextPage func(context.Context, RecurrenceInformationListResult) (RecurrenceInformationListResult, error)) RecurrenceInformationListResultPage
type RelationshipProperties ¶
type RelationshipProperties = original.RelationshipProperties
type ResourceType ¶
type ResourceType = original.ResourceType
const ( JobManagerResource ResourceType = original.JobManagerResource JobManagerResourceInUserFolder ResourceType = original.JobManagerResourceInUserFolder StatisticsResource ResourceType = original.StatisticsResource StatisticsResourceInUserFolder ResourceType = original.StatisticsResourceInUserFolder VertexResource ResourceType = original.VertexResource VertexResourceInUserFolder ResourceType = original.VertexResourceInUserFolder )
func PossibleResourceTypeValues ¶
func PossibleResourceTypeValues() []ResourceType
type ResourceUsageStatistics ¶
type ResourceUsageStatistics = original.ResourceUsageStatistics
type ScopeJobProperties ¶
type ScopeJobProperties = original.ScopeJobProperties
type ScopeJobResource ¶
type ScopeJobResource = original.ScopeJobResource
type SeverityTypes ¶
type SeverityTypes = original.SeverityTypes
const ( Deprecated SeverityTypes = original.Deprecated Error SeverityTypes = original.Error Info SeverityTypes = original.Info SevereWarning SeverityTypes = original.SevereWarning UserWarning SeverityTypes = original.UserWarning Warning SeverityTypes = original.Warning )
func PossibleSeverityTypesValues ¶
func PossibleSeverityTypesValues() []SeverityTypes
type State ¶
const ( StateAccepted State = original.StateAccepted StateCompiling State = original.StateCompiling StateEnded State = original.StateEnded StateFinalizing State = original.StateFinalizing StateNew State = original.StateNew StatePaused State = original.StatePaused StateQueued State = original.StateQueued StateRunning State = original.StateRunning StateScheduling State = original.StateScheduling StateStarting State = original.StateStarting StateWaitingForCapacity State = original.StateWaitingForCapacity StateYielded State = original.StateYielded )
func PossibleStateValues ¶
func PossibleStateValues() []State
type StateAuditRecord ¶
type StateAuditRecord = original.StateAuditRecord
type Statistics ¶
type Statistics = original.Statistics
type StatisticsVertex ¶
type StatisticsVertex = original.StatisticsVertex
type StatisticsVertexStage ¶
type StatisticsVertexStage = original.StatisticsVertexStage
type TypeBasicCreateJobProperties ¶
type TypeBasicCreateJobProperties = original.TypeBasicCreateJobProperties
const ( TypeBasicCreateJobPropertiesTypeCreateJobProperties TypeBasicCreateJobProperties = original.TypeBasicCreateJobPropertiesTypeCreateJobProperties TypeBasicCreateJobPropertiesTypeScope TypeBasicCreateJobProperties = original.TypeBasicCreateJobPropertiesTypeScope TypeBasicCreateJobPropertiesTypeUSQL TypeBasicCreateJobProperties = original.TypeBasicCreateJobPropertiesTypeUSQL )
func PossibleTypeBasicCreateJobPropertiesValues ¶
func PossibleTypeBasicCreateJobPropertiesValues() []TypeBasicCreateJobProperties
type USQLJobProperties ¶
type USQLJobProperties = original.USQLJobProperties
type UpdateFuture ¶
type UpdateFuture = original.UpdateFuture
type UpdateJobParameters ¶
type UpdateJobParameters = original.UpdateJobParameters
type YieldFuture ¶
type YieldFuture = original.YieldFuture
Click to show internal directories.
Click to hide internal directories.