MCPcopy Create free account

hub / github.com/apache/impala / functions

Functions43,496 in github.com/apache/impala

↓ 283 callersMethodmax
be/src/kudu/util/random.h:220
↓ 282 callersMethodsearch
Returns an instance of SearchResults, which is a summary report. This method oversees the generation, execution, and comparison of queries.
tests/comparison/discrepancy_searcher.py:675
↓ 279 callersMethodcreateDecimalType
()
fe/src/main/java/org/apache/impala/catalog/ScalarType.java:110
↓ 269 callersMethodIncrement
be/src/kudu/util/atomic.h:246
↓ 268 callersMethodtoString
()
fe/src/main/java/org/apache/impala/analysis/Expr.java:1693
↓ 265 callersMethodallExcept
(TPrivilegeLevel... excludedPrivLevels)
fe/src/test/java/org/apache/impala/authorization/AuthorizationTestBase.java:820
↓ 263 callersMethodanalyze
Analyzes the implementation specific parts of the MERGE statement. @param analyzer analyzer of the MERGE statement @throws AnalysisException if analys
fe/src/main/java/org/apache/impala/analysis/MergeImpl.java:39
↓ 260 callersMethodgetThriftClient
(IMetaStoreClient msClient)
fe/src/compat-apache-hive-2/java/org/apache/impala/compat/MetastoreShim.java:395
↓ 257 callersMethodadd_constraint
(self, constraint_func)
tests/common/test_vector.py:299
↓ 255 callersMethodstream
be/src/exec/parquet/parquet-page-reader.h:31
↓ 253 callersMethodtoString
()
fe/src/test/java/org/apache/impala/util/IcebergUtilTest.java:401
↓ 252 callersMethodexecute_query_expect_failure
Executes a query and asserts that the query failed. Remember to pass vector.get_value('exec_option') as 'query_options' argument if the test h
tests/common/impala_test_suite.py:1257
↓ 250 callersMethodLoad
be/src/runtime/io/data-cache.cc:1078
↓ 244 callersMethodgetTableName
@return the table name in structured form
fe/src/main/java/org/apache/impala/catalog/FeTable.java:98
↓ 242 callersMethodslice
Return a slice view into this Bloom Filter, suitable for writing out to a file.
be/src/kudu/util/bloom_filter.h:160
↓ 239 callersMethodjoin
(TPrivilegeLevel[] level1, TPrivilegeLevel... level2)
fe/src/test/java/org/apache/impala/authorization/AuthorizationTestBase.java:803
↓ 238 callersMethodwrite
be/src/transport/THttpTransport.cpp:283
↓ 237 callersFunctionTestDateValue
be/src/util/string-parser-test.cc:82
↓ 232 callersMethodToString
be/src/kudu/rpc/proxy.cc:275
↓ 228 callersMethodempty
be/src/util/internal-queue.h:230
↓ 227 callersMethodfind
Forward interface for boost::unordered_map
be/src/scheduling/scheduler.h:144
↓ 226 callersMethodchildren
be/src/exec/parquet/parquet-complex-column-reader.h:30
↓ 224 callersMethodpath
Helper function that returns a list of integers used to improve readability in the path-related tests below.
fe/src/test/java/org/apache/impala/analysis/AnalyzeStmtsTest.java:530
↓ 222 callersMethodsize
be/src/gutil/strings/strcat.h:69
↓ 220 callersMethodgetValue
()
fe/src/main/java/org/apache/impala/catalog/HdfsTable.java:2943
↓ 218 callersMethodinsert
Inserts 'val' into the set.
be/src/kudu/util/bitset.h:69
↓ 217 callersMethodreserve
Reserve space for the given total amount of data. If the current capacity is already larger than the newly requested capacity, this is a no-op (i.e. i
be/src/kudu/util/faststring.h:141
↓ 217 callersMethodwarn
be/src/gutil/threading/thread_collision_warner.cc:13
↓ 215 callersMethoditerator
be/src/kudu/util/bitset.h:180
↓ 214 callersMethodget_metric_value
Returns the value of the the given metric name from the Impala debug webpage
tests/common/impala_service.py:100
↓ 212 callersMethodRewritesOk
(String exprStr, ExprRewriteRule rule, String expectedExprStr)
fe/src/test/java/org/apache/impala/analysis/ExprRewriteRulesTest.java:172
↓ 206 callersMethodprocessEvents
Implements the core logic of processing external events
fe/src/main/java/org/apache/impala/catalog/events/ExternalEventsProcessor.java:77
↓ 206 callersMethodstart
Start the event processing. This could also be used to initialize the configuration like polling interval of the event processor
fe/src/main/java/org/apache/impala/catalog/events/ExternalEventsProcessor.java:32
↓ 205 callersMethodcollect
Add all nodes in the tree that satisfy 'predicate' to the list 'matches' This node is checked first, followed by its children in order. If the node it
fe/src/main/java/org/apache/impala/common/TreeNode.java:117
↓ 204 callersMethoderase
Removes 'val' from the set if it exists.
be/src/kudu/util/bitset.h:79
↓ 197 callersMethodAdd
be/src/exprs/agg-fn-evaluator.h:255
↓ 196 callersMethodmax
(CoreCount core1, CoreCount core2)
fe/src/main/java/org/apache/impala/planner/CoreCount.java:136
↓ 195 callersMethodroot
be/src/kudu/util/jsonreader.h:93
↓ 194 callersMethodappend
(LoggingEvent loggingEvent)
fe/src/test/java/org/apache/impala/util/TestRequestPoolService.java:272
↓ 193 callersMethodfind
be/src/util/in-list-filter.h:164
↓ 193 callersMethodgetKey
Util method to generate a database deletion entry value from a {@link Database} object.
fe/src/main/java/org/apache/impala/catalog/events/DeleteEventLog.java:142
↓ 192 callersMethodskip
be/src/exec/parquet/parquet-byte-stream-split-test.cc:248
↓ 191 callersFunctionrun_impala_shell_cmd
Runs the Impala shell on the commandline. 'shell_args' is a string which represents the commandline options. Returns a ImpalaShellResult.
tests/shell/util.py:124
↓ 189 callersMethodcreateAnalysisCtx
(String defaultDb)
fe/src/test/java/org/apache/impala/analysis/AnalyzeAuthStmtsTest.java:69
↓ 188 callersMethodwait_for_metric_value
(self, metric_name, expected_value, timeout=10, interval=1, allow_greater=False)
tests/common/impala_service.py:143
↓ 186 callersMethodGetValue
be/src/kudu/util/semaphore.cc:93
↓ 183 callersFunction$
(t)
www/datatables/DataTables-1.13.2/js/jquery.dataTables.min.js:4
↓ 182 callersMethodInstantiate
be/src/kudu/util/metrics.cc:206
↓ 180 callersMethodAddBenchmark
be/src/util/benchmark.cc:126
↓ 180 callersFunctiont
(n)
www/d3.v3.min.js:1
↓ 179 callersMethodmarkEvent
Saves an event at the current time with the given label. It returns the duration in nano seconds between the last and the current event.
fe/src/main/java/org/apache/impala/util/EventSequence.java:57
↓ 179 callersMethodmatch
(String actual, String expected)
fe/src/test/java/org/apache/impala/authorization/AuthorizationTestBase.java:589
↓ 178 callersMethodToString
Return a string that contains the copy of the referenced data.
be/src/kudu/util/slice.cc:38
↓ 177 callersMethodimpl
Returns the underlying opaque implementation object. The UDF/UDA should not use this. This is used internally.
be/src/udf/udf.h:271
↓ 174 callersMethodAddCounter
be/src/util/metrics.h:423
↓ 174 callersMethodGetString
be/src/util/process-state-info.cc:62
↓ 173 callersMethodempty
Returns whether the set is empty.
be/src/kudu/util/bitset.h:96
↓ 173 callersMethodnode
be/src/kudu/util/yamlreader.h:70
↓ 172 callersMethodgetMetaStoreTable
@return the metastore.api.Table object this Table was created from. Returns null if the derived Table object was not created from a metastore Table (e
fe/src/main/java/org/apache/impala/catalog/FeTable.java:72
↓ 171 callersMethodbyte_size
be/src/runtime/descriptors.h:633
↓ 170 callersMethodset
be/src/kudu/util/mt-threadlocal-test.cc:257
↓ 166 callersMethodunlock
(UnlockRequest unlockRequest)
fe/src/main/java/org/apache/impala/catalog/metastore/MetastoreServiceHandler.java:2320
↓ 165 callersMethodequals
Returns true if two expressions are equal. The equality comparison works on analyzed as well as unanalyzed exprs by ignoring implicit casts. If overri
fe/src/main/java/org/apache/impala/analysis/Expr.java:1043
↓ 165 callersMethodgetEventId
()
fe/src/main/java/org/apache/impala/catalog/events/MetastoreEvents.java:713
↓ 164 callersFunctionSleepFor
be/src/kudu/util/monotime.cc:272
↓ 162 callersMethodAdd
be/src/util/hdfs-bulk-ops.cc:165
↓ 162 callersFunctionisNaN
(value)
www/dagre-d3.min.js:48
↓ 162 callersMethodname
Returns the name of the function. Multiple functions may have the same name. For example, COUNT will have a separate Func class for the analyti
tests/comparison/funcs.py:130
↓ 160 callersMethodtest
()
fe/src/test/java/org/apache/impala/catalog/CatalogTableWriteIdTest.java:44
↓ 160 callersFunctiontime
(name,fn)
www/dagre-d3.min.js:46
↓ 157 callersMethodequals
(RelOptCost other)
java/calcite-planner/src/main/java/org/apache/impala/calcite/schema/ImpalaCost.java:109
↓ 156 callersMethodcheck_response
(response, expected_status_code = TCLIService.TStatusCode.SUCCESS_STATUS,
tests/hs2/hs2_test_suite.py:142
↓ 156 callersMethodselect
(Select select)
fe/src/main/java/org/apache/impala/analysis/QueryStringBuilder.java:133
↓ 156 callersMethodtoString
()
fe/src/main/java/org/apache/impala/planner/PlanId.java:38
↓ 155 callersMethodisEmpty
()
fe/src/main/java/org/apache/impala/catalog/iceberg/GroupedContentFiles.java:99
↓ 154 callersMethodend
be/src/service/query-state-record.cc:502
↓ 152 callersMethodconcat
(List<Expr> lhs, List<Expr> rhs)
fe/src/main/java/org/apache/impala/analysis/ExprSubstitutionMap.java:152
↓ 150 callersFunction$
(t)
www/datatables/DataTables-1.13.2/datatables.min.js:16
↓ 147 callersMethodend
be/src/scheduling/scheduler.h:145
↓ 147 callersMethodexists
(self, path)
tests/util/adls_util.py:63
↓ 146 callersMethodgetChildren
()
fe/src/main/java/org/apache/impala/common/TreeNode.java:51
↓ 146 callersMethodload
be/src/codegen/codegen-fn-ptr.h:53
↓ 145 callersMethodtotal_time_counter
Returns the counter for the total elapsed time.
be/src/util/runtime-profile.h:209
↓ 144 callersMethodcreate_impala_client
Create a new ImpalaConnection client. This client is registered at the class level and will be cleaned up during test method teardown. This s
tests/common/impala_test_suite.py:424
↓ 143 callersMethoddata
be/src/runtime/io/disk-file.h:89
↓ 143 callersMethodsubstr
be/src/gutil/strings/stringpiece.cc:218
↓ 141 callersMethodexploration_strategy
(cls)
tests/common/impala_test_suite.py:1569
↓ 140 callersMethodgetDesc
()
fe/src/main/java/org/apache/impala/analysis/SlotRef.java:294
↓ 140 callersMethodwait_for_event_processing
(test_suite, timeout=10, error_status_possible=False)
tests/util/event_processor_utils.py:86
↓ 139 callersMethodconsumption
Returns the memory consumed in bytes.
be/src/runtime/mem-tracker.h:302
↓ 138 callersMethodnext
()
fe/src/main/java/org/apache/impala/util/IntIterator.java:23
↓ 137 callersMethodadd
Adds a version number to the collection of versions for in-flight events. If the collection is already at the max size defined by <code>MAX_NUMBER_OF_
fe/src/main/java/org/apache/impala/catalog/events/InFlightEvents.java:106
↓ 137 callersMethodvalue
Returns a copy of the underlying storage. We cannot return a reference or pointer because it may be unaligned (this class is packed) and unaligned poi
be/src/runtime/decimal-value.h:184
↓ 136 callersMethodWait
be/src/kudu/util/subprocess.cc:544
↓ 136 callersMethodequals
(Object o)
fe/src/test/java/org/apache/impala/util/RandomHiveQueryRunner.java:254
↓ 135 callersMethoddata
be/src/kudu/util/array_view.h:106
↓ 134 callersMethodPtr
be/src/runtime/string-value.h:110
↓ 134 callersFunctionabs
abs() is not defined for int128_t. Name it abs() so it can be compatible with native int types in templates.
be/src/runtime/multi-precision.h:121
↓ 134 callersMethodid
be/src/exec/exec-node.h:286
↓ 132 callersMethodLen
be/src/runtime/string-value.h:96
← previousnext →101–200 of 43,496, ranked by callers