Ibis
v0.14.0+38.g71bdd23
Installation and Getting Started
Configuring Ibis
Using Ibis with Impala
Tutorial
API Reference
Creating connections
Impala client
PostgreSQL client
SQLite client
HDFS
Top-level expression APIs
ibis.case
ibis.literal
ibis.schema
ibis.table
ibis.timestamp
ibis.where
ibis.ifelse
ibis.coalesce
ibis.greatest
ibis.least
ibis.negate
ibis.desc
ibis.now
ibis.NA
ibis.null
ibis.expr_list
ibis.row_number
ibis.window
ibis.range_window
ibis.trailing_window
ibis.cumulative_window
ibis.trailing_range_window
General expression methods
Table methods
Generic value methods
General numeric methods
Integer methods
String methods
Timestamp methods
Date methods
Day of week methods
Time methods
Interval methods
Boolean methods
Category methods
Decimal methods
Ibis for SQL Programmers
User Defined Functions
Contributing to Ibis
Developing and Contributing to Ibis
Design
Extending Ibis
Backends
Roadmap
Release Notes
Legal
Ibis
Docs
»
API Reference
»
ibis.negate
View page source
ibis.negate
¶
ibis.
negate
(
arg
)
¶
Negate a numeric expression
Parameters:
arg
:
numeric value expression
Returns:
negated
:
type of caller