From the documentation: {quote} The local mode is explicitly enabled for a query with a special local = true parameter. Supported for native Java, .NET and C++ APIs only. For instance, in Java the parameter is switched on via SqlQuery.setLocal(true) or SqlFieldsQuery.setLocal(true) methods. {quote} |
|