Search
Preparing search index...
The search index is not available
apache-arrow
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
CustomPredicate
Class CustomPredicate
Hierarchy
Predicate
CustomPredicate
Index
Constructors
constructor
Properties
bind_
next
Methods
and
ands
bind
not
or
Constructors
constructor
new
Custom
Predicate
(
next
:
PredicateFunc
, bind_
:
function
)
:
CustomPredicate
Parameters
next:
PredicateFunc
bind_:
function
(
batch
:
RecordBatch
)
:
void
Parameters
batch:
RecordBatch
Returns
void
Returns
CustomPredicate
Properties
Private
bind_
bind_
:
function
Type declaration
(
batch
:
RecordBatch
)
:
void
Parameters
batch:
RecordBatch
Returns
void
Private
next
next
:
PredicateFunc
Methods
and
and
(
expr
:
Predicate
)
:
Predicate
Parameters
expr:
Predicate
Returns
Predicate
ands
ands
(
)
:
Predicate
[]
Returns
Predicate
[]
bind
bind
(
batch
:
RecordBatch
)
:
function
Parameters
batch:
RecordBatch
Returns
function
(
idx
:
number
, cols
:
RecordBatch
)
:
boolean
Parameters
idx:
number
cols:
RecordBatch
Returns
boolean
not
not
(
)
:
Predicate
Returns
Predicate
or
or
(
expr
:
Predicate
)
:
Predicate
Parameters
expr:
Predicate
Returns
Predicate
Globals
Custom
Predicate
constructor
bind_
next
and
ands
bind
not
or
Generated using
TypeDoc