Package | Description |
---|---|
org.apache.tajo.common.type |
Modifier and Type | Method and Description |
---|---|
IPv4 |
IPv4.and(IPv4 other) |
static IPv4 |
IPv4.getSubnetMask(int len) |
Modifier and Type | Method and Description |
---|---|
IPv4 |
IPv4.and(IPv4 other) |
int |
IPv4.compareTo(IPv4 o)
This is a method for range query such as 'SELECT * FROM table WHERE srcIP > 163.152.23.0 and srcIP < 163.152.23.100'
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.