| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.util |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
BitString |
SqlBinaryStringLiteral.getBitString() |
| Constructor and Description |
|---|
SqlBinaryStringLiteral(BitString val,
SqlParserPos pos) |
| Modifier and Type | Method and Description |
|---|---|
static BitString |
BitString.concat(List<BitString> args)
Concatenates some BitStrings.
|
static BitString |
BitString.createFromBitString(String s)
Creates a BitString representation out of a Bit String.
|
static BitString |
BitString.createFromBytes(byte[] bytes)
Creates a BitString from an array of bytes.
|
static BitString |
BitString.createFromHexString(String s)
Creates a BitString representation out of a Hex String.
|
| Modifier and Type | Method and Description |
|---|---|
static BitString |
BitString.concat(List<BitString> args)
Concatenates some BitStrings.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.