Uses of Class
org.apache.jena.sparql.util.Symbol
-
-
Uses of Symbol in org.apache.jena.atlas.event
Subclasses of Symbol in org.apache.jena.atlas.event Modifier and Type Class Description classEventType -
Uses of Symbol in org.apache.jena.query
Subclasses of Symbol in org.apache.jena.query Modifier and Type Class Description classSyntaxSymbols for query language syntaxesFields in org.apache.jena.query declared as Symbol Modifier and Type Field Description static SymbolARQ. constantBNodeLabelsControls bNode labels as <_:...> or not - that is a pseudo URIs.static SymbolARQ. enableExecutionTimeLoggingEnable logging of execution timing.static SymbolARQ. enablePropertyFunctionsEnable built-in property functions - also called "magic properties".static SymbolARQ. extensionValueTypesExpression evaluation without extension types (e.g.static SymbolARQ. fixupUndefinedPrefixesIf set to true, the parsers will convert undefined prefixes to a URI according to the fixup functionRiotLib.fixupPrefixes.static SymbolARQ. generateToListGenerate the ToList operation in the algebra (as ARQ is stream based, ToList is a non-op).static SymbolARQ. hideNonDistiguishedVariablesContext key to control hiding non-distinuished variablesstatic SymbolARQ. inputGraphBNodeLabelsIf true, XML result sets will use the bNode label in the result set itself.static SymbolARQ. javaRegexSymbol to name java.util.regex regular expression enginestatic SymbolARQ. optDistinctToReducedContext key controlling whether a DISTINCT-ORDER BY query is done by replacing the distinct with a reduced.static SymbolARQ. optExprConstantFoldingContext key controlling whether the standard optimizer applies constant folding to expressionsstatic SymbolARQ. optFilterConjunctionContext key controlling whether the standard optimizer applies optimizations to conjunctions (&&) in filters.static SymbolARQ. optFilterDisjunctionContext key controlling whether the standard optimizer applies optimizations to disjunctions (||) in filters.static SymbolARQ. optFilterEqualityContext key controlling whether the standard optimizer applies optimizations to equalities in FILTERs.static SymbolARQ. optFilterExpandOneOfContext key controlling whether the standard optimizer applies optimizations to IN and NOT IN.static SymbolARQ. optFilterImplicitJoinContext key controlling whether the standard optimizer applies optimizations to implicit joins in FILTERs.static SymbolARQ. optFilterInequalityContext key controlling whether the standard optimizer applies optimizations to inequalities in FILTERs This optimization is conservative - it does not take place if there is a potential risk of changing query semanticsstatic SymbolARQ. optFilterPlacementContext key controlling whether the main query engine moves filters to the "best" place.static SymbolARQ. optFilterPlacementBGPContext key controlling whether to do filter placement within BGP and quad blocks.static SymbolARQ. optFilterPlacementConservativeContext key controlling whether the main query engine moves filters to the "best" place using the more limited and conservative strategy which does not place as many filters Must be explicitly set "true" to operate.static SymbolARQ. optimizationContext key controlling whether the main query engine applies the default optimization transformations.static SymbolARQ. optImplicitLeftJoinContext key controlling whether the standard optimizer applies optimizations to implicit left joins.static SymbolARQ. optIndexJoinStrategyContext key controlling whether the standard optimizer applies optimizations to the evaluation of joins to favour index joins wherever possiblestatic SymbolARQ. optInlineAssignmentsContext key controlling whether the standard optimizer applies optimizations where by some assignments may be eliminated/inlined into the operators where their values are used only oncestatic SymbolARQ. optInlineAssignmentsAggressiveContext key controlling whether the standard optimizer aggressively inlines assignments whose values are used only once into operators where those expressions may be evaluated multiple times e.g.static SymbolARQ. optMergeBGPsContext key controlling whether the standard optimizater applies optimizations to joined BGPs to merge them into single BGPs.static SymbolARQ. optMergeExtendsContext key controlling whether the standard optimizer applies the optimization to combine stacks of (extend) into one compound operation.static SymbolARQ. optOrderByDistinctApplicationContext key controlling whether a DISTINCT-ORDER BY query is done by applying the ORDER BY after the DISTINCT when default SPARQL semantics usually mean ORDER BY applies before DISTINCT.static SymbolARQ. optPathFlattenContext key controlling whether the main query engine flattens simple paths (e.g.static SymbolARQ. optPromoteTableEmptyContext key controlling whether the standard optimizer applies table empty promotionstatic SymbolARQ. optReorderBGPContext key controlling whether the standard optimizer applies the optimization to reorder basic graph patterns.static SymbolARQ. optTopNSortingContext key controlling whether an ORDER BY-LIMIT query is done avoiding total sort using an heap.static SymbolARQ. outputGraphBNodeLabelsIf true, XML result sets written will contain the graph bNode label See also inputGraphBNodeLabelsstatic SymbolARQ. propertyFunctionsContext key controlling whether the main query engine processes property functions.static SymbolARQ. queryTimeoutSet timeout.static SymbolARQ. regexImplDetermine which regular expression system to use.static SymbolARQ. serviceAllowedControl whether SERVICE processing is allowed.static SymbolARQ. serviceParamsUse this Symbol to allow passing additional query parameters to a SERVICE <IRI> call.static SymbolARQ. spillToDiskThresholdA Long value that specifies the number of bindings (or triples for CONSTRUCT queries) to be stored in memory by sort operations or hash tables before switching to temporary disk files.static SymbolARQ. stageGeneratorContext key for StageBuilder used in BGP compilationstatic SymbolARQ. strictSPARQLStick exactly to the spec.static SymbolARQ. symJavaScriptFunctionsContext symbol for JavaScript functions as a string value which is evaluated.static SymbolARQ. symJavaScriptLibFileContext symbol for JavaScript library of functions defined in a file.static SymbolARQ. symLogExecSymbol to enable logging of execution.static SymbolARQ. topNSortingThresholdThreshold for doing a top N sort for ORDER-LIMIT.static SymbolARQ. useSAXUse the SAX parser for XML result sets.static SymbolARQ. xercesRegexSymbol to name the Xerces-J regular expression engineMethods in org.apache.jena.query with parameters of type Symbol Modifier and Type Method Description static booleanARQ. isFalse(Symbol symbol)static booleanARQ. isFalseOrUndef(Symbol symbol)static booleanARQ. isTrue(Symbol symbol)static booleanARQ. isTrueOrUndef(Symbol symbol)static voidARQ. set(Symbol symbol, boolean value)static voidARQ. setFalse(Symbol symbol)static voidARQ. setTrue(Symbol symbol)static voidARQ. unset(Symbol symbol) -
Uses of Symbol in org.apache.jena.riot
Fields in org.apache.jena.riot declared as Symbol Modifier and Type Field Description static SymbolRIOT. multilineLiteralsControl of multiline literalsstatic SymbolRIOT. symTurtleDirectiveStylePrinting style.static SymbolRIOT. symTurtleOmitBasePrinting style.static SymbolSysRIOT. sysRdfReaderPropertiesContext key for old style RDFReader properties.static SymbolSysRIOT. sysRdfWriterPropertiesContext key for old style RDFWriter properties.static SymbolSysRIOT. sysStreamManagerContext key for the StreamManagerMethods in org.apache.jena.riot with parameters of type Symbol Modifier and Type Method Description RDFParserBuilderRDFParserBuilder. set(Symbol symbol, java.lang.Object value)Added a setting to the context for the parser when built.RDFWriterBuilderRDFWriterBuilder. set(Symbol symbol, java.lang.Object value)Added a setting to the context for the writer when built. -
Uses of Symbol in org.apache.jena.riot.lang
Fields in org.apache.jena.riot.lang declared as Symbol Modifier and Type Field Description static SymbolJsonLDReader. JSONLD_CONTEXTSymbol to use to pass (in a Context object) the "@context" to be used when reading jsonld (overriding the actual @context in the jsonld) Expected value: the value of the "@context", as expected by the JSONLD-java API (a Map)static SymbolJsonLDReader. JSONLD_OPTIONSvalue: the option object expected by JsonLdProcessor (instance of JsonLdOptions) -
Uses of Symbol in org.apache.jena.riot.resultset.rw
Fields in org.apache.jena.riot.resultset.rw declared as Symbol Modifier and Type Field Description static SymbolResultSetWriterXML. xmlInstructionstatic SymbolResultSetWriterXML. xmlStylesheetMethods in org.apache.jena.riot.resultset.rw with parameters of type Symbol Modifier and Type Method Description ResultsWriter.BuilderResultsWriter.Builder. set(Symbol symbol, java.lang.Object value)Set a value in the writing context.ResultsWriter.BuilderResultsWriter.Builder. unset(Symbol symbol)Remove a context setting. -
Uses of Symbol in org.apache.jena.riot.writer
Fields in org.apache.jena.riot.writer declared as Symbol Modifier and Type Field Description static SymbolJsonLDWriter. JSONLD_ADD_ALL_PREFIXES_TO_CONTEXTif creating a (jsonld) context from dataset, should we include all the prefixes defined in graph's prefix mappings value: a Boolean (default: true)static SymbolJsonLDWriter. JSONLD_CONTEXTExpected value: the value of the "@context" (a JSON String, or the object expected by the JSONLD-java API)static SymbolJsonLDWriter. JSONLD_CONTEXT_SUBSTITUTIONExpected value: the value of the "@context" to be put in final output (a JSON String) This is NOT the context used to produce the output (given by JSONLD_CONTEXT, or computed from the input RDF.static SymbolJsonLDWriter. JSONLD_FRAMEvalue: a JSON String, or the frame object expected by JsonLdProcessor.framestatic SymbolJsonLDWriter. JSONLD_OPTIONSvalue: the option object expected by JsonLdProcessor (instance of JsonLdOptions) -
Uses of Symbol in org.apache.jena.sparql
Fields in org.apache.jena.sparql declared as Symbol Modifier and Type Field Description static SymbolARQConstants. autoDistinctContext key for making all SELECT queries have DISTINCT applied, whether stated or notstatic SymbolARQConstants. registryDescribeHandlersThe describe handler registry keystatic SymbolARQConstants. registryExtensionsThe extension library registry keystatic SymbolARQConstants. registryFunctionsThe function library registry keystatic SymbolARQConstants. registryProceduresThe function library registry keystatic SymbolARQConstants. registryPropertyFunctionsThe property function registry keystatic SymbolARQConstants. symDatasetDefaultGraphsGraphs forming the default graph (List<String>) (Dynamic dataset)static SymbolARQConstants. symDatasetNamedGraphsGraphs forming the named graphs (List<String>) (Dynamic dataset)static SymbolARQConstants. symPrologueContext symbol for a suppliedPrologue(used for text out of result sets).static SymbolARQConstants. sysCurrentAlgebraContext key for the algebra expression of the query execution after optimizationstatic SymbolARQConstants. sysCurrentDatasetContext key for the dataset for the current query execution.static SymbolARQConstants. sysCurrentQueryContext key for the query for the current query execution (may be null if was not created from a query string )static SymbolARQConstants. sysCurrentTimeContext key for the current time of query executionstatic SymbolARQConstants. sysDatasetDescriptionContext key for the dataset description (if any).static SymbolARQConstants. sysOpExecutorFactoryContext key for the OpExecutor to be usedstatic SymbolARQConstants. sysOptimizerContext key for the optimizer used in this executionstatic SymbolARQConstants. sysOptimizerFactoryContext key for the optimizer factory to be usedstatic SymbolARQConstants. sysVarAllocAnonContext key for the execution-scoped bNode variable generatorstatic SymbolARQConstants. sysVarAllocNamedContext key for the execution-scoped named variable generatorstatic SymbolARQConstants. sysVarAllocRDFStarstatic SymbolARQConstants. sysVersionARQContext key for ARQ versionstatic SymbolARQConstants. sysVersionJenaContext key for Jena versionMethods in org.apache.jena.sparql that return Symbol Modifier and Type Method Description static SymbolSystemARQ. allocSymbol(java.lang.String shortName)static SymbolSystemARQ. allocSymbol(java.lang.String base, java.lang.String shortName) -
Uses of Symbol in org.apache.jena.sparql.algebra.optimize
Fields in org.apache.jena.sparql.algebra.optimize declared as Symbol Modifier and Type Field Description static SymbolOptimizerStd. filterPlacementOldNameAlternative name for compatibility only -
Uses of Symbol in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core with parameters of type Symbol Modifier and Type Method Description static VarAllocVarAlloc. get(Context context, Symbol name) -
Uses of Symbol in org.apache.jena.sparql.engine.http
Fields in org.apache.jena.sparql.engine.http declared as Symbol Modifier and Type Field Description static SymbolService. queryClientUse to set the HTTP client for a service.static SymbolService. queryCompressionUse to set the HttpQuery.allowCompression flag.static SymbolService. queryTimeoutSet timeout.static SymbolService. serviceAllowedControl whether SERVICE processing is allowed.static SymbolService. serviceContextUse this Symbol to allow passing additional service context variables SERVICE <IRI> call. -
Uses of Symbol in org.apache.jena.sparql.expr
Subclasses of Symbol in org.apache.jena.sparql.expr Modifier and Type Class Description classFunctionLabel -
Uses of Symbol in org.apache.jena.sparql.function.library
Fields in org.apache.jena.sparql.function.library declared as Symbol Modifier and Type Field Description static Symbolnowtz. symNowTzMethods in org.apache.jena.sparql.function.library with parameters of type Symbol Modifier and Type Method Description static NodeValuecontext. get(Symbol symbol, FunctionEnv env)static NodeValueSystemVar. get(Symbol symbol, FunctionEnv env) -
Uses of Symbol in org.apache.jena.sparql.function.scripting
Methods in org.apache.jena.sparql.function.scripting that return Symbol Modifier and Type Method Description static SymbolLanguageSymbols. scriptFunctions(java.lang.String lang)static SymbolLanguageSymbols. scriptLibrary(java.lang.String lang) -
Uses of Symbol in org.apache.jena.sparql.modify
Fields in org.apache.jena.sparql.modify declared as Symbol Modifier and Type Field Description static SymbolUpdateProcessRemoteBase. HTTP_CONTEXTSymbol used to set aHttpContextwhich will be used for HTTP requests -
Uses of Symbol in org.apache.jena.sparql.pfunction
Subclasses of Symbol in org.apache.jena.sparql.pfunction Modifier and Type Class Description classPropFuncArgType -
Uses of Symbol in org.apache.jena.sparql.resultset
Subclasses of Symbol in org.apache.jena.sparql.resultset Modifier and Type Class Description classResultsFormat -
Uses of Symbol in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util that return Symbol Modifier and Type Method Description static SymbolSymbol. create(java.lang.String symbolStr)static SymbolSymbol. create(Symbol other)Methods in org.apache.jena.sparql.util that return types with arguments of type Symbol Modifier and Type Method Description java.util.Set<Symbol>Context. keys()Set of properties (as Symbols) currently definedMethods in org.apache.jena.sparql.util with parameters of type Symbol Modifier and Type Method Description static SymbolSymbol. create(Symbol other)<T> TContext. get(Symbol property)Get the object value of a property or nulljava.lang.ObjectContext. get(Symbol property, java.lang.Object defaultValue)Get the object value of a property - return the default value if not present .java.lang.StringContext. getAsString(Symbol property)Get the value a string (uses .toString() if the value is not null)java.lang.StringContext. getAsString(Symbol property, java.lang.String defaultValue)Get the value a string (uses .toString() if the value is not null) - supply a default string valueintContext. getInt(Symbol symbol, int defaultValue)Get the value as a long value.longContext. getLong(Symbol symbol, long defaultValue)Get the value as a long value.booleanContext. hasValue(Symbol property, java.lang.Object value)Test whether a named value is a specific value (.equals)booleanContext. hasValueAsString(Symbol property, java.lang.String value)Test whether a named value (as a string) has a specific string formbooleanContext. hasValueAsString(Symbol property, java.lang.String value, boolean ignoreCase)Test whether a named value (as a string) has a specific string form - can ignore casebooleanContext. isDefined(Symbol property)Is a property set?booleanContext. isFalse(Symbol property)Is the value 'false' (either set to the string "false" or Boolean.FALSE)booleanContext. isFalseOrUndef(Symbol property)Is the value 'false' (either set to the string "false" or Boolean.FALSE) or undefinedbooleanContext. isTrue(Symbol property)Is the value 'true' (either set to the string "true" or Boolean.TRUE)booleanContext. isTrueOrUndef(Symbol property)Is the value 'true' (either set to the string "true" or Boolean.TRUE) or undefined?booleanContext. isUndef(Symbol property)Is a property not set?voidContext. put(Symbol property, java.lang.Object value)Store a named value - overwrites any previous set valuevoidContext. remove(Symbol property)Remove any value associated with a propertyvoidContext. set(Symbol property, boolean value)Store a named value - overwrites any previous set valuevoidContext. set(Symbol property, java.lang.Object value)Store a named value - overwrites any previous set valuevoidContext. setFalse(Symbol property)Set property value to be falsevoidContext. setIfUndef(Symbol property, java.lang.Object value)Store a named value only if it is not currently setvoidContext. setTrue(Symbol property)Set property value to be truevoidContext. unset(Symbol property)Remove any value associated with a property - alternative method name
-