MCPcopy Create free account

hub / github.com/apache/impala / functions

Functions43,496 in github.com/apache/impala

↓ 25 callersMethodAddColumn
be/src/util/table-printer.cc:34
↓ 25 callersMethodBuild
be/src/kudu/rpc/messenger.cc:88
↓ 25 callersFunctionConvertToInt256
There is no implicit assignment from int128_t to int256_t (or in general, the boost multi precision types and __int128_t). TODO: look into the perf of
be/src/runtime/multi-precision.h:70
↓ 25 callersMethodEvalOverlap
be/src/util/min-max-filter.cc:253
↓ 25 callersMethodGetEncryptionHeaderSize
be/src/kudu/util/env_posix.cc:2419
↓ 25 callersMethodGetEqualOrLarger
Sets iterator to the next element that is equal or larger to 'x', and returns the element. If no such element is found then return INT64_MAX. Incoming
be/src/util/roaring-bitmap.h:88
↓ 25 callersFunctionGetHdfsErrorMsg
be/src/util/hdfs-util.cc:46
↓ 25 callersMethodGetSlot
be/src/runtime/tuple.h:302
↓ 25 callersFunctionGetThriftEnum
be/src/util/parse-util.h:83
↓ 25 callersMethodGetTransferSize
be/src/kudu/rpc/rpc_context.cc:150
↓ 25 callersMethodGetValue
be/src/util/memory-metrics.cc:159
↓ 25 callersMethodIncreaseReservationToFit
be/src/runtime/bufferpool/buffer-pool.cc:319
↓ 25 callersMethodIsNull
be/src/runtime/tuple.h:285
↓ 25 callersMethodIsStringType
be/src/runtime/types.h:211
↓ 25 callersMethodRespondSuccess
be/src/kudu/rpc/rpc_context.cc:70
↓ 25 callersMethodToString
be/src/util/table-printer.cc:76
↓ 25 callersMethodTransferResourceOwnership
Transfers the resources of all contained row batches to `row_batch`.
be/src/exec/row-batch-list.h:112
↓ 25 callersMethodTryConsume
be/src/runtime/mem-tracker.cc:574
↓ 25 callersFunctionValidateRle
be/src/kudu/util/rle-test.cc:197
↓ 25 callersFunctionWriteStringToFile
TODO: move these utils into env_util
be/src/kudu/util/env.cc:54
↓ 25 callersMethod__verify_impalad_active_catalogd_port
(self, impalad_index, catalogd_service)
tests/custom_cluster/test_catalogd_ha.py:77
↓ 25 callersMethodaccept
Visitor pattern accept method
fe/src/main/java/org/apache/impala/common/TreeNode.java:243
↓ 25 callersMethodassertFiltering
(String[] relPaths, String validWriteIdListStr, String[] expectedRelPaths)
fe/src/test/java/org/apache/impala/util/AcidUtilsTest.java:61
↓ 25 callersMethodauthzError
(Consumer<List<AuthzAuditEvent>> resultChecker, String stmt, TPrivilege[]... privileges)
fe/src/test/java/org/apache/impala/authorization/ranger/RangerAuditLogTest.java:1047
↓ 25 callersMethodbytes_limit
be/src/runtime/tmp-file-mgr-internal.h:416
↓ 25 callersFunctioncookie_matches_path
(c, path)
shell/impala_shell/cookie_util.py:28
↓ 25 callersMethoddebugLog
Similar to infoLog excepts logs at debug level
fe/src/compat-apache-hive-2/java/org/apache/impala/catalog/events/MetastoreEvents.java:935
↓ 25 callersMethodflatten
This function is idempotent.
tests/comparison/query_flattener.py:127
↓ 25 callersMethodfromThrift
(TColumnType thrift)
fe/src/main/java/org/apache/impala/catalog/Type.java:465
↓ 25 callersMethodgetAvgRowSize
()
fe/src/main/java/org/apache/impala/planner/PlanNode.java:275
↓ 25 callersMethodgetColumnType
If a nullable type, get the schema for the non-nullable type which will provide Impala column type information.
fe/src/main/java/org/apache/impala/util/AvroSchemaParser.java:168
↓ 25 callersMethodgetFieldNames
Get the field names given the root level of an AST tree. Calcite creates some literal expressions like "1 + 1" as "$EXPR0" whereas Impala sets the fie
java/calcite-planner/src/main/java/org/apache/impala/calcite/service/CalciteRelNodeConverter.java:172
↓ 25 callersMethodgetItemType
()
fe/src/main/java/org/apache/impala/catalog/ArrayType.java:37
↓ 25 callersMethodgetJoinOp
()
fe/src/main/java/org/apache/impala/planner/JoinNode.java:260
↓ 25 callersMethodgetNumNodes
()
fe/src/main/java/org/apache/impala/catalog/FeDataSourceTable.java:32
↓ 25 callersMethodgetOrAddIndex
Map from T t to Integer index. If the mapping from t doesn't exist, then create a new mapping from t to a unique index.
fe/src/main/java/org/apache/impala/util/ListMap.java:56
↓ 25 callersMethodgetOutputSmap
()
fe/src/main/java/org/apache/impala/planner/JoinNode.java:202
↓ 25 callersMethodgetOwnerUser
@return the owner user for this database. Returns null if one does not exist.
fe/src/main/java/org/apache/impala/catalog/FeDb.java:144
↓ 25 callersMethodgetReturnType
()
fe/src/main/java/org/apache/impala/analysis/FunctionCallExpr.java:325
↓ 25 callersMethodgetStmt
()
fe/src/main/java/org/apache/impala/analysis/AnalysisContext.java:458
↓ 25 callersMethodgetTupleCacheInfo
()
fe/src/main/java/org/apache/impala/planner/PlanNode.java:1470
↓ 25 callersFunctionh
(t)
www/datatables/DataTables-1.13.2/datatables.min.js:16
↓ 25 callersFunctionh
(t)
www/datatables/DataTables-1.13.2/js/jquery.dataTables.min.js:4
↓ 25 callersMethodid
be/src/runtime/descriptors.h:125
↓ 25 callersMethodisBuiltin
()
fe/src/main/java/org/apache/impala/analysis/FunctionName.java:88
↓ 25 callersMethodisEnabled
Returns true if authorization is enabled.
fe/src/main/java/org/apache/impala/authorization/AuthorizationConfig.java:27
↓ 25 callersMethodisTableBlacklisted
Check if a table is blacklisted. @param table the {@link TableName} object representing the table to check @return true if the table is blacklisted,
fe/src/main/java/org/apache/impala/util/CatalogBlacklistUtils.java:216
↓ 25 callersMethodloadAllPartitions
Load all partitions from the table.
fe/src/main/java/org/apache/impala/catalog/FeFsTable.java:442
↓ 25 callersFunctionnext
()
tests/comparison/leopard/static/js/bootstrap.js:2074
↓ 25 callersMethodnum_threads
Return the number of threads currently running (or in the process of starting up) for this thread pool.
be/src/kudu/util/threadpool.h:319
↓ 25 callersMethodpartition_descriptor
be/src/exec/scanner-context.h:403
↓ 25 callersMethodpeek
()
fe/src/main/java/org/apache/impala/util/IntIterator.java:24
↓ 25 callersMethodprintTimeNs
(long value)
fe/src/main/java/org/apache/impala/common/PrintUtils.java:215
↓ 25 callersFunctionr
(t,e,n)
www/datatables/DataTables-1.13.2/datatables.min.js:16
↓ 25 callersFunctionr
(t,e,n)
www/datatables/DataTables-1.13.2/js/jquery.dataTables.min.js:4
↓ 25 callersFunctionru
(n,t)
www/d3.v3.min.js:2
↓ 25 callersMethodsetRef
(RefType ref)
fe/src/main/java/org/apache/impala/common/Reference.java:41
↓ 25 callersMethodto_kudu_table_name
Return the name of the underlying Kudu table, from the Impala database and table name. This must be kept in sync with KuduUtil.getDefaultKuduTable
tests/common/kudu_test_suite.py:120
↓ 25 callersFunctionv
(t,e)
www/datatables/DataTables-1.13.2/js/jquery.dataTables.min.js:4
↓ 24 callersMethodAllocate
be/src/util/cache/rl-cache.cc:268
↓ 24 callersMethodDeleteFile
be/src/kudu/util/file_cache.cc:621
↓ 24 callersFunctionFilesystemsAndBucketsMatch
be/src/util/hdfs-util.cc:214
↓ 24 callersFunctionGetOpenSSLErrors
be/src/kudu/util/openssl_util.cc:301
↓ 24 callersMethodGetOrCreateChildGroup
be/src/util/metrics.cc:335
↓ 24 callersFunctionIllegalState
be/src/kudu/util/status.h:274
↓ 24 callersMethodLogOrReturnError
be/src/runtime/runtime-state.cc:240
↓ 24 callersFunctionMakeScopedCleanup
be/src/kudu/util/scoped_cleanup.h:63
↓ 24 callersFunctionMatchPattern
be/src/gutil/strings/util.cc:902
↓ 24 callersFunctionMonotonicNanos
Returns a value representing a point in time that is unaffected by daylight savings or manual adjustments to the system clock. This should not be assu
be/src/util/time.h:35
↓ 24 callersMethodNextValues
be/src/exec/parquet/parquet-delta-decoder.cc:95
↓ 24 callersMethodPut
be/src/exec/parquet/parquet-delta-encoder.cc:139
↓ 24 callersMethodSize
be/src/exec/write-stream.inline.h:97
↓ 24 callersMethodTestUdf
(String jar, Class<?> c, Writable expectedValue, Object... args)
fe/src/test/java/org/apache/impala/hive/executor/UdfExecutorTest.java:430
↓ 24 callersMethodToDouble
be/src/runtime/decimal-value.inline.h:728
↓ 24 callersMethodTypeDefsAnalyzeOk
Wraps the given typeDefs in a CREATE TABLE stmt and runs AnalyzesOk(). Also tests that the type is analyzes correctly in ARRAY, MAP, and STRUCT types.
fe/src/test/java/org/apache/impala/analysis/AnalyzeDDLTest.java:4191
↓ 24 callersMethodUnpinStream
be/src/runtime/buffered-tuple-stream.cc:709
↓ 24 callersMethodValueAtPercentile
be/src/util/hdr-histogram.cc:303
↓ 24 callersMethod__verify_primitive_type
(self, expected_type, hs2_type)
tests/hs2/test_fetch.py:35
↓ 24 callersFunction_createV100String
be/src/workload_mgmt/workload-management-fields-test.cc:65
↓ 24 callersMethodadd_to_benchmark
be/src/benchmarks/convert-timestamp-benchmark.cc:211
↓ 24 callersMethodadmit_mem_limit
be/src/runtime/exec-env.h:201
↓ 24 callersMethodbasicCost
( String label, long cardinality, float exprsCost, float materializationCost)
fe/src/main/java/org/apache/impala/planner/ProcessingCost.java:83
↓ 24 callersMethodcheckComputeStatsStmt
(String stmt)
fe/src/test/java/org/apache/impala/analysis/AnalyzeDDLTest.java:1918
↓ 24 callersMethoddecimalPrecision
()
fe/src/main/java/org/apache/impala/catalog/ScalarType.java:253
↓ 24 callersMethodgetCount
()
fe/src/main/java/org/apache/impala/catalog/monitor/TableLoadingTimeHistogram.java:39
↓ 24 callersMethodgetFunction
(Function desc, Function.CompareMode mode)
fe/src/main/java/org/apache/impala/catalog/Db.java:316
↓ 24 callersMethodgetNumDistinctValues
()
fe/src/main/java/org/apache/impala/analysis/Expr.java:497
↓ 24 callersMethodgetShortDescForExecDdl
Get a short description for the execDdl request.
fe/src/main/java/org/apache/impala/util/CatalogOpUtil.java:39
↓ 24 callersMethodgetTableName
Get the table for which the ValidWriteIdList is formed @return table name (&lt;db_name&gt;.&lt;table_name&gt;) associated with ValidWriteIdList.
fe/src/compat-apache-hive-2/java/org/apache/hadoop/hive/common/ValidWriteIdList.java:95
↓ 24 callersMethodgetTableNoThrow
@see Catalog#getTableNoThrow(String, String)
fe/src/main/java/org/apache/impala/catalog/FeCatalog.java:53
↓ 24 callersMethodget_instance
Implements lazy initialization of a singleton instance of this class. We cannot initialize the instances when this module is imported because some
tests/common/environ.py:284
↓ 24 callersMethodget_lock
be/src/kudu/util/mt-threadlocal-test.cc:118
↓ 24 callersMethodget_num_processes
(self, daemon)
tests/custom_cluster/test_breakpad.py:105
↓ 24 callersFunctionget_profile_path
(filename)
tests/observability/test_profile_tool.py:28
↓ 24 callersMethodisOuterJoin
()
fe/src/main/java/org/apache/impala/analysis/JoinOperator.java:55
↓ 24 callersMethodloadLibrary
This function should be called explicitly by the FeSupport to ensure that native functions are loaded. Tests that depend on JniCatalog or JniFrontend
fe/src/main/java/org/apache/impala/service/FeSupport.java:613
↓ 24 callersMethodlocation
(String location)
fe/src/main/java/org/apache/impala/catalog/iceberg/ImpalaIcebergDeleteOrphanFiles.java:94
↓ 24 callersMethodper_backend_mem_to_admit
Must call UpdateMemoryRequirements() at least once before calling this.
be/src/scheduling/schedule-state.h:251
↓ 24 callersMethodread_debug_webpage
(self, page_name, timeout=10, interval=1)
tests/common/impala_service.py:85
↓ 24 callersMethodrepeat
(String givenStr, long numberOfRepetitions)
fe/src/test/java/org/apache/impala/analysis/ExprRewriteRulesTest.java:227
← previousnext →1,101–1,200 of 43,496, ranked by callers