Home Whiteboard Graphing Calculator Online Compilers Articles Tools

Explore Categories

Find the perfect tutorial for your learning journey

Python TechnologiesDatabasesComputer ProgrammingWeb DevelopmentJava TechnologiesComputer ScienceMobile DevelopmentBig Data & AnalyticsMicrosoft TechnologiesDevOpsLatest TechnologiesMachine LearningDigital MarketingSoftware QualityManagement Tutorials View All Categories
Tutorials Courses Jobs Login
Apache Drill Tutorial
  • Apache Drill - Home
  • Apache Drill - Introduction
  • Apache Drill - Fundamentals
  • Apache Drill - Architecture
  • Apache Drill - Installation
  • Apache Drill - SQL Operations
  • Apache Drill - Query using JSON
  • Window Functions using JSON
  • Querying Complex Data
  • Data Definition Statements
  • Apache Drill - Querying Data
  • Querying Data using HBase
  • Querying Data using Hive
  • Apache Drill - Querying Parquet Files
  • Apache Drill - JDBC Interface
  • Apache Drill - Custom Function
  • Apache Drill - Contributors
  • Apache Drill - Quick Guide
  • Apache Drill - Useful Resources
  • Apache Drill - Discussion
Selected Reading
  • UPSC IAS Exams Notes
  • Developer's Best Practices
  • Questions and Answers
  • Online Resume Builder
  • HR Interview Questions
  • Computer Glossary
  • Who is Who
Home Apache_drill Apache Drill - Math Function LOG(x,y)

Apache Drill - Math Function LOG(x,y)



Previous
Quiz
Next

This function returns a floating type value.

Query

0: jdbc:drill:zk = local> values(log(2,10));

Result

+---------------------+
|       EXPR$0        |
+---------------------+
| 3.3219280948873626  |
+-+

The output is a logarithmic value for the given input.

apache_drill_sql_operations.htm
Previous Quiz Next
Advertisements
  • ABOUT US
  • OUR TEAM
  • CAREERS
  • JOBS
  • CONTACT US
  • TERMS OF USE
  • PRIVACY POLICY
  • REFUND POLICY
  • COOKIES POLICY
  • FAQ'S
tutorials point logo
Download Android App Download IOS App

Tutorials Point is a leading Ed Tech company striving to provide the best learning material on technical and non-technical subjects.

Copyright 2026. All Rights Reserved.