JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.apache.druid.guice.annotations
Annotation Interface NativeQuery
@Target
({
FIELD
,
PARAMETER
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
NativeQuery
Binding annotation for implements of interfaces that are focused on running native queries. This is generally contrasted with the MSQ annotation.
See Also:
Parent