MCPcopy Create free account

hub / github.com/apache/impala / functions

Functions43,496 in github.com/apache/impala

↓ 85 callersMethodget_int_metric
Returns the int value of event processor metric from the /events catalogd debug page
tests/util/event_processor_utils.py:143
↓ 85 callersMethodisNull
()
fe/src/main/java/org/apache/impala/catalog/Type.java:186
↓ 84 callersMethodGetByteSize
Returns the byte size of this type. Returns 0 for variable length types.
be/src/runtime/types.h:241
↓ 83 callersMethodgetStats
Get statistics about the cache (for monitoring/debugging). @return A human-readable string with cache statistics
fe/src/main/java/org/apache/impala/service/CacheBackend.java:48
↓ 83 callersMethodopen
Starts a scan. Called during query execution before any calls to getNext().
java/ext-data-source/api/src/main/java/org/apache/impala/extdatasource/v1/ExternalDataSource.java:50
↓ 83 callersMethodremove
Removes a given version from the collection of version numbers for in-flight events. @param isInsertEvent If true, remove eventId from list of eventId
fe/src/main/java/org/apache/impala/catalog/events/InFlightEvents.java:86
↓ 82 callersMethodgetCount
()
fe/src/main/java/org/apache/impala/catalog/PartitionMetaSummary.java:227
↓ 82 callersMethodgetNextNodeId
()
fe/src/main/java/org/apache/impala/planner/PlannerContext.java:114
↓ 82 callersMethodget_first_impalad
(self)
tests/common/impala_cluster.py:171
↓ 81 callersMethodcontext
()
fe/src/test/java/org/apache/impala/common/QueryFixture.java:248
↓ 81 callersMethodgetCardinality
()
fe/src/main/java/org/apache/impala/planner/PlanNode.java:271
↓ 81 callersMethodgetQueryOptions
()
fe/src/main/java/org/apache/impala/planner/PlannerContext.java:109
↓ 81 callersMethodhasNext
()
fe/src/main/java/org/apache/impala/util/IntIterator.java:22
↓ 81 callersMethodverifyPrivilegeReqs
(String stmt, Set<String> expectedPrivilegeNames)
fe/src/test/java/org/apache/impala/authorization/AuthorizationStmtTest.java:3861
↓ 81 callersMethodwait_for_impala_state
Waits for the given 'operation_handle' to reach the 'expected_impala_state'. 'expected_impala_state' must be a string of either 'INITIALIZED', 'PE
tests/common/impala_connection.py:316
↓ 80 callersFunctionIsTrue
Return true if the given value is true (case-insensitive) or 1.
be/src/service/query-options.cc:236
↓ 80 callersFunctionStringToAllDecimals
be/src/runtime/decimal-test.cc:84
↓ 80 callersFunctiondiscard_result
be/src/common/compiler-util.h:59
↓ 80 callersMethodgetLock
()
fe/src/main/java/org/apache/impala/catalog/Db.java:201
↓ 80 callersMethodsetType
(Type type)
fe/src/main/java/org/apache/impala/analysis/ColumnDef.java:171
↓ 79 callersMethodRegisterUrlCallback
be/src/util/webserver.cc:1313
↓ 79 callersMethodSet
Sets the bit at 'bit_index' to v.
be/src/util/bitmap.h:59
↓ 79 callersMethoddeserializeThrift
(T result, byte[] thriftData)
fe/src/main/java/org/apache/impala/common/JniUtil.java:142
↓ 79 callersMethodgetPartitions
@return all partitions of this table
fe/src/main/java/org/apache/impala/catalog/FeFsTable.java:393
↓ 78 callersMethodFree
The allocated memory will be recycled in bulk after the UDF returns
be/src/exprs/string-functions.cc:88
↓ 77 callersFunctionTNetworkAddressToString
be/src/util/network-util.cc:239
↓ 77 callersMethodadd
(int val)
fe/src/main/java/org/apache/impala/util/TResultRowBuilder.java:30
↓ 77 callersMethodalterError
(String object)
fe/src/test/java/org/apache/impala/authorization/AuthorizationTestBase.java:724
↓ 77 callersMethodgetKind
()
fe/src/main/java/org/apache/impala/analysis/TimeTravelSpec.java:61
↓ 77 callersMethodgetMetrics
()
fe/src/test/java/org/apache/impala/catalog/events/SynchronousHMSEventProcessorForTests.java:38
↓ 77 callersMethodsize
The data buffer.
be/src/kudu/util/memory/memory.h:63
↓ 76 callersMethodAllocate
Allocates a section of memory of 'size' bytes with DEFAULT_ALIGNMENT at the end of the the current chunk. Creates a new chunk if there aren't any chun
be/src/runtime/mem-pool.h:124
↓ 76 callersMethodCountDown
Decrement the count of this latch by 'amount' If the new count is less than or equal to zero, then all waiting threads are woken up. If the count is a
be/src/kudu/util/countdown_latch.h:43
↓ 76 callersMethodGetFunction
be/src/exprs/scalar-fn-call.cc:427
↓ 76 callersMethodaddSummary
Create result set from string 'summary', and attach it to 'response'.
fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java:810
↓ 76 callersMethodgetBackendCfg
()
fe/src/main/java/org/apache/impala/service/BackendConfig.java:65
↓ 76 callersMethodgetComment
()
fe/src/main/java/org/apache/impala/catalog/Column.java:66
↓ 76 callersMethodgetExpr
()
fe/src/main/java/org/apache/impala/analysis/OrderByElement.java:63
↓ 76 callersFunctionn
(t,n)
www/d3.v5.min.js:2
↓ 75 callersFunctionMonotonicMillis
be/src/util/time.h:45
↓ 75 callersFunctionNotAuthorized
be/src/kudu/util/status.h:278
↓ 75 callersMethodOpenSession
be/src/service/internal-server.cc:43
↓ 75 callersMethodenableSyncToLatestEventOnDdls
()
fe/src/main/java/org/apache/impala/service/BackendConfig.java:365
↓ 75 callersMethodgetOperands
()
fe/src/main/java/org/apache/impala/analysis/SetOperationStmt.java:259
↓ 75 callersMethodgetRowType
(final RelDataTypeFactory typeFactory)
java/calcite-planner/src/main/java/org/apache/impala/calcite/schema/CalciteTable.java:184
↓ 75 callersMethodisConstant
Returns true if this expression should be treated as constant. I.e. if the frontend and backend should assume that two evaluations of the expression w
fe/src/main/java/org/apache/impala/analysis/Expr.java:1547
↓ 75 callersMethodname
be/src/kudu/util/metrics.h:575
↓ 75 callersMethodset
(int i, TableRef tableRef)
fe/src/main/java/org/apache/impala/analysis/FromClause.java:265
↓ 74 callersMethodInit
be/src/runtime/io/data-cache.cc:680
↓ 74 callersMethodgetSerdeInfo
()
fe/src/main/java/org/apache/impala/catalog/HdfsPartition.java:1080
↓ 74 callersMethodgetUniqueAlias
Returns the explicit alias or the fully-qualified implicit alias. The returned alias is guaranteed to be unique (i.e., column/field references against
fe/src/main/java/org/apache/impala/analysis/TableRef.java:370
↓ 74 callersMethodlock
(LockRequest lockRequest)
fe/src/main/java/org/apache/impala/catalog/metastore/MetastoreServiceHandler.java:2304
↓ 74 callersMethodof
(Table tbl, T value)
fe/src/main/java/org/apache/impala/catalog/monitor/CatalogTableMetrics.java:146
↓ 73 callersFunctionCallJniMethod
be/src/exec/external-data-source-executor.cc:176
↓ 73 callersMethodElapsedTime
Returns total time in cpu ticks for which the stopwatch was running, including the time since Start() was called, if it is currently running.
be/src/util/stopwatch.h:71
↓ 73 callersMethodStore
be/src/runtime/io/data-cache.cc:958
↓ 73 callersFunctionVerifyParse
be/src/runtime/decimal-test.cc:51
↓ 73 callersMethodgetItems
()
fe/src/main/java/org/apache/impala/analysis/SelectList.java:73
↓ 73 callersMethodmem_tracker
be/src/exec/data-sink.h:152
↓ 73 callersMethodstartsWith
()
fe/src/test/java/org/apache/impala/authorization/AuthorizationTestBase.java:596
↓ 72 callersFunctionbind
(func,thisArg)
www/dagre-d3.min.js:48
↓ 72 callersMethodbuilder
()
fe/src/main/java/org/apache/impala/analysis/QueryStringBuilder.java:180
↓ 72 callersMethodname
Returns the absolute path to the file.
be/src/util/redactor-test-utils.h:42
↓ 71 callersFunctionSplit
be/src/gutil/strings/split.h:294
↓ 71 callersMethodgetDbName
()
fe/src/main/java/org/apache/impala/catalog/events/SelfEventContext.java:91
↓ 71 callersFunctioniequals
be/src/kudu/util/string_case.cc:101
↓ 71 callersMethodinfoLog
Logs at info level the given log formatted string and its args. The log formatted string should have {} pair at the appropriate location in the string
fe/src/main/java/org/apache/impala/catalog/events/MetastoreEvents.java:931
↓ 71 callersMethodrelease
Called by FeCatalogManager when new ImpalaCatalog is created and this one is no longer used. Wakes up all threads that wait for catalogUpdateEventNoti
fe/src/main/java/org/apache/impala/catalog/ImpaladCatalog.java:306
↓ 71 callersMethodtype
be/src/runtime/descriptors.h:393
↓ 70 callersMethodMarkEvent
Stores an event in sequence with the given label and the current time (relative to the first time Start() was called) as the timestamp.
be/src/util/runtime-profile-counters.h:674
↓ 70 callersMethodStart
be/src/util/webserver.cc:407
↓ 70 callersMethodhash
be/src/util/cache/cache-internal.h:64
↓ 70 callersMethodserialize
(FePaimonTable paimonTable)
fe/src/main/java/org/apache/impala/catalog/paimon/PaimonUtil.java:169
↓ 70 callersMethodstate
Safe to call from PartitionedHashJoinNode threads during the probe phase.
be/src/exec/partitioned-hash-join-builder.h:532
↓ 70 callersMethodtoString
()
fe/src/main/java/org/apache/impala/util/Hash128.java:78
↓ 70 callersFunctionu
(n)
www/d3.v3.min.js:1
↓ 69 callersMethodClose
be/src/util/codec.cc:220
↓ 69 callersMethodadd
Add an int at the end of the list.
fe/src/main/java/org/apache/impala/util/IntArrayList.java:50
↓ 69 callersMethodfetch
Fetches query results up to max_rows given a handle and sql statement. Caller must ensure that query has passed PENDING state before calling fetch
tests/common/impala_connection.py:284
↓ 69 callersMethodisDecimal
()
fe/src/main/java/org/apache/impala/catalog/Type.java:190
↓ 68 callersMethodgetNumClusteringCols
()
fe/src/main/java/org/apache/impala/catalog/FeTable.java:164
↓ 68 callersMethodisEmpty
()
fe/src/test/java/org/apache/impala/testutil/TestFileParser.java:226
↓ 68 callersMethodread
be/src/transport/THttpTransport.cpp:68
↓ 68 callersMethodreverse
Returns a new list of OrderByElements with the same (cloned) expressions but the ordering direction reversed (asc becomes desc, nulls first becomes nu
fe/src/main/java/org/apache/impala/analysis/OrderByElement.java:154
↓ 68 callersMethodstop
Stop the metastore service. @throws CatalogException
fe/src/main/java/org/apache/impala/catalog/metastore/ICatalogMetastoreServer.java:40
↓ 67 callersMethodFinalizeFunction
be/src/codegen/llvm-codegen.cc:1123
↓ 67 callersMethodToString
be/src/kudu/util/net/net_util.cc:329
↓ 67 callersMethoddraw
Draw the DOT format.
bin/diagnostics/experimental/plan-graph.py:541
↓ 67 callersMethodgetCluster
()
java/calcite-planner/src/main/java/org/apache/impala/calcite/service/CalciteRelNodeConverter.java:225
↓ 67 callersMethodgetPlanRoot
()
fe/src/main/java/org/apache/impala/planner/PlanFragment.java:859
↓ 67 callersMethodisAnalyzed
()
fe/src/main/java/org/apache/impala/analysis/Expr.java:484
↓ 67 callersFunctionread_cert
Helper function to read a certificate from the be/src/testutil directory.
be/src/util/openssl-util-test.cc:302
↓ 67 callersMethodtestDecimalExpr
(String expr, Type decimalExpectedType, boolean isV2)
fe/src/test/java/org/apache/impala/analysis/AnalyzeExprsTest.java:2663
↓ 66 callersFunctionDebugAction
If debug_action query option has a "global action" (i.e. not exec-node specific) and matches the given 'label' and 'args', apply the the action. See I
be/src/util/debug-util.h:162
↓ 66 callersMethodGetUsedReservation
be/src/runtime/bufferpool/buffer-pool.cc:332
↓ 66 callersMethodgetFileSystem
()
fe/src/main/java/org/apache/impala/catalog/FeFsTable.java:453
↓ 66 callersFunctionnu
()
www/d3.v3.min.js:2
↓ 66 callersFunctionrun_impala_shell_interactive
Runs a command in the Impala shell interactively.
tests/shell/test_shell_interactive.py:1352
↓ 65 callersFunctionErrnoToString
Return a string representing an errno.
be/src/kudu/util/errno.h:28
↓ 65 callersMethodIsValid
be/src/runtime/date-value.h:84
← previousnext →301–400 of 43,496, ranked by callers