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 CEIL(x)

Apache Drill - Math Function CEIL(x)



Previous
Quiz
Next

The following program shows the query for this function −

Query

0: jdbc:drill:zk = local> values(ceil(4.6));

Result

+---------+
|  EXPR$0 |
+---------+
|   5.0   |
+---------+

The output is returned as the largest following value.

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.